Skip to content

Commit f82e330

Browse files
bewebidavidjumaniashishb-solo
authored
Moby CVEs trivyignore (#10438)
Co-authored-by: changelog-bot <changelog-bot> Co-authored-by: David Jumani <[email protected]> Co-authored-by: ashish b <[email protected]>
1 parent 058276b commit f82e330

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.trivyignore

+10-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,13 @@ CVE-2024-27304
6767
# This is resolved in versions of Gloo Gateway that rely on Go1.22 and above (1.17, 1.18)
6868
# For earlier versions of Gloo Gateway, we confirmed that the vulnerability is not exploitable
6969
# and captured our findings here: https://github.com/solo-io/solo-projects/issues/7157#issuecomment-2463252858
70-
CVE-2022-30635
70+
CVE-2022-30635
71+
72+
# https://github.com/advisories/GHSA-2mj3-vfvx-fc43
73+
# https://github.com/advisories/GHSA-gh5c-3h97-2f3q
74+
# These are not expected to impact us and are difficult to resolve due to breaking API changes that impact our code
75+
# While this has been resolved on v1.17+, backporting it to lower versions is complicated and we opted to skip it
76+
# We can remove these once moby/moby has been upgraded to v26+ on all LTS branches
77+
# Ref: https://solo-io-corp.slack.com/archives/C03MFATU265/p1733926775760049?thread_ts=1733429266.473749&cid=C03MFATU265
78+
CVE-2024-36621
79+
CVE-2024-36623
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: Add CVE-2024-36621 and CVE-2024-36623 to trivyignore
4+
issueLink: https://github.com/solo-io/solo-projects/issues/7357
5+
- type: NON_USER_FACING
6+
description: This also resolves the issue for 1.15
7+
issueLink: https://github.com/solo-io/solo-projects/issues/7358
8+
- type: NON_USER_FACING
9+
issueLink: https://github.com/solo-io/solo-projects/issues/7359
10+
description: >-
11+
This also resolves the issue for 1.14
12+
13+
skipCI-kube-tests:true
14+
skipCI-docs-build:true

0 commit comments

Comments
 (0)