Skip to content

Commit 7ffed3c

Browse files
suppress cves (#5098)
* prepare release changes * suppress cves * suppress cves * add changelog * Update CHANGELOG for version 1.9.3 release date Updated release date for version 1.9.3 and noted security update. * Fix formatting in security vulnerabilities list Added a comma to the vulnerabilities list for consistency. * Add CVE-2026-0861 to security scan configuration * Update security-scan.hcl with additional CVEs Added multiple CVE entries to the security scan configuration.
1 parent 8c0d540 commit 7ffed3c

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

.release/security-scan.hcl

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,48 @@ container {
6060
"CVE-2025-6021",
6161
"CVE-2025-6965",
6262
"CVE-2025-8058",
63-
"CVE-2026-0861"
63+
"CVE-2026-0861",
64+
"CVE-2006-1174",
65+
"CVE-2014-3505",
66+
"CVE-2014-3570",
67+
"CVE-2015-0209",
68+
"CVE-2015-3197",
69+
"CVE-2015-4000",
70+
"CVE-2016-0799",
71+
"CVE-2016-2177",
72+
"CVE-2016-8610",
73+
"CVE-2017-3736",
74+
"CVE-2018-0734",
75+
"CVE-2018-0735",
76+
"CVE-2019-1551",
77+
"CVE-2020-1971",
78+
"CVE-2021-23840",
79+
"CVE-2021-3449",
80+
"CVE-2021-43618",
81+
"CVE-2022-3358",
82+
"CVE-2022-3602",
83+
"CVE-2022-4203",
84+
"CVE-2022-4304",
85+
"CVE-2023-3446",
86+
"CVE-2024-2511",
87+
"CVE-2024-4067",
88+
"CVE-2024-5535",
89+
"CVE-2024-6119",
90+
"CVE-2024-40896",
91+
"CVE-2024-52533",
92+
"CVE-2024-56433",
93+
"CVE-2024-57970",
94+
"CVE-2025-3277",
95+
"CVE-2025-3576",
96+
"CVE-2025-5914",
97+
"CVE-2025-6395",
98+
"CVE-2025-9086",
99+
"CVE-2025-9230",
100+
"CVE-2025-9714",
101+
"CVE-2025-31115",
102+
"CVE-2025-32414",
103+
"CVE-2025-68973",
104+
"CVE-2025-25724"
64105
]
65106
}
66107
}

0 commit comments

Comments
 (0)