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.
ci-cmg-mb-cruise-migration
Advanced tools
Migration scripts for migrating multibeam metadata from MB schema to CRUISE schema.
ci-cmg-mb-cruise-migration
package.python -m pip install ci-cmg-mb-cruise-migration
.NOTE: if enabling pooled connections for cruise db in config, oracle client libraries need to also be installed: https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#optionally-install-oracle-client
virtualenv migenv
virtualenv --python=</path/to/python> </path/to/new/virtualenv/>
source ./migenv/bin/activate
python which
python -V
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip list
deactivate
Many (most) tests are integration tests and require either one or both the MB or CRUISE schema docker containers be running.
To start docker containers: from test dir:
./start-it.sh
To run tests: from project root:
python -m unittest discover tests
To stop docker containers: from test dir:
./stop-it.sh
python -m pip install --upgrade build
python -m build
python -m pip install --upgrade twine
twine upload dist/*
FAQs
migrates multibeam metadata from mb schema to cruise schema
We found that ci-cmg-mb-cruise-migration 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.