Skip to content

Commit 112ed69

Browse files
davidjumanibewebi
andauthored
trivy: Ignore CVE-2024-26147 (helm) (#9219)
* trivy: Ignore CVE-2024-26147 (helm) * Update changelog/v1.17.0-beta11/ignore-helm-bump.yaml Co-authored-by: Bernie Birnbaum <[email protected]> --------- Co-authored-by: Bernie Birnbaum <[email protected]>
1 parent 66c139a commit 112ed69

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.trivyignore

+11-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ CVE-2022-41721
2525
# This CVE has not yet been patched in the kubectl version we are using, however it should not
2626
# affect us as kubernetes does not use the affected code path (see description in
2727
# https://github.com/kubernetes/kubernetes/pull/118036).
28-
CVE-2023-2253
28+
CVE-2023-2253
29+
30+
# These CVEs only impacts install of Gloo-Edge from Glooctl CLI.
31+
# It only leads to a panic if there is a misconfigured / malicious helm plugin installed
32+
# and can be easily resolved by removing the misconfigured / malicious plugin
33+
# The helm bump will require bumping the k8s dependencies by +2 minor versions that can cause issues.
34+
# https://github.com/advisories/GHSA-r53h-jv2g-vpx6
35+
# https://github.com/solo-io/gloo/issues/9186
36+
# https://github.com/solo-io/gloo/issues/9187
37+
# https://github.com/solo-io/gloo/issues/9189
38+
CVE-2024-26147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
issueLink: https://github.com/solo-io/gloo/issues/9186
4+
resolvesIssue: true
5+
description: >
6+
Choosing to ignore helm upgrade, as it does not impact the data and control planes of Gloo Edge. This only impacts glooctl, and panics will not affect future uses of glooctl. The fix to bump helm would also require bumping the k8s dependencies by several minor versions in <=1.15, which can cause issues. There is a simple resolution on the client side, so it is deemed to have little to no impact.
7+
skipCI-kube-tests:true
8+
skipCI-storybook-tests:true

0 commit comments

Comments
 (0)