OpenVAS Libraries
9.0.1
|
The structure of a information record that corresponds to a NVT. More...
#include <nvti.h>
Data Fields | |
gchar * | oid |
Object ID. More... | |
gchar * | version |
Version of the NVT. More... | |
gchar * | name |
The name. More... | |
gchar * | copyright |
Copyright for the NVT. More... | |
gchar * | cve |
List of CVEs, this NVT corresponds to. More... | |
gchar * | bid |
List of Bugtraq IDs, this NVT corresponds to. More... | |
gchar * | xref |
List of Cross-references, this NVT corresponds to. 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... | |
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.
The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.
gchar* nvti::bid |
List of Bugtraq IDs, this NVT corresponds to.
gint nvti::category |
The category, this NVT belongs to.
gchar* nvti::copyright |
Copyright for the NVT.
gchar* nvti::cve |
List of CVEs, this NVT corresponds to.
gchar* nvti::cvss_base |
CVSS base score for this NVT.
gchar* nvti::dependencies |
List of dependencies of this NVT.
gchar* nvti::excluded_keys |
List of excluded KB keys of this NVT.
gchar* nvti::family |
Family the NVT belongs to.
gchar* nvti::mandatory_keys |
List of mandatory KB keys of this NVT.
gchar* nvti::name |
The name.
gchar* nvti::oid |
Object ID.
GSList* nvti::prefs |
Collection of NVT preferences.
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.
gchar* nvti::tag |
List of tags attached to this NVT.
gint nvti::timeout |
Default timeout time for this NVT.
gchar* nvti::version |
Version of the NVT.
gchar* nvti::xref |
List of Cross-references, this NVT corresponds to.