Skip to content

Support CVSS3.1 values also for severity calculation

Balasankar 'Balu' C requested to merge support-cvss-3.1-spec-also into master

What does this MR do?

Support CVSS strings starting with CVSS:3.1 in calculating severity of the vulnerability. The library we use under the hood - https://github.com/spiegel-im-spiegel/go-cvss/ supports this.

Without this change, many new vulnerabilities are marked with Unknown severity.

Does this MR meet the acceptance criteria?

Edited by Julian Thome

Merge request reports