-
Notifications
You must be signed in to change notification settings - Fork 95
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
Default report filter and sorting #1552
Default report filter and sorting #1552
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd still use hml for levels
* Only show severity levels high and medium by default * Set min_qod to 70% (was already applied at the backend) * Set default sorting for report results to severity descending (should be applied for the export by default. still not used in gsa) * Set first to 1 (don't rely on backend)
For currently running scans this may be a bit cumbersome because the results may be resorted on every reload. Opening the result details may be difficult in this case. But nevertheless it seems to be the better solution to sort (nearly) all tabs by the same column and show the most important results at the top.
Add low level severities for default filter at report details page. Co-Authored-By: Steffen Waterkamp <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gsa-8.0 #1552 +/- ##
========================================
Coverage 37.52% 37.52%
========================================
Files 965 965
Lines 21967 21967
Branches 6117 6117
========================================
Hits 8243 8243
Misses 12414 12414
Partials 1310 1310
Continue to review full report at Codecov.
|
Checklist: