Greenbone Vulnerability Management Libraries  11.0.0
vtref Struct Reference

The structure for a cross reference of a VT. More...

Collaboration diagram for vtref:
Collaboration graph

Data Fields

gchar * type
 Reference type ("cve", "bid", ...) More...
 
gchar * ref_id
 Actual reference ID ("CVE-2018-1234", etc) More...
 
gchar * ref_text
 Optional additional text. More...
 

Detailed Description

The structure for a cross reference of a VT.

The elements of this structure should only be accessed by the respective functions.

Definition at line 68 of file nvti.c.

Field Documentation

◆ ref_id

gchar* vtref::ref_id

Actual reference ID ("CVE-2018-1234", etc)

Definition at line 71 of file nvti.c.

Referenced by nvti_refs(), vtref_free(), vtref_id(), and vtref_new().

◆ ref_text

gchar* vtref::ref_text

Optional additional text.

Definition at line 72 of file nvti.c.

Referenced by vtref_free(), vtref_new(), and vtref_text().

◆ type

gchar* vtref::type

Reference type ("cve", "bid", ...)

Definition at line 70 of file nvti.c.

Referenced by nvti_refs(), vtref_free(), vtref_new(), and vtref_type().


The documentation for this struct was generated from the following file: