Add aliases for false positive CVE (#38332)

pull/38338/head
Samsondeen 2 months ago committed by GitHub
parent 8b9fe1a7f6
commit ca02fd9c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,11 @@ binary {
triage {
suppress {
vulnerabilities = [
"GHSA-p77j-4mvh-x3m3"
// These vulnerabilities all point to the same issue.
// https://test.osv.dev/vulnerability/GO-2026-4762
"GHSA-p77j-4mvh-x3m3",
"GO-2026-4762",
"CVE-2026-33186",
]
}
}

Loading…
Cancel
Save