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

fix: fix products with no identified vulnerabilities #3300

Merged

Commits on Aug 31, 2023

  1. fix: fix products with no identified vulnerabilities

    Products with no identified vulnerabilities are broken since commit
    6b0f36e because products_with_cves will
    always contain a dictionnary of all products. So replace the broken
    lamba function with a more clear way of computing products with CVEs
    (i.e. len(cve_data["cves"]))
    
    Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
    ffontaine committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5be4dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c490988 View commit details
    Browse the repository at this point in the history