Greenbone Vulnerability Management Libraries 22.8.0
cvss.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2012-2023 Greenbone AG
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 */
5
13#ifndef _GVM_CVSS_H
14#define _GVM_CVSS_H
15
16#include <glib.h>
17
18double
20
21#endif /* not _GVM_CVSS_H */
double get_cvss_score_from_base_metrics(const char *)
Calculate CVSS Score.
Definition cvss.c:358