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

[Feat]: add a query showing vulnerabilities in an image that are NOT in a base image #2152

Open
mikemccracken opened this issue Dec 20, 2023 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@mikemccracken
Copy link
Contributor

Is your feature request related to a problem? Please describe.

if a user pushes an image built with some base image they do not control, they may want to know if any cves found were added by the build steps they do control, so they know whether to ask for a fix from the base image owner or if they need to update something on their own.

thus it would be good a way to query cves that are in the current image but not also in another image, ideally this is configurable but by default could just be the most immediate base image, that is the image that contains the largest common subset of layers with the current image.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@mikemccracken mikemccracken added the feature New feature or request label Dec 20, 2023
@andaaron andaaron linked a pull request Jan 29, 2024 that will close this issue
@andaaron
Copy link
Contributor

Backend in progress at #2185

@andaaron
Copy link
Contributor

andaaron commented Mar 7, 2024

Backend and ZLI done in #2242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants