Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Unofficial bindings between Python and LASzip made using pybind11.
The main purpose is for integration within laspy.
Building can be done using cmake or pip.
First, laszip
and pybind11
needs to be installed. You can install it via vcpkg
or conda
or other means.
To help cmake find Laszip you may have to use -DCMAKE_TOOLCHAIN_FILE=/some/path/vcpg.cmake
if you used vcpkg to install laszip, or -DCMAKE_PREFIX_PARTH
(or -DCMAKE_INCLUDE_PATH=...
and -DCMAKE_LIBRARY_PATH=...
in rare cases).
As setup.py calls cmake the same options make need to be given:
set -gx SKBUILD_CMAKE_ARGS -DCMAKE_PREFIX_PATH=...
pip install .
FAQs
Bindings for LASzip made with pybind11
We found that laszip demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.