Skip to content

Commit 75b3e08

Browse files
authored
Suppress CVEs (#5017)
* Suppress CVEs
1 parent 3eb0f10 commit 75b3e08

1 file changed

Lines changed: 30 additions & 9 deletions

File tree

.release/security-scan.hcl

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,38 @@ container {
2525
triage {
2626
suppress {
2727
vulnerabilities = [
28-
"CVE-2024-58251", # busybox@1.37.0-r19 - Alpine Linux security issue
29-
"CVE-2025-46394", # busybox@1.37.0-r19 - Alpine Linux security issue
30-
"CVE-2025-47268", # iputils@20240905-r0 - Alpine Linux security issue
31-
"CVE-2025-48964", # iputils@20240905-r0 - Alpine Linux security issue
32-
"CVE-2025-58181",
28+
"CVE-2024-12797",
29+
"CVE-2024-4067",
30+
"CVE-2024-40896",
31+
"CVE-2024-52533",
32+
"CVE-2024-56433",
33+
"CVE-2024-57970",
34+
"CVE-2024-58251",
35+
"CVE-2025-25724",
36+
"CVE-2025-31115",
37+
"CVE-2025-32414",
38+
"CVE-2025-3277",
39+
"CVE-2025-3576",
40+
"CVE-2025-46394",
41+
"CVE-2025-47268",
3342
"CVE-2025-47914",
34-
"GO-2025-4135",
35-
"GO-2025-4134",
36-
"GO-2025-4116",
43+
"CVE-2025-48964",
44+
"CVE-2025-5702",
45+
"CVE-2025-58181",
46+
"CVE-2025-5914",
47+
"CVE-2025-6021",
48+
"CVE-2025-6395",
49+
"CVE-2025-6965",
50+
"CVE-2025-8058",
51+
"CVE-2025-9154",
52+
"CVE-2025-9230",
53+
"CVE-2025-9714",
54+
"GHSA-f6x5-jh6r-wrfv",
3755
"GHSA-j5w8-q4qc-rx2x",
38-
"GHSA-f6x5-jh6r-wrfv"
56+
"GO-2022-0635",
57+
"GO-2025-4116",
58+
"GO-2025-4134",
59+
"GO-2025-4135"
3960
]
4061
}
4162
}

0 commit comments

Comments
 (0)