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.
[API Documentation] [Online Model Evaluation Platform]
CCOBRA is available via pip
. To install the current version, run the following command:
$> pip install ccobra
to update your installation, run pip install -U ccobra
.
It is also possible to install a development version of CCOBRA. The difference to the standard version is that changes to the local copy of the repository are directly reflected in the module loaded from Python via import
. To install the develop version, download a local copy of the repository and run the following commands:
$> cd /path/to/repository/
$> python setup.py develop [--user]
To remove the development version, run the following commands:
$> cd /path/to/repository
$> python setup.py develop [--user] --uninstall
FAQs
The CCOBRA framework.
We found that ccobra demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.