Ostorlab / oxo

OXO is a security scanning orchestrator for the modern age.
https://oxo.ostorlab.co
Apache License 2.0
529 stars 52 forks source link

Add option to order vulnerabilities by id, title or risk_rating #809

Closed elyousfi5 closed 2 months ago

elyousfi5 commented 2 months ago

PR Description

Purpose: This pull request adds functionality to allow users to order vulnerabilities by id, title, or risk_rating when listing vulnerabilities for a specific scan. This enhancement improves the usability of the vulnerability listing feature by providing more flexibility in how the results are presented.

Changes Made:

Benefits:

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 97.77778% with 1 line in your changes missing coverage. Please review.

Project coverage is 62.84%. Comparing base (038cf19) to head (a28a277). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
src/ostorlab/cli/vulnz/list/list.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #809 +/- ## ========================================== + Coverage 62.74% 62.84% +0.10% ========================================== Files 340 340 Lines 14229 14271 +42 ========================================== + Hits 8928 8969 +41 - Misses 5301 5302 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.