Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix severity_in_level SQL function #1312

Merged
merged 2 commits into from
Oct 5, 2020

Conversation

timopollmeier
Copy link
Member

@timopollmeier timopollmeier commented Oct 5, 2020

What:
This fixes the conditions for "high" severity in the severity_in_level SQL function

Why:
The "high" case had a condition that should only apply for "medium", making it so "high" results are never shown.

How:
Check a report that should contain "high" severity results.
Without the patch they should be hidden even when the filter is set correctly. With the patch they should appear again.

Checklist:

The "high" case had a condition that should only apply for "medium".
@timopollmeier timopollmeier marked this pull request as ready for review October 5, 2020 10:21
@mattmundell mattmundell merged commit 35916f3 into greenbone:master Oct 5, 2020
@timopollmeier timopollmeier deleted the severity-class-cleanup branch October 15, 2021 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants