Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding detection events for helm #3202

Merged
merged 1 commit into from Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions helm.advisories.yaml
Expand Up @@ -151,6 +151,23 @@ advisories:
data:
fixed-version: 3.13.3-r1

- id: CVE-2024-24557
aliases:
- GHSA-xw73-rw38-6vjc
events:
- timestamp: 2024-03-22T09:16:45Z
type: detection
data:
type: scan/v1
data:
subpackageName: helm
componentID: 7a48b19dca54b4bd
componentName: github.com/docker/docker
componentVersion: v24.0.7+incompatible
componentType: go-module
componentLocation: /usr/bin/helm
scanner: grype

- id: CVE-2024-24783
aliases:
- GHSA-3q2c-pvp5-3cqp
Expand Down