From 13ab2ee1111b5dce650a91dc75d61ba36b4299a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaspar=20L=C3=B6chte?= Date: Wed, 14 Apr 2021 13:05:26 +0200 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c33882a20..e2f3df1583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Added the CVSS v3.1 BaseScore calculator to the `/cvsscalculator` page in the Help section. [#2536](https://github.com/greenbone/gsa/pull/2536) ### Changed +- Revert the changes from integer `score` to a float `severity` [#2854](https://github.com/greenbone/gsa/pull/2854) - Show StartIcon for scheduled tasks [#2840](https://github.com/greenbone/gsa/pull/2840) - Remove solution from log NVTs [#2792](https://github.com/greenbone/gsa/pull/2792) - Don't show empty sections in result details [#2791](https://github.com/greenbone/gsa/pull/2791) @@ -29,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - CVE Tables Page can now be used with the updated xml-format and CVSSv3(.1). [#2583](https://github.com/greenbone/gsa/pull/2583) - The CVSS v2 BaseScore calculator calculates the score on the client side now. [#2536](https://github.com/greenbone/gsa/pull/2536) + ### Fixed - Fixed setting comments of business process nodes [#2781](https://github.com/greenbone/gsa/pull/2781) - Added the deprecatedBy field to CPEs [#2751](https://github.com/greenbone/gsa/pull/2751)