The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsUpgrade github.com/helm/helm/pkg/lint/rules
to version 3.18.5 or higher.
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.