
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
stringdb-alias
Advanced tools
A python package for working with string-db.org aliases (gene and protein ID mapping).
A python package for working with string-db.org aliases (gene and protein ID mapping).
This package is specifically for working offline using downloaded files.
For accessing the STRINGdb API instead, see for example the
stringdb <https://pypi.org/project/stringdb/>__ package.
Mapping HGNC symbols
First, download the aliases and info files from string-db.org:
::
$ wget https://stringdb-static.org/download/protein.info.v11.5/9606.protein.info.v11.5.txt.gz
$ wget https://stringdb-static.org/download/protein.aliases.v11.5/9606.protein.aliases.v11.5.txt.gz
Then, initialize our mapper object with the downloaded files, and map
lists of IDs
::
from stringdb_alias import HGNCMapper
mapper = HGNCMapper('9606.protein.info.v11.5.txt.gz', '9606.protein.aliases.v11.5.txt.gz')
print(mapper.get_string_ids(['ADCK2', 'TOMM7', 'PRODH']))
The mapper always returns a `pandas
Series <https://pandas.pydata.org/pandas-docs/stable/reference/series.html>`__.
This is convenient for directly mapping a column in a
`DataFrame <https://pandas.pydata.org/pandas-docs/stable/reference/frame.html>`__.
Moreover, if the input list is a pandas Series, the index is preserved
in the output.
FAQs
A python package for working with string-db.org aliases (gene and protein ID mapping).
We found that stringdb-alias 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.