Greenbone Vulnerability Management Libraries
21.4.2
|
The structure for a severity of a VT. More...
Data Fields | |
gchar * | type |
Severity type ("cvss_base_v2", ...) More... | |
gchar * | origin |
int | date |
Timestamp in seconds since epoch, defaults to VT creation date. More... | |
double | score |
The score derived from the value in range [0.0-10.0]. More... | |
gchar * | value |
The value which corresponds to the type. More... | |
The structure for a severity of a VT.
VTs can have one or several severities.
int vtseverity::date |
Timestamp in seconds since epoch, defaults to VT creation date.
gchar* vtseverity::origin |
Optional: Where does the severity come from ("CVE-2018-1234", "Greenbone Research")
double vtseverity::score |
The score derived from the value in range [0.0-10.0].
gchar* vtseverity::type |
Severity type ("cvss_base_v2", ...)
gchar* vtseverity::value |
The value which corresponds to the type.