RedHatProductSecurity / cvss

CVSS2/3/4 library with interactive calculator for Python 2 and Python 3
GNU Lesser General Public License v3.0
79 stars 28 forks source link

Generate CVSS v2 severities #26

Closed JeffreyLMelvin closed 3 years ago

JeffreyLMelvin commented 4 years ago

Add function to generate severities for CVSS v2 based on https://nvd.nist.gov/vuln-metrics/cvss in same way as CVSS v3

skontar commented 4 years ago

I completely forgot about this. I will try to find some time and merge it next week. Sorry about that.

skontar commented 4 years ago

The code looks good, however tests fail. Please double-check.

JeffreyLMelvin commented 3 years ago

@skontar sorry I wasnt able to get back to this sooner. Thought I had run tests locally, but it would seem not. Tests should be fixed

skontar commented 3 years ago

Thank you for contributing. I am planning to do a release next week.