Skip to content

Commit 94d6f55

Browse files
authored
trivy: ignore CVE-2024-45338 (#10537)
1 parent f82e330 commit 94d6f55

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.trivyignore

+9
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,12 @@ CVE-2022-30635
7777
# Ref: https://solo-io-corp.slack.com/archives/C03MFATU265/p1733926775760049?thread_ts=1733429266.473749&cid=C03MFATU265
7878
CVE-2024-36621
7979
CVE-2024-36623
80+
81+
# https://github.com/kubernetes/kubernetes/issues/129347
82+
# We have updated our direct dependencies to use version of x/net that are not affected
83+
# However, our kubectl image, which is based on the upstream one, still warns of this
84+
# vulnerability. Per the linked issue above, there is agreement that Kubernetes is
85+
# not affected, and thus we are skipping that vulnerability for Gloo as well
86+
CVE-2024-45338
87+
88+
+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/gloo/issues/10527
4+
resolvesIssue: false
5+
description: >-
6+
Update the trivyignore to exclude CVE-2024-45338
7+
8+
skipCI-kube-tests:true
9+
skipCI-docs-build:true

0 commit comments

Comments
 (0)