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

Support for cvss v4 #365

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Support for cvss v4 #365

merged 1 commit into from
Nov 10, 2024

Conversation

prabhu
Copy link
Member

@prabhu prabhu commented Nov 10, 2024

Brings cvss v4 support for v5 branch. Also fixes an npm severity inconsistency bug by updating to vdb 5.8.1.

python depscan/cli.py --purl "pkg:npm/[email protected]" --reports-dir /tmp/reports

██████╗ ███████╗██████╗ ███████╗ ██████╗ █████╗ ███╗   ██╗
██╔══██╗██╔════╝██╔══██╗██╔════╝██╔════╝██╔══██╗████╗  ██║
██║  ██║█████╗  ██████╔╝███████╗██║     ███████║██╔██╗ ██║
██║  ██║██╔══╝  ██╔═══╝ ╚════██║██║     ██╔══██║██║╚██╗██║
██████╔╝███████╗██║     ███████║╚██████╗██║  ██║██║ ╚████║
╚═════╝ ╚══════╝╚═╝     ╚══════╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═══╝

INFO [2024-11-10 23:19:47,496] No package risks detected ✅

                                                            Dependency Scan Results (NPM)
╔═══════════════════════════════════════════════════════════════════╤════════════════════╤═════════════════════════╤═══════════════════╤═════════════╗
║ CVE                                                               │ Insights           │ Fix Version             │ Severity          │       Score ║
╟───────────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────────┼───────────────────┼─────────────╢
║ [email protected] ⬅ CVE-2024-45801                                  │                    │ 2.5.4                   │ HIGH              │         7.0 ║
╟───────────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────────┼───────────────────┼─────────────╢
║ [email protected] ⬅ CVE-2024-47875                                  │                    │ 2.5.4                   │ CRITICAL          │        10.0 ║
╟───────────────────────────────────────────────────────────────────┼────────────────────┼─────────────────────────┼───────────────────┼─────────────╢
║ [email protected] ⬅ CVE-2024-48910                                  │                    │ 2.5.4                   │ CRITICAL          │         9.1 ║
╚═══════════════════════════════════════════════════════════════════╧════════════════════╧═════════════════════════╧═══════════════════╧═════════════╝

Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu
Copy link
Member Author

prabhu commented Nov 10, 2024

@cerrussell, once AppThreat/vulnerability-db#196 is merged, we can add CVSS v4 support to the depscan v6 master.

@prabhu prabhu merged commit 59fbd9c into release/5.x Nov 10, 2024
68 checks passed
@prabhu prabhu deleted the feature/cvss4-v5 branch November 10, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant