Skip to content

Commit

Permalink
Merge pull request #1674 from greenbone/mergify/bp/gvmd-21.04/pr-1673
Browse files Browse the repository at this point in the history
Remove BID from GMP documentation (backport #1673)
  • Loading branch information
bjoernricks authored Aug 20, 2021
2 parents d203097 + c80ce8c commit 2aaade3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Deprecated
### Removed
* Remove BID from GMP documentation [#1673](https://github.com/greenbone/gvmd/pull/1673)

### Fixed

[20.8.4]: https://github.com/greenbone/gvmd/compare/v20.8.3...gvmd-20.08
Expand Down
20 changes: 2 additions & 18 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<e>cvss_base</e>
<e>severities</e>
<o><e>cve</e></o>
<o><e>bid</e></o>
</pattern>
<ele>
<name>name</name>
Expand All @@ -945,11 +944,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<summary>CVE value associated with the NVT</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>bid</name>
<summary>BID associated with the NVT</summary>
<pattern><t>integer</t></pattern>
</ele>
</ele>
<ele>
<name>severity</name>
Expand Down Expand Up @@ -1276,7 +1270,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<e>cvss_base</e>
<e>severities</e>
<o><e>cve</e></o>
<o><e>bid</e></o>
</pattern>
<ele>
<name>name</name>
Expand All @@ -1301,11 +1294,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<summary>CVE value associated with the NVT</summary>
<pattern>text</pattern>
</ele>
<ele>
<name>bid</name>
<summary>BID associated with the NVT</summary>
<pattern><t>integer</t></pattern>
</ele>
</ele>
<ele>
<name>threat</name>
Expand Down Expand Up @@ -1597,7 +1585,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</attrib>
<attrib>
<name>type</name>
<summary>Type of the reference, for example "cve", "bid", "dfn-cert", "cert-bund"
<summary>Type of the reference, for example "cve", "dfn-cert", "cert-bund"
</summary>
<type>text</type>
</attrib>
Expand Down Expand Up @@ -12796,7 +12784,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<cvss_base>5</cvss_base>
<severities score="50"/>
<cve></cve>
<bid></bid>
</nvt>
<threat>Medium</threat>
<description>Warning with control char between fullstops: . .</description>
Expand Down Expand Up @@ -13063,7 +13050,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</attrib>
<attrib>
<name>type</name>
<summary>Type of the reference, for example "cve", "bid", "dfn-cert", "cert-bund"</summary>
<summary>Type of the reference, for example "cve", "dfn-cert", "cert-bund"</summary>
<type>text</type>
</attrib>
</pattern>
Expand Down Expand Up @@ -15568,7 +15555,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<tags>NOTAGS</tags>
<refs>
<ref id="CVE-2013-1406" type="cve"/>
<ref id="51702" type="bid"/>
<ref id="DFN-CERT-2013-0246" type="dfn-cert"/>
</refs>
</nvt>
Expand Down Expand Up @@ -16603,7 +16589,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<tags>NOTAGS</tags>
<refs>
<ref type="cve" id="CVE-2009-3095"/>
<ref type="bid" id="36254"/>
</refs>
</nvt>
<threat>Medium</threat>
Expand Down Expand Up @@ -16666,7 +16651,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<tags>NOTAGS</tags>
<refs>
<ref type="cve" id="CVE-2009-3095"/>
<ref type="bid" id="36254"/>
</refs>
</nvt>
<threat>High</threat>
Expand Down

0 comments on commit 2aaade3

Please sign in to comment.