Closed tschmidtb51 closed 2 years ago
If you convert the following CVSS score with the flag --remove-CVSS-values-without-vector it ends up with an empty scores array in JSON.
--remove-CVSS-values-without-vector
scores
<CVSSScoreSets> <ScoreSetV3> <BaseScoreV3>9.8</BaseScoreV3> </ScoreSetV3> </CVSSScoreSets>
However, empty arrays are prohibited in CSAF and should not be in the output.
If you convert the following CVSS score with the flag
--remove-CVSS-values-without-vector
it ends up with an emptyscores
array in JSON.However, empty arrays are prohibited in CSAF and should not be in the output.