Skip to content

Commit afb02d7

Browse files
backport of commit bef9a97 (#38334)
Co-authored-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
1 parent e1a6c77 commit afb02d7

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)