|
Greenbone Vulnerability Management Libraries 22.8.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 159 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::access_vector |
Access vector.
Definition at line 158 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::authentication |
Authentication.
Definition at line 160 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::avail_impact |
Availability impact.
Definition at line 157 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
| double cvss::conf_impact |
Confidentiality impact.
Definition at line 155 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
| double cvss::integ_impact |
Integrity impact.
Definition at line 156 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().