stevespringett / cvss-calculator

A Java library for calculating CVSSv2 and CVSSv3 scores and vectors
Apache License 2.0
36 stars 21 forks source link

Added support for CVSS Version 3.1 #10

Closed nthrasher closed 4 years ago

nthrasher commented 4 years ago

Updated existing project capabilities to support v3.1 by extending CvssV3.java and overriding applicable methods.

I don't know if you would consider this the most elegant solution and, if not, I'm happy to rewrite/restructure as appropriate following any feedback.

nthrasher commented 4 years ago

Hi Steve. Just bumping this to see if there's any chance you're willing to merge my changes. Please let me know if you see any issues.

stevespringett commented 4 years ago

Thanks for the bump and thanks for adding support for 3.1.

stevespringett commented 4 years ago

v1.3.0 has been pushed Maven Central and will be available shortly.