File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -67,4 +67,13 @@ CVE-2024-27304
67
67
# This is resolved in versions of Gloo Gateway that rely on Go1.22 and above (1.17, 1.18)
68
68
# For earlier versions of Gloo Gateway, we confirmed that the vulnerability is not exploitable
69
69
# 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 number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments