
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.
This module exports a middleware that can be used in Express applications to validate the presence of a valid JWT in the request header.
It requires the JWT key used to encode the tokens to be stored in the environment variable JWT_KEY (pending to make it parameterizable). If token is successfully decoded, isjwted will add the payload as an object named jwtData in the request (eg. request.jwtData: {...}). If there is any error decoding/verifying the token, isjwted will send the response back with code 401 (default). This can be changed to return an Error object to the next function via the env variable ISJWTED_SEND_RESPONSE
You can attach this middlewre to all the routes you need to protect from non logged users.
Node 8+ NPM Env variable JWT_KEY. (Optional) Env variable ISJWTED_SEND_RESPONSE (true/false)
jsonwebtoken node module.
Dev-dependecies: mocha chai chai-http
FAQs
an expess middleware to check if requests contain a valid JWT token.
We found that isjwted demonstrated a not healthy version release cadence and project activity because the last version was released 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.