You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(black-duck): Properly parse vector and scoring system from CVSS2
The resulting `vector` parsed from a given CVSS2 data structure
accidentally kept surrounding braces. Furthermore, extracting the
`scoringSystem` via `substringBefore('/')` gave wrong results, because
a CVSS2 vector does not have such a scoring system prefix at all, see
also the diff in `CVE-2015-3996-parsed.yml`.
Signed-off-by: Frank Viernau <[email protected]>
0 commit comments