Open z-arnott opened 1 year ago
also correct typo in packageId field
To be clear - you want add a cvss_score parameter in both vulnerability and package types so we can retrieve it from NVD/Sonatype? Seems limited in its usefulness.
What's the typo in the packageid field about?
Clarification from Zoe:
@rhass-uta are you fixing this issue? should I assign you?
Vulnerability type is defined in types.utils and includes CVSS vector, but not CVSS score
Both NVD and Sonatype return the score value. types.utils should be updated to include the cvss score queryFacade.utils should be updated to retrieve the the cvss score from the response from NVD or Sonatype