ci: update trivy-action to v0.35.0 after supply chain incident#186
Open
pranavjain97 wants to merge 3 commits intomasterfrom
Open
ci: update trivy-action to v0.35.0 after supply chain incident#186pranavjain97 wants to merge 3 commits intomasterfrom
pranavjain97 wants to merge 3 commits intomasterfrom
Conversation
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>
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.