Skip to content

ci: update trivy-action and fix npm vuln's#186

Merged
pranavjain97 merged 3 commits intomasterfrom
fix/update-trivy-action
Apr 2, 2026
Merged

ci: update trivy-action and fix npm vuln's#186
pranavjain97 merged 3 commits intomasterfrom
fix/update-trivy-action

Conversation

@pranavjain97
Copy link
Copy Markdown
Contributor

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.

@pranavjain97 pranavjain97 requested a review from a team as a code owner March 31, 2026 20:16
@pranavjain97 pranavjain97 requested a review from mrdanish26 March 31, 2026 20:16
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",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is more than the trivy update?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah see the other commits. once the trivy scan got fixed - it surfaced the npm vuln's which were blocking

@pranavjain97 pranavjain97 changed the title ci: update trivy-action to v0.35.0 after supply chain incident ci: update trivy-action and fix npm vuln's Apr 2, 2026
pranavjain97 and others added 3 commits April 2, 2026 15:15
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>
@pranavjain97 pranavjain97 force-pushed the fix/update-trivy-action branch from 5c60865 to 1ef56ea Compare April 2, 2026 19:15
@pranavjain97 pranavjain97 enabled auto-merge April 2, 2026 19:16
@pranavjain97 pranavjain97 merged commit 22a1270 into master Apr 2, 2026
16 of 17 checks passed
@pranavjain97 pranavjain97 deleted the fix/update-trivy-action branch April 2, 2026 19:17
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.

2 participants