|
Greenbone Vulnerability Management Libraries 22.32.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 170 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::access_vector |
Access vector.
Definition at line 169 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::authentication |
Authentication.
Definition at line 171 of file cvss.c.
Referenced by get_exploitability_subscore(), and set_impact_from_str().
| double cvss::avail_impact |
Availability impact.
Definition at line 168 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
| double cvss::conf_impact |
Confidentiality impact.
Definition at line 166 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().
| double cvss::integ_impact |
Integrity impact.
Definition at line 167 of file cvss.c.
Referenced by get_impact_subscore(), and set_impact_from_str().