An error occurred while fetching the assigned iteration of the selected issue.
Move CVSS processing code from gemnasium to the common library
Summary
As of v2.10.0, gemnasium includes code to process CVSS information (e.g., computing Severity from CVSS vectors). As this functionality is very useful for other analyzers besides gemnasium (e.g., gitlab-depscan, it would be great if we could make it accessible through the common library so that we do not have to reimplement the CVSS processing functionality on the analyzer's end.
Improvements
Move the code introduced in v2.10.0 from gemnasium to the common library.
Risks
None