Greenbone Vulnerability Management Libraries 22.8.0
|
The structure of a information record that corresponds to a NVT. More...
Data Fields | |
gchar * | oid |
Object ID. | |
gchar * | name |
The name. | |
gchar * | summary |
The summary. | |
gchar * | insight |
The insight. | |
gchar * | affected |
Affected systems. | |
gchar * | impact |
Impact of vulnerability. | |
time_t | creation_time |
Time of creation, seconds since epoch. | |
time_t | modification_time |
Time of last change, sec. since epoch. | |
gchar * | solution |
The solution. | |
gchar * | solution_type |
The solution type. | |
gchar * | solution_method |
The solution method. | |
gchar * | tag |
List of tags attached to this NVT. | |
gchar * | cvss_base |
CVSS base score for this NVT. | |
gchar * | dependencies |
List of dependencies of this NVT. | |
gchar * | required_keys |
List of required KB keys of this NVT. | |
gchar * | mandatory_keys |
List of mandatory KB keys of this NVT. | |
gchar * | excluded_keys |
List of excluded KB keys of this NVT. | |
gchar * | required_ports |
List of required ports of this NVT. | |
gchar * | required_udp_ports |
List of required UDP ports of this NVT. | |
gchar * | detection |
Detection description. | |
gchar * | qod_type |
Quality of detection type. | |
gchar * | qod |
Quality of detection. | |
GSList * | refs |
Collection of VT references. | |
GSList * | severities |
Collection of VT severities. | |
GSList * | prefs |
Collection of NVT preferences. | |
gint | category |
The category, this NVT belongs to. | |
gchar * | family |
Family the NVT belongs to. | |
The structure of a information record that corresponds to a NVT.
gchar* nvti::affected |
Affected systems.
gint nvti::category |
The category, this NVT belongs to.
time_t nvti::creation_time |
Time of creation, seconds since epoch.
gchar* nvti::cvss_base |
CVSS base score for this NVT.
gchar* nvti::dependencies |
List of dependencies of this NVT.
gchar* nvti::detection |
Detection description.
gchar* nvti::excluded_keys |
List of excluded KB keys of this NVT.
gchar* nvti::family |
Family the NVT belongs to.
gchar* nvti::impact |
Impact of vulnerability.
gchar* nvti::insight |
The insight.
gchar* nvti::mandatory_keys |
List of mandatory KB keys of this NVT.
time_t nvti::modification_time |
Time of last change, sec. since epoch.
gchar* nvti::name |
The name.
gchar* nvti::oid |
Object ID.
GSList* nvti::prefs |
Collection of NVT preferences.
gchar* nvti::qod |
Quality of detection.
gchar* nvti::qod_type |
Quality of detection type.
GSList* nvti::refs |
Collection of VT references.
gchar* nvti::required_keys |
List of required KB keys of this NVT.
gchar* nvti::required_ports |
List of required ports of this NVT.
gchar* nvti::required_udp_ports |
List of required UDP ports of this NVT.
GSList* nvti::severities |
Collection of VT severities.
gchar* nvti::solution |
The solution.
gchar* nvti::solution_method |
The solution method.
gchar* nvti::solution_type |
The solution type.
gchar* nvti::summary |
The summary.
gchar* nvti::tag |
List of tags attached to this NVT.