diff --git a/CMakeLists.txt b/CMakeLists.txt index 380d8b4e9..1aca5286b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2018 Greenbone Networks GmbH +# Copyright (C) 2009-2019 Greenbone Networks GmbH # # SPDX-License-Identifier: GPL-2.0-or-later # @@ -117,7 +117,7 @@ include (CPack) ## Variables -set (GVMD_DATABASE_VERSION 206) +set (GVMD_DATABASE_VERSION 208) set (GVMD_SCAP_DATABASE_VERSION 15) diff --git a/INSTALL.md b/INSTALL.md index 7fda707b0..60dc302d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,7 +18,7 @@ Prerequisites: * cmake >= 3.0 * glib-2.0 >= 2.42 * gnutls >= 3.2.15 -* libgvm_base, libgvm_util, libgvm_osp, libgvm_gmp >= 1.0.0 +* libgvm_base, libgvm_util, libgvm_osp, libgvm_gmp >= 11.0.0 * sqlite3 library >= 3.8.3 or PostgreSQL database * pkg-config * libical >= 1.0.0 @@ -161,8 +161,8 @@ properly. If the `gsf-access-key` file was already migrated for the `openvas-scanner` module it can be removed from the `$prefix/etc/openvas/` directory. - - move ยด$prefix/var/lib/openvas/scap-data`` to - $prefix/var/lib/gvm/scap-data + - move `$prefix/var/lib/openvas/scap-data` to + `$prefix/var/lib/gvm/scap-data` - move `$prefix/var/lib/openvas/cert-data` to `$prefix/var/lib/gvm/cert-data` @@ -180,8 +180,10 @@ properly. `$prefix/var/lib/gvm/gvmd/gvmd.db` - (Postgres backend only) rename database to `gvmd`: - sudo -u postgres sh - psql --command='ALTER DATABASE tasks RENAME TO gvmd;' + ``` + sudo -u postgres sh + psql --command='ALTER DATABASE tasks RENAME TO gvmd;' + ``` Migrating the Database diff --git a/report_formats/HTML/HTML.xsl b/report_formats/HTML/HTML.xsl index 41738c711..64c02bba6 100644 --- a/report_formats/HTML/HTML.xsl +++ b/report_formats/HTML/HTML.xsl @@ -13,7 +13,7 @@ encoding="UTF-8" /> - - - - - - - - - - - - - - - - - - - - - - + @@ -232,9 +210,19 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ", - ," - + + ," + + + + + , + + + + ", + ," @@ -307,62 +295,41 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ) - "," - - - - - - - - , - - - - - - "," - - - - - - Warning: - - - - - - - - , - - - - - - - "," - - - - - - - - - - - - - - - , - - - - - + + "," + + + + + , + + + + + "," + + + + + , + + + + , + + + + + "," + + + + + , + + + + " diff --git a/src/report_formats/LaTeX/latex.xsl b/src/report_formats/LaTeX/latex.xsl index 85181a1cc..ac662209a 100644 --- a/src/report_formats/LaTeX/latex.xsl +++ b/src/report_formats/LaTeX/latex.xsl @@ -568,15 +568,15 @@ advice given in each description, in order to rectify the issue. & - + & - + & - + & - + & - + @@ -750,7 +750,7 @@ advice given in each description, in order to rectify the issue. Total: - &&&&& + &&&&& \end{longtable} @@ -914,9 +914,9 @@ advice given in each description, in order to rectify the issue. - + - + @@ -1016,47 +1016,17 @@ advice given in each description, in order to rectify the issue. - - - - - - - - - - - - - - - - - + \hline \textbf{References} - - - - - - - - - - - + + - + - - - - - - + @@ -1155,11 +1125,11 @@ advice given in each description, in order to rectify the issue. - + - + \begin{longtable}{|p{\textwidth * 1}|} \rowcolor{ @@ -1457,7 +1427,7 @@ advice given in each description, in order to rectify the issue. - + High @@ -1465,7 +1435,7 @@ advice given in each description, in order to rectify the issue. - + Medium @@ -1473,7 +1443,7 @@ advice given in each description, in order to rectify the issue. - + Low @@ -1481,7 +1451,7 @@ advice given in each description, in order to rectify the issue. - + Log @@ -1489,7 +1459,7 @@ advice given in each description, in order to rectify the issue. - + Debug @@ -1497,7 +1467,7 @@ advice given in each description, in order to rectify the issue. - + False Positive diff --git a/src/report_formats/NBE/NBE.xsl b/src/report_formats/NBE/NBE.xsl index 77c03c763..7cdc4d31b 100644 --- a/src/report_formats/NBE/NBE.xsl +++ b/src/report_formats/NBE/NBE.xsl @@ -11,7 +11,7 @@ + + GET_PREFERENCES, GET_CONFIGS + Add NVT Preferences ID + +

+ The PREFERENCE element in GET_PREFERENCES and GET_CONFIGS responses + contains an ID subelement. The ID should help in identifying + preferences within the same nvt instead of using the preference name + which may be changed. +

+

+ The content of the elements CVE_ID, BUGTRAQ_ID and XREFS is now integrated + into the REFS element. +

+
+ 9.0 +
+ + GET_NVTS, GET_INFO + New element REFS replaces CVE_ID, BUGTRAQ_ID, XREFS and CERT_REFS + 9.0 + +

+ 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". +

+

+ The content of the elements CVE_ID, BUGTRAQ_ID and XREFS is now integrated + into the REFS element. +

+
+
+ + GET_REPORTS, GET_RESULTS + New element RESULT/NVT/REFS replaces RESULT/NVT/CERT + 9.0 + +

+ The former element CERT 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". +

+
+
+ + GET_REPORTS, GET_RESULTS + Elements RESULT/NVT/CVE, RESULT/NVT/BID and RESULT/NVT/XREF consolidated into RESULT/NVT/REFS + 9.0 + +

+ The content of former elements CVE and BID are now also part of REFS and the + respective REF types are "cve" and "bid". +

+

+ The content of former element XREF is now also part of REFS and the + respective REF type is the former prefix of the XREF, for example "URL". +

+

+ The "NOCVE", "NOXREF" and "NOBID" strings that previously indicated the absense + of a CVE, XREF or BID are not applied anymore. +

+
+
+ CREATE_FILTER, CREATE_TARGET NAME MAKE_UNIQUE removed