|
Greenbone Vulnerability Management Libraries 22.32.0
|
The structure for a cross reference of a VT. More...

Data Fields | |
| gchar * | type |
| Reference type ("cve", "bid", ...). | |
| gchar * | ref_id |
| Actual reference ID ("CVE-2018-1234", etc). | |
| gchar * | ref_text |
| Optional additional text. | |
The structure for a cross reference of a VT.
The elements of this structure should only be accessed by the respective functions.
| gchar* vtref::ref_id |
Actual reference ID ("CVE-2018-1234", etc).
Definition at line 60 of file nvti.c.
Referenced by nvti_refs(), vtref_free(), vtref_id(), and vtref_new().
| gchar* vtref::ref_text |
Optional additional text.
Definition at line 61 of file nvti.c.
Referenced by vtref_free(), vtref_new(), and vtref_text().
| gchar* vtref::type |
Reference type ("cve", "bid", ...).
Definition at line 59 of file nvti.c.
Referenced by nvti_refs(), vtref_free(), vtref_new(), and vtref_type().