|
OpenVAS Scanner 23.40.3
|
#include <table_driven_lsc.h>

Data Fields | |
| char * | oid |
| vuln_pkg_t * | pkgs [100] |
| size_t | count |
brief define an advisory with a list of vulnerable packages
Definition at line 70 of file table_driven_lsc.h.
| size_t notus_advisory::count |
Definition at line 75 of file table_driven_lsc.h.
Referenced by advisory_add_vuln_pkg(), advisory_free(), advisory_new(), call_rs_notus(), and parse_notus().
| char* notus_advisory::oid |
Definition at line 72 of file table_driven_lsc.h.
Referenced by advisory_add_vuln_pkg(), advisory_free(), advisory_new(), call_rs_notus(), and parse_notus().
| vuln_pkg_t* notus_advisory::pkgs[100] |
Definition at line 73 of file table_driven_lsc.h.
Referenced by advisory_add_vuln_pkg(), advisory_free(), call_rs_notus(), and parse_notus().