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.
Please refer to the documentation. In particular, the
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Miniforge.
# 1. Download the environment YAML file
wget https://raw.githubusercontent.com/lhqing/commons/main/envs/bolero_env.yaml
# 2. Create a environment named bolero
mamba env create -f bolero_env.yaml
# OR if you use conda
# conda env create -f bolero_env.yaml
# Note that conda can be very slow in solving complex dependencies
# 3. Install this package
pip install bolero
# or install the package with dev mode
git clone https://github.com/lhqing/bolero.git
cd bolero
pip install -e ".[dev,test]"
See the changelog.
If you found a bug, please use the issue tracker.
t.b.a
FAQs
sequence
We found that bolero 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.