Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Validates SPDX 3 documents
While standalone tools like pyshacl
and check-jsonschema
can use used to
validation SPDX 3 documents, there are a few context aware checks that can be
useful. This includes:
SpdxIds
if they are defined in an
ExternalMap
SpdxIds
defined in an ExternalMap
are not present
in the documentSpdxId
from an ExternalMap
and then pass the document that provides that
SpdxId
, the type can be validatedspdx3-validate
can be installed using pip
:
python3 -m pip install spdx3-validate
Developing on spdx3-validate
is best done using a virtual environment. You
can configure one and install spdx3-validate in editable mode with all
necessary development dependencies by running:
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
locationHint
``
FAQs
Validates SPDX 3 data files
We found that spdx3-validate 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.