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

Current version includes vulnerable packages #29

Closed
lengau opened this issue Jan 12, 2023 · 0 comments
Closed

Current version includes vulnerable packages #29

lengau opened this issue Jan 12, 2023 · 0 comments

Comments

@lengau
Copy link
Contributor

lengau commented Jan 12, 2023

I'm not sure whether either of these are actually exploitable here, but since I'm updating the version number to 1.2 anyway for bot configuration I figured I might as well report & fix.

Audit result
$ npm audit
# npm audit report

@actions/core  <=1.9.0
Severity: moderate
@actions/core has Delimiter Injection Vulnerability in exportVariable - https://github.com/advisories/GHSA-7r3h-m5j6-3q42
fix available via `npm audit fix`
node_modules/@actions/core

node-fetch  <2.6.7
Severity: high
node-fetch is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor - https://github.com/advisories/GHSA-r683-j2x4-v87g
fix available via `npm audit fix`
node_modules/node-fetch

2 vulnerabilities (1 moderate, 1 high)

To address all issues, run:
  npm audit fix
lengau added a commit to lengau/has-signed-canonical-cla that referenced this issue Jan 12, 2023
* Updates release version in package.json
* Fixes npm audit issues in package-lock and node_modules (canonical#29)
* Includes feature for configurable bots (see canonical#27)
seb128 pushed a commit that referenced this issue Jan 13, 2023
* Updates release version in package.json
* Fixes npm audit issues in package-lock and node_modules (#29)
* Includes feature for configurable bots (see #27)
@lengau lengau closed this as completed Apr 16, 2023
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

No branches or pull requests

1 participant