In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for helm.sh/helm/pkg/lint/rules
.
Affected versions of this package are vulnerable to Use of Uninitialized Resource via improper validation when parsing Chart.yaml
and index.yaml
files. An attacker can cause a panic in the application by providing malformed or unexpected YAML content, such as a null
maintainer, non-string values in dependencies' import-values
, or empty entries in chart version lists.
This vulnerability can be mitigated by ensuring YAML files are formatted as expected prior to processing.