AST-108828 - Fix 10 security vulnerabilities (AST-108828,AST-116271,AST-120967,AST-123298,AST-123300,AST-123302,AST-123980,AST-123981,AST-132239,AST-134898)#41
Merged
cx-adar-zandberg merged 1 commit intomainfrom Mar 8, 2026
Conversation
…AST-123298, AST-123300, AST-123302, AST-123980, AST-123981, AST-132239, AST-134898) Replace directives added/updated for 8 CVEs: - containerd/v2 v2.1.4 → v2.1.5 (CVE-2024-25621, CVE-2025-64329) - OPA v0.70.0 → v1.14.0 (CVE-2025-46569) - go-git/v5 v5.14.0 → v5.16.5 (CVE-2026-25934) - sigstore v1.8.15 → v1.10.4 (CVE-2026-24137) - runc v1.2.3 → v1.3.3 (CVE-2025-31133, CVE-2025-52565, CVE-2025-52881) [existing] .trivyignore added for 2 unfixable CVEs: - CVE-2019-25210 (Helm WONTFIX - we don't use --dry-run) - CVE-2025-27144 (go-jose v2 - no v2 patch, transitive from k8s) Made-with: Cursor
1a0e348 to
676e4f9
Compare
cx-david-kesoshvili
approved these changes
Mar 8, 2026
Contributor
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to interact with Checkmarx PR Assistant. |
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.

Summary
Addresses 10 security vulnerability tickets by updating transitive dependencies via replace directives and adding scanner exclusions for unfixable CVEs.
Fixed via replace directives (8 CVEs):
Added to .trivyignore (2 CVEs):
--dry-runNotes
Test plan
go build ./...passesgo test ./...passesgo list -m allshows correct replacement versionsMade with Cursor