Skip to content

Commit

Permalink
Merge branch 'gsa-8.0' into save_filter_gsa8
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed May 28, 2019
2 parents e9efcde + 64a205b commit 870f2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "given type was invalid" error for saving filters [#1428](https://github.com/greenbone/gsa/pull/1428)
- 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)
Expand Down
1 change: 1 addition & 0 deletions gsa/src/web/pages/vulns/listpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const Page = ({filter, onFilterChanged, onInteraction, ...props}) => (
filterEditDialog={VulnsFilterDialog}
filtersFilter={VULNS_FILTER_FILTER}
table={VulnsTable}
tags={false}
title={_('Vulnerabilities')}
sectionIcon={<VulnerabilityIcon size="large" />}
toolBarIcons={ToolBarIcons}
Expand Down

0 comments on commit 870f2d0

Please sign in to comment.