Skip to content

Commit a36c350

Browse files
sam-heilbronjenshu
andauthored
.trivyignore: ignore cve (#10393)
Co-authored-by: Jenny Shu <[email protected]>
1 parent b98e704 commit a36c350

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.trivyignore

+6
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ CVE-2024-45258
6262
# Therefore we include this entry for now and should remove it once 1.14 is no longer an LTS branch
6363
CVE-2024-27289
6464
CVE-2024-27304
65+
66+
# https://github.com/advisories/GHSA-5fhx-39r8-3jwh
67+
# This is resolved in versions of Gloo Gateway that rely on Go1.22 and above (1.17, 1.18)
68+
# For earlier versions of Gloo Gateway, we confirmed that the vulnerability is not exploitable
69+
# and captured our findings here: https://github.com/solo-io/solo-projects/issues/7157#issuecomment-2463252858
70+
CVE-2022-30635
+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
issueLink: https://github.com/solo-io/solo-projects/issues/7157
4+
resolvesIssue: false
5+
description: >-
6+
Update trivyignore contents
7+
8+
skipCI-kube-tests:true
9+
skipCI-docs-build:true

0 commit comments

Comments
 (0)