ci: update trivy-action and fix npm vuln's#186
Merged
pranavjain97 merged 3 commits intomasterfrom Apr 2, 2026
Merged
Conversation
Comment on lines
+138
to
+144
| "tar": "^7.5.11", | ||
| "basic-ftp": "^5.2.0", | ||
| "flatted": "^3.4.0", | ||
| "serialize-javascript": "^7.0.3", | ||
| "@isaacs/brace-expansion": "^5.0.1", | ||
| "underscore": "^1.13.8", | ||
| "path-to-regexp": "^0.1.13", |
Contributor
There was a problem hiding this comment.
this is more than the trivy update?
Contributor
Author
There was a problem hiding this comment.
yeah see the other commits. once the trivy scan got fixed - it surfaced the npm vuln's which were blocking
mohammadalfaiyazbitgo
approved these changes
Apr 2, 2026
The previous pin (v0.33.1) was affected by the March 2026 Trivy supply chain attack and its install script can no longer download the binary. Update to v0.35.0, the first clean release after remediation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update overrides for transitive dependencies flagged by Trivy: - axios: ^1.8.2 -> ^1.13.5 (CVE-2026-25639) - tar: ^6.2.1 -> ^7.5.11 (6 CVEs) - basic-ftp: ^5.2.0 (CVE-2026-27699, CRITICAL) - flatted: ^3.4.0 (CVE-2026-32141) - serialize-javascript: ^7.0.3 (GHSA-5c6j-r48x-rmvq) - @isaacs/brace-expansion: ^5.0.1 (CVE-2026-25547) - underscore: ^1.13.8 (CVE-2026-27601) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Override path-to-regexp to ^0.1.13 to fix ReDoS vulnerability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5c60865 to
1ef56ea
Compare
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.
The previous pin (v0.33.1) was affected by the March 2026 Trivy supply chain attack and its install script can no longer download the binary. Update to v0.35.0, the first clean release after remediation.