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

Add second method of whitelisting two CVEs for one system lib and container #121

Open
mirekphd opened this issue Jul 17, 2021 · 0 comments

Comments

@mirekphd
Copy link

Currently if a single image and its single library (e.g. glibc) has multiple CVE's on the whitelist, only one of these CVE's will be considered by clair-scanner unless you put all these CVEs under a single image-based key, like this:

  mirekphd/ml-mariadb:
    CVE-2019-25013: glibc
    CVE-2021-33574: glibc

while this method won't work (the first of these CVE's will not be whitelisted):

  mirekphd/ml-mariadb:
    CVE-2019-25013: glibc
  mirekphd/ml-mariadb:
    CVE-2021-33574: glibc

May I suggest adding the support for the latter method as well?

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

No branches or pull requests

1 participant