
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
graphkb
Advanced tools
This repository is part of the platform for oncogenomic reporting and interpretation.
Python adapter package for querying the GraphKB API. See the user manual
clone this repository
git clone https://github.com/bcgsc/pori_graphkb_python
cd pori_graphkb_python
create a virtual environment
python3 -m venv venv
source venv/bin/activate
install the package and its development dependencies
pip install -U pip setuptools
pip install -e .[dev]
pytest tests
User documentation for this repository is hosted in the central PORI repository
Install the deployment dependencies
pip install .[deploy]
Build the distribution files
python setup.py install sdist bdist_wheel
Upload the distibutions to the package server (-r is defined in your pypirc)
twine upload -r bcgsc dist/*
FAQs
python adapter for interacting with the GraphKB API
We found that graphkb 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.