Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild package-lock.json file with the latest dependencies #771

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabasoad
Copy link

Some dependencies mentioned in the lock file are vulnerable. Reported by Snyk:

Issues with no direct upgrade or patch:
  ✗ Regular Expression Denial of Service (ReDoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230] in cross-spawn@7.0.3
    introduced by tar@7.4.0 > minizlib@3.0.1 > rimraf@5.0.5 > glob@10.3.12 > foreground-child@3.1.1 > cross-spawn@7.0.3
  This issue was fixed in versions: 6.0.6, 7.0.5

This prevents of using this GitHub Action in a companies where each used GitHub Action should pass verification. What I did:

rm -f package-lock.json
npm install
snyk test

✔ Tested 77 dependencies for known issues, no vulnerable paths found.

So, new package-lock.json file does not have vulnerabilities at the moment. Please consider unblocking companies from using this GitHub Action by merging this PR and releasing a new version. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant