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 Calculating Risk in VulnerableCode #1593

Merged
merged 24 commits into from
Nov 7, 2024

Commits on Oct 22, 2024

  1. Migrate ( metasploit, exploit-db, kev ) to aboutcode pipeline.

    Set data_source as the header for the exploit table.
    Squash the migration files into a single file.
    Add test for exploit-db , metasploit
    Add a missing migration file
    Rename resources_and_notes to notes
    Fix Api test
    Refactor metasploit , exploitdb , kev improver
    Rename Kev tab to exploit tab
    Add support for exploitdb , metasploit, kev
    
    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    949c18c View commit details
    Browse the repository at this point in the history
  2. Implement the appropriate LoopProgress progress bar.

    Refactor the error handling logic in the code.
    
    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0dbe640 View commit details
    Browse the repository at this point in the history
  3. Fix migration conflict

    Add pipeline_id for ( kev, metasploit, exploit-db )
    
    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f5131b7 View commit details
    Browse the repository at this point in the history
  4. Migrate ( metasploit, exploit-db, kev ) to aboutcode pipeline.

    Set data_source as the header for the exploit table.
    Squash the migration files into a single file.
    Add test for exploit-db , metasploit
    Add a missing migration file
    Rename resources_and_notes to notes
    Fix Api test
    Refactor metasploit , exploitdb , kev improver
    Rename Kev tab to exploit tab
    Add support for exploitdb , metasploit, kev
    
    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8394d1d View commit details
    Browse the repository at this point in the history
  5. Implement the appropriate LoopProgress progress bar.

    Refactor the error handling logic in the code.
    
    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4b808d9 View commit details
    Browse the repository at this point in the history
  6. Remove unwanted migration file

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6e67497 View commit details
    Browse the repository at this point in the history
  7. Add support for Calculating Risk in VulnerableCode

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2d9e585 View commit details
    Browse the repository at this point in the history
  8. Remove unwanted migration file

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    22cdb76 View commit details
    Browse the repository at this point in the history
  9. Add a prefetch to try to optimize query performance

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8beb3b9 View commit details
    Browse the repository at this point in the history
  10. Empty risk when there is no data

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    74a16ff View commit details
    Browse the repository at this point in the history
  11. Create a pipeline for package risk

    Signed-off-by: ziadhany <[email protected]>
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8a637fc View commit details
    Browse the repository at this point in the history
  12. Load the weight once

    uncomment all importers
    
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    848a5f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge branch 'main' into risk

    TG1999 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    02b7cf2 View commit details
    Browse the repository at this point in the history
  2. Update the risk description in the model. Rename the pipeline from Ri…

    …skPackagePipeline to ComputePackageRiskPipeline. Add a tooltip for risk, and remove any unused imports in the view.
    
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    185eb0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c2c95 View commit details
    Browse the repository at this point in the history
  4. Rename the pipeline step from add_risk_package to add_package_risk_sc…

    …ore and remove any extra whitespace in views.py.
    
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    45c62b5 View commit details
    Browse the repository at this point in the history
  5. Resolve migration conflict

    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0af9432 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9fb46b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Rename the pipeline file

    Add pagination and refactor bulk_update_package
    
    Signed-off-by: ziad hany <[email protected]>
    ziadhany committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0e114ac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    d16597a View commit details
    Browse the repository at this point in the history
  2. Add license header

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    71a2a92 View commit details
    Browse the repository at this point in the history
  3. Move weight config to python file

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3b33094 View commit details
    Browse the repository at this point in the history
  4. Skip packages with no risk score

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c3d10a7 View commit details
    Browse the repository at this point in the history