Merged
Conversation
|
Hello from actions/github-script! (ed2e029) |
yacaovsnc
approved these changes
Jan 17, 2025
Contributor
Author
|
Before this change: ~/projects/github-script-types
❯ npm i -D @actions/github-script@github:actions/github-script
added 38 packages, and audited 39 packages in 7s
1 critical severity vulnerability
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
~/projects/github-script-types 7s
❯ npm audit
# npm audit report
github-script *
Severity: critical
Malware in github-script - https://github.com/advisories/GHSA-v9m5-8c6w-p3m5
No fix available
node_modules/@actions/github-script
1 critical severity vulnerability
Some issues need review, and may require choosing
a different dependency.Now: ~/projects/github-script-types
❯ npm i -D @actions/github-script@github:actions/github-script
changed 1 package, and audited 39 packages in 5s
found 0 vulnerabilities
~/projects/github-script-types 6s
❯ npm audit
found 0 vulnerabilities |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This repository is not the
github-scriptpackage that's been identified as malware and it has never been published to the NPM registry.Installing this repository as a repository package via NPM warns about this vulnerability due to the
package.jsonnamegithub-script. To clear up confusion, I've changed this name to@actions/github-scriptwhich is under our controlled Actions NPM scope.