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

Change SCAP and CERT data to use new severity scoring #1333

Merged
merged 7 commits into from
Oct 26, 2020

Commits on Oct 21, 2020

  1. Use new scores and CVSS vector strings for SecInfo

    CVEs, CPEs, OVAL definitions and CERT advisories now use integer scores
    from 0 to 100 instead of CVSS scores.
    CVEs now also use CVSS v3 if available and store CVSS vector strings
    instead of individual components.
    timopollmeier committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c4c4133 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Use new score and vector in info GMP and filters

    The "severity", "cvss", "max_cvss" elements and filters are replaced
    with the new score ones. Only the filter keyword "severity" is kept
    for filter and aggregate / chart compatibility.
    timopollmeier committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d8e1abd View commit details
    Browse the repository at this point in the history
  2. Rename max_score columns and elements to score

    For simplicity all the new score elements and filter columns should be
    named the same.
    timopollmeier committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2dee5a6 View commit details
    Browse the repository at this point in the history
  3. Use new score for cve_cvss_base and cve_score

    The functions were still trying to use the old "cvss" field.
    Also, the doc comment of cve_cvss_base has been fixed.
    timopollmeier committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    5619601 View commit details
    Browse the repository at this point in the history
  4. Update doc comments for SCAP and CERT functions

    The doc comments are updated to refer to the new scoring instead of
    CVSS scores and -1 instead of NULL for finished iteration values.
    timopollmeier committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    368634d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ca7383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a0804 View commit details
    Browse the repository at this point in the history