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.
Simple Multiprocessing EIP Framework For Python: Time Components
brew update
brew install pyenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
brew install openssl readline sqlite3 xz zlib tcl-tk
brew install pyenv-virtualenv
eval "$(pyenv virtualenv-init -)"
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.9.2
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv global 3.9.2
pyenv virtualenv 3.9.2 auto-qc-pipeline-1.0.0-SNAPSHOT
pyenv local auto-qc-pipeline-1.0.0-SNAPSHOT
pip install --upgrade pip && pip install -r requirements_dev.txt
This project can use Apache Maven to easily build this project. However, this is not required, but recommended. Maven can be easily installed by downloading it from the Maven site or using sdkman.
After setting up your pyenv run:
mvn clean package
FAQs
Simple Multiprocessing EIP Framework For Python: Time Components
We found that eipiphany-time 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.