|
OpenVAS Scanner 23.32.3
|
Define a vulnerable package. More...
#include <table_driven_lsc.h>

Data Fields | |
| char * | pkg_name |
| char * | install_version |
| enum fixed_type | type |
| union { | |
| version_range_t * range | |
| fixed_version_t * version | |
| }; | |
Define a vulnerable package.
Definition at line 46 of file table_driven_lsc.h.
| union { ... } vulnerable_pkg |
| char* vulnerable_pkg::install_version |
Definition at line 49 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), nasl_notus(), and vulnerable_pkg_new().
| char* vulnerable_pkg::pkg_name |
Definition at line 48 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), nasl_notus(), and vulnerable_pkg_new().
| version_range_t* vulnerable_pkg::range |
Definition at line 53 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), nasl_notus(), and vulnerable_pkg_new().
| enum fixed_type vulnerable_pkg::type |
Definition at line 50 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), nasl_notus(), and vulnerable_pkg_new().
| fixed_version_t* vulnerable_pkg::version |
Definition at line 54 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), nasl_notus(), and vulnerable_pkg_new().