-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 2 vulnerabilities #55
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,14 +15,14 @@ | |||||
| "adm-zip": "^0.5.12", | ||||||
| "ajv": "^8.12.0", | ||||||
| "ajv-formats": "^3.0.1", | ||||||
| "axios": "^1.7.7", | ||||||
| "body-parser": "^1.20.2", | ||||||
| "axios": "^1.13.5", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This change updates Useful? React with 👍 / 👎. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: The lockfile ( Prompt for AI agents |
||||||
| "body-parser": "^1.20.4", | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| "chokidar": "^3.5.3", | ||||||
|
||||||
| "chokidar": "^3.5.3", | |
| "chokidar": "^3.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lockfile not updated, security fixes not applied
High Severity
The package.json dependency versions are updated to fix Prototype Pollution in axios and resource exhaustion in qs, but the pnpm-lock.yaml was not updated (as noted in the PR warning). Without a corresponding lockfile update, pnpm install will continue resolving to the old, vulnerable versions pinned in the lockfile. The security vulnerabilities remain unpatched if this PR is merged as-is.


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While updating
axioshere is correct, other packages in this monorepo also use an outdated version. For example,genkit-tools/cli/package.jsonstill usesaxios: ^1.7.7. To fully remediate the vulnerability across the project, all occurrences ofaxiosshould be updated to^1.13.5.