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

Update cvss.parser.parse_cvss_from_text for CVSSv4 #53

Open chrisdlangton opened 5 months ago

chrisdlangton commented 5 months ago

Should be easy for a beginner to update this parse_cvss_from_text method in cvss/parser.py file for CVSSv4 support.

Assuming the CVSS4 class methods are keeping parity with the previous versions (i've not checked this)

Note: I don't need this change, I just thought it would be worth highlighting for someone to get an easy W