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

Switch from the "fixed + not affected" OVAL file to the "fixed + not … #635

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    4e0fe05 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    aa19d37 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix: special case "greater than version zero" test

    Vulnerability criteria in the SLES parser that have an RPM version of
    "0:0-0" and an operator of "greater than" mean that any version of the
    package is vulnerable (because all packages have a version greater than
    zero). Therefore, emit a FixedIn with version of "None" in this case, to
    tell grype DB that there is no fix for this package yet.
    
    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6efb539 View commit details
    Browse the repository at this point in the history
  2. chore: update test snapshots for new SLES feeds

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2a5c055 View commit details
    Browse the repository at this point in the history