Skip to content

Commit

Permalink
Update GMP documentation about refs in get_nvts.
Browse files Browse the repository at this point in the history
  • Loading branch information
janowagner committed Mar 17, 2019
1 parent ee7160d commit 2128607
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12190,7 +12190,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<column>
<name>cve</name>
<type>text</type>
<summary>List of BIDs of the NVT</summary>
<summary>List of CVEs of the NVT</summary>
</column>
<column>
<name>xref</name>
Expand Down Expand Up @@ -13718,9 +13718,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<e>cvss_base</e>
<e>qod</e>
<e>refs</e>
<e>cve_id</e>
<e>bugtraq_id</e>
<e>xrefs</e>
<e>tags</e>
<o><e>preference_count</e></o>
<o><e>timeout</e></o>
Expand Down Expand Up @@ -13846,7 +13843,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
</attrib>
<attrib>
<name>type</name>
<summary>Type of the reference, for example "dfn-cert", "cert-bund"</summary>
<summary>Type of the reference, for example "cve", "bid", "dfn-cert", "cert-bund"</summary>
<type>text</type>
</attrib>
</pattern>
Expand All @@ -13859,21 +13856,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
</pattern>
</ele>
</ele>
<ele>
<name>cve_id</name>
<summary>IDs of the CVEs the NVT addresses</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>bugtraq_id</name>
<summary>List of Bugtraq IDs of the NVT</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>xrefs</name>
<summary>List of other references of the NVT</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>tags</name>
<summary>The tags of the NVT, separated by vertical bars</summary>
Expand Down Expand Up @@ -13985,10 +13967,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<summary>Find what is listening on which port</summary>
<family>Service detection</family>
<cvss_base></cvss_base>
<cve_id>NOCVE</cve_id>
<bugtraq_id>NOBID</bugtraq_id>
<refs/>
<xrefs>NOXREF</xrefs>
<tags>NOTAG</tags>
<preference_count>-1</preference_count>
<timeout></timeout>
Expand Down Expand Up @@ -26282,14 +26261,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
<!-- Compatibility changes between versions. -->

<change>
<command>GET_NVTS</command>
<summary>New element REFS replaces BID, CVE, XREFS and CERT_REFS</summary>
<command>GET_NVTS, GET_INFO</command>
<summary>New element REFS replaces CVE_ID, BUGTRAQ_ID, XREFS and CERT_REFS</summary>
<version>@GMP_VERSION@</version>
<description>
<p>
The former element CERT_REFS is now named REFS and the id's for the type
are now lower case, ie. "cert-bund" and "dfn-cert" instead of "CERT-Bund" and "DFN-CERT".
</p>
<p>
The content of the elements CVE_ID, BUGTRAQ_ID and XREFS is now integrated
into the REFS element.
</p>
</description>
</change>
<change>
Expand Down

0 comments on commit 2128607

Please sign in to comment.