From 789ba40c0c3cc576b2121853cb7d98d81b0d2676 Mon Sep 17 00:00:00 2001 From: Steffen Waterkamp Date: Tue, 28 May 2019 13:56:08 +0200 Subject: [PATCH 1/2] Don't allow tagging vulnerabilities There is no vulnerability resource type for tags, so don't offer bulk tagging at vulns listpage. --- gsa/src/web/pages/vulns/listpage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gsa/src/web/pages/vulns/listpage.js b/gsa/src/web/pages/vulns/listpage.js index 82c30ff98b..323e44698c 100644 --- a/gsa/src/web/pages/vulns/listpage.js +++ b/gsa/src/web/pages/vulns/listpage.js @@ -74,6 +74,7 @@ const Page = ({filter, onFilterChanged, onInteraction, ...props}) => ( filterEditDialog={VulnsFilterDialog} filtersFilter={VULNS_FILTER_FILTER} table={VulnsTable} + tags={false} title={_('Vulnerabilities')} sectionIcon={} toolBarIcons={ToolBarIcons} From 00e325eea37aa040ca3092946f56adc988e40841 Mon Sep 17 00:00:00 2001 From: Steffen Waterkamp Date: Tue, 28 May 2019 13:58:26 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce121cbcb1..a8876cf9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Cleanup get_report function in gsad [#1263](https://github.com/greenbone/gsa/pull/1263) ### Fixed +Don't allow bulk tagging vulnerabilities [#1429](https://github.com/greenbone/gsa/pull/1429) - Fix parsing CVSS authentication SINGLE_INSTANCE [#1427](https://github.com/greenbone/gsa/pull/1427) - Fix loading data on login [#1426](https://github.com/greenbone/gsa/pull/1426) - Fix result undefined error on result details [#1423](https://github.com/greenbone/gsa/pull/1423)