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