|
OpenVAS Scanner 23.40.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 54 of file table_driven_lsc.h.
| union { ... } vulnerable_pkg |
| char* vulnerable_pkg::install_version |
Definition at line 57 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), parse_notus(), and vulnerable_pkg_new().
| char* vulnerable_pkg::pkg_name |
Definition at line 56 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), parse_notus(), and vulnerable_pkg_new().
| version_range_t* vulnerable_pkg::range |
Definition at line 61 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), parse_notus(), and vulnerable_pkg_new().
| enum fixed_type vulnerable_pkg::type |
Definition at line 58 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), parse_notus(), and vulnerable_pkg_new().
| fixed_version_t* vulnerable_pkg::version |
Definition at line 62 of file table_driven_lsc.h.
Referenced by advisory_free(), call_rs_notus(), parse_notus(), and vulnerable_pkg_new().