|
Greenbone Vulnerability Management Libraries 22.32.0
|
Protos for CVSS utility functions. More...
#include <glib.h>

Go to the source code of this file.
Functions | |
| double | get_cvss_score_from_base_metrics (const char *) |
| Calculate CVSS Score. | |
Protos for CVSS utility functions.
This file contains the protos for cvss.c
Definition in file cvss.h.
| double get_cvss_score_from_base_metrics | ( | const char * | cvss_str | ) |
Calculate CVSS Score.
| cvss_str | Base vector string from which to compute score. |
Definition at line 585 of file cvss.c.
References __get_cvss_score(), get_cvss_score_from_base_metrics_v3(), get_cvss_score_from_metrics_v4(), set_impact_from_str(), and toenum().
Referenced by add_tags_to_nvt(), and Ensure().

