Repaste from gitter :
@sbs2001
Mar 04 14:53
Btw, I wanted to start discussion regarding storage of severity indicators: The problem is different advisories provide severity scores in different formats, for example cvss v1,cvss v2,cvss v3,cvss v3.1 or just textual description(High,Low,Medium). I can think of 2 approaches:
-
Make separate columns for each type of severity indicator for model Vulnerability.
OR
-
cvss scores of different versions can be interconverted by manipulating the attack vector, this adds some error (upto 5%). This way we will have 2 columns to indicate severity one for cvss score of the latest standard and other for textual representation of severity.
What are your opinions?
Repaste from gitter :
Make separate columns for each type of severity indicator for model Vulnerability.
OR
cvss scores of different versions can be interconverted by manipulating the attack vector, this adds some error (upto 5%). This way we will have 2 columns to indicate severity one for cvss score of the latest standard and other for textual representation of severity.
What are your opinions?