-
Notifications
You must be signed in to change notification settings - Fork 602
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
Add support for Wind River Linux #2325
Labels
enhancement
New feature or request
Comments
The vulnerability data format looks very similar to what ubuntu uses:
Notice that everything is based around the windriver release version rather than individual rpm package versions though, so that is definitely a difference |
distro block from image: {
"prettyName": "Wind River Linux Graphics LTS 22.33 Update 12",
"name": "Wind River Linux Graphics LTS",
"id": "wrlinux-graphics",
"version": "10.22.33.12",
"versionID": "10.22.33.12"
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have received a request to support scanning Wind River Linux container images in Grype.
The data we need to support this is all public
Wind River publishes vulnerability data for their images in a Git repo
https://distro.windriver.com/git/windriver-cve-tracker.git
They have told me that data is MIT licensed. I'm happy to file GrypeDB and Vunnel issues if needed.
There is are example wind river images in Docker Hub we can use for testing
https://hub.docker.com/r/windriver/wrlx-image
They also have a patchset against Trivy to support their images we can reference if needed
https://github.com/dreyna7399/wr-trivy-dist
The text was updated successfully, but these errors were encountered: