stevespringett / cvss-calculator

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

added getters to CvssV2 and CvssV3 #9

Closed tamasbakos closed 4 years ago

tamasbakos commented 4 years ago

I added getters to the CvssV2 and CvssV3 classes, for the developers that need access to the stored CVSS individual metrics.

stevespringett commented 4 years ago

Thanks for the PR. I'm merging but will be changing the method names to match the type of object they're returning, rather than an abbreviation.