Skip to content

Commit

Permalink
Merge pull request #1312 from timopollmeier/severity-class-cleanup
Browse files Browse the repository at this point in the history
Fix severity_in_level SQL function
  • Loading branch information
mattmundell authored Oct 5, 2020
2 parents 4e39cb5 + 9320802 commit 35916f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Use GMP version with leading zero for feed dirs [#1287](https://github.com/greenbone/gvmd/pull/1287)
- Check db version before creating SQL functions [#1304](https://github.com/greenbone/gvmd/pull/1304)
- Fix severity_in_level SQL function [#1312](https://github.com/greenbone/gvmd/pull/1312)

### Removed
- Drop GMP scanners [#1269](https://github.com/greenbone/gvmd/pull/1269)
Expand Down
1 change: 0 additions & 1 deletion src/manage_pg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,6 @@ manage_create_sql_functions ()
" WHEN 'high'"
" THEN $1 >= 7"
" AND $1 <= 10"
" AND $1 < 7"
" WHEN 'medium'"
" THEN $1 >= 4"
" AND $1 < 7"
Expand Down

0 comments on commit 35916f3

Please sign in to comment.