You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm unable to use the neo4j helm chart repository in my environment. I have downloaded the helm charts from https://neo4j.com/deployment-center/#tools-tab and extracted them into my ci/cd pipeline.
My ci/cd pipeline recently has been flagged by my dependency scanner as having a critical vulnerability in a dependency, specifically CVE-2024-45337.
Inside of the helm charts release, it appears there's a go app, neo4j-operations that's included in the neo4j helm chart folder. There's an indirect dependency on golang.org/x/crypto in this apps go modules. It doesn't appear this source is used with the helm chart. I see references in the neo4j chart's values
Is your feature request related to a problem? Please describe.
I'm unable to use the neo4j helm chart repository in my environment. I have downloaded the helm charts from https://neo4j.com/deployment-center/#tools-tab and extracted them into my ci/cd pipeline.
My ci/cd pipeline recently has been flagged by my dependency scanner as having a critical vulnerability in a dependency, specifically CVE-2024-45337.
Inside of the helm charts release, it appears there's a go app,
neo4j-operations
that's included in theneo4j
helm chart folder. There's an indirect dependency ongolang.org/x/crypto
in this apps go modules. It doesn't appear this source is used with the helm chart. I see references in the neo4j chart's valueshelm-charts/neo4j/values.yaml
Lines 31 to 44 in e0ba3f2
I'm not configuring this in my helm chart and it appears to be referencing a public image anyway
Can this be removed from the helm charts release?
Describe the solution you'd like
exclude source code
neo4j/neo4j-operations
from helm charts releaseDescribe alternatives you've considered
I'm deleting the folder after downloading the helm chart release
Additional context
The text was updated successfully, but these errors were encountered: