aboutcode-org / aboutcode-org/vulnerablecode

Add GHSA CVSS scores to VCIO data

Aperta
#1,645 0 commenti 0 reazioni 2 assegnatari Rivendicata da @TG1999 Vedi su GitHub
3-next data-quality enhancement Priority: high
Lingua principale
Python
Stelle
702
Fork
328
Merge medio
3g 8h
PR unite (30g)
3

Descrizione

With the significant NVD backlog for assigning Severity Scores to CVEs, alternate sources like GHSA are even more important.
VCIO currently provides only a qualitative CVSS v3 score - LOW, MODERATE, HIGH or CRITICAL even though GHSA also provides a numeric score.

With some help from John H I now understand that the qr in the csvssv3.1_qr scores we report means "qualitative rating" which is fine except that the score in this case is for/from cvss v4.

We also need the numeric cvss scores with an accurate label of the cvss version for that score. It seems that we are in a transition period where we will see a cvss v3.1x score for older vulnerabilities and a cvss v4 score for newer vulnerabilities.

For example the data at https://github.com/advisories/GHSA-wm9w-rjj3-j356 for VCID-yktk-48uz-aaac shows both "HIGH" and "8.7" as severity scores. VCIO should report both the qualitative and numeric scores as cvss v4. Some other examples are:
- https://github.com/advisories/GHSA-735f-pc8j-v9w8 for VCID-7ffu-u28q-bqgw
- https://github.com/advisories/GHSA-78wr-2p64-hpwj for VCID-bbcg-ujrw-77gc
- https://github.com/advisories/GHSA-wm9w-rjj3-j356 for VCID-yktk-48uz-aaac

The key use case is where an organization uses a numeric severity threshold to prioritize vulnerabilities and need alternate CVSS information where it is not available from the NVD.

With the advent of our own Vulnerability Risk scoring across the AboutCode stack we need to ensure that the underlying data is accurate and complete.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.