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 support for storing exploitability and weighted severity #1646

Merged
merged 10 commits into from
Nov 19, 2024

Commits on Nov 9, 2024

  1. Add exploitability and weighted_severity fields to the

    Vulnerability model.
    Create a pipeline for vulnerability risk assessment.
    
    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    530cb52 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Optimize performance, refactor, and rename the add_vulnerability_risk…

    …_score function. Rename the help text for the model.
    
    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    86f6927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b97fdf4 View commit details
    Browse the repository at this point in the history
  3. Resolve migration conflict

    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    405bf86 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge remote-tracking branch 'origin/main' into save-risk

    # Conflicts:
    #	vulnerabilities/models.py
    #	vulnerabilities/pipelines/compute_package_risk.py
    #	vulnerabilities/risk.py
    ziadhany committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fbc8fed View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Resolve migration conflict & add weighted_severity, exploitability to…

    … api_v2
    
    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ec5b972 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Correct help text and remove inconsistent typing.

    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    893183f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Add severities in the prefetch and optimize the prefetching process f…

    …or compute_and_store_package_risk_score
    
    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f29ef16 View commit details
    Browse the repository at this point in the history
  2. Refactor the risk score calculation for vulnerabilities and packages.

    Update the tests for exploits and the simple_risk_pipeline.
    
    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4920e1f View commit details
    Browse the repository at this point in the history
  3. Rename vulnerability to relation for clarity in compute_package_risk

    Signed-off-by: ziad hany <ziadhany2016@gmail.com>
    ziadhany committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1a9df9b View commit details
    Browse the repository at this point in the history