Greenbone Vulnerability Management Libraries
10.0.0
|
Describe a CVSS metrics. More...
Data Fields | |
double | conf_impact |
double | integ_impact |
double | avail_impact |
double | access_vector |
double | access_complexity |
double | authentication |
double cvss::access_complexity |
Access complexity.
Definition at line 143 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
double cvss::access_vector |
Access vector.
Definition at line 142 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
double cvss::authentication |
Authentication.
Definition at line 144 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
double cvss::avail_impact |
Availability impact.
Definition at line 141 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
double cvss::conf_impact |
Confidentiality impact.
Definition at line 139 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
double cvss::integ_impact |
Integrity impact.
Definition at line 140 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().