Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of [NET-8174] security: add triage alias for GO-2024-2554 into release/1.2.x #3707

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ binary {
suppress {
vulnerabilites = [
# NET-8174 (2024-02-20): Chart YAML path traversal (not impacted)
"GHSA-v53g-5gjp-272r", # alias CVE-2024-25620
"GHSA-v53g-5gjp-272r",
"GO-2024-2554", # alias
"CVE-2024-25620", # alias
# NET-8174 (2024-02-26): Missing YAML Content Leads To Panic (requires malicious plugin)
"GHSA-r53h-jv2g-vpx6", # alias CVE-2024-26147
"GHSA-r53h-jv2g-vpx6",
"CVE-2024-26147", # alias
]
}
}
Expand Down
7 changes: 5 additions & 2 deletions scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ repository {
]
vulnerabilites = [
# NET-8174 (2024-02-20): Chart YAML path traversal (not impacted)
"GHSA-v53g-5gjp-272r", # alias CVE-2024-25620
"GHSA-v53g-5gjp-272r",
"GO-2024-2554", # alias
"CVE-2024-25620", # alias
# NET-8174 (2024-02-26): Missing YAML Content Leads To Panic (requires malicious plugin)
"GHSA-r53h-jv2g-vpx6", # alias CVE-2024-26147
"GHSA-r53h-jv2g-vpx6",
"CVE-2024-26147", # alias
]
}
}
Expand Down
Loading