
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.
github-reproduction-apl-issue
Advanced tools
npm install --save github-reproduction-apl-issue
import Vue from 'vue'
import Repo from 'github-reproduction-apl-issue'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'github-reproduction-apl-issue/dist/github-reproduction-apl-issue.css'
Vue.use(Repo)
<!-- Include after Vue -->
<!-- Local files -->
<link rel="stylesheet" href="github-reproduction-apl-issue/dist/github-reproduction-apl-issue.css"></link>
<script src="github-reproduction-apl-issue/dist/github-reproduction-apl-issue.js"></script>
<!-- From CDN -->
<link rel="stylesheet" href="https://unpkg.com/github-reproduction-apl-issue/dist/github-reproduction-apl-issue.css"></link>
<script src="https://unpkg.com/github-reproduction-apl-issue"></script>
npm run storybook
npm run test
Bundle the js and css of to the dist folder:
npm run build
The prepublish hook will ensure dist files are created before publishing. This
way you don't need to commit them in your repository.
# Bump the version first
# It'll also commit it and create a tag
npm version
# Push the bumped package and tags
git push --follow-tags
# Ship it 🚀
npm publish
FAQs
reprod repo
We found that github-reproduction-apl-issue 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.