Skip to content

Commit ca02fd9

Browse files
authored
Add aliases for false positive CVE (#38332)
1 parent 8b9fe1a commit ca02fd9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.release/security-scan.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ binary {
1616
triage {
1717
suppress {
1818
vulnerabilities = [
19-
"GHSA-p77j-4mvh-x3m3"
19+
// These vulnerabilities all point to the same issue.
20+
// https://test.osv.dev/vulnerability/GO-2026-4762
21+
"GHSA-p77j-4mvh-x3m3",
22+
"GO-2026-4762",
23+
"CVE-2026-33186",
2024
]
2125
}
2226
}

0 commit comments

Comments
 (0)