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

Default report filter and sorting #1552

Merged
merged 4 commits into from
Aug 8, 2019
Merged

Default report filter and sorting #1552

merged 4 commits into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. Update default filter for report details view

    * 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)
    bjoernricks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    de1d0e3 View commit details
    Browse the repository at this point in the history
  2. Sort results by severity by default

    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.
    bjoernricks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    4dc655a View commit details
    Browse the repository at this point in the history
  3. Include low severities by default

    Add low level severities for default filter at report details page.
    
    Co-Authored-By: Steffen Waterkamp <[email protected]>
    bjoernricks and swaterkamp committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    368f5fa View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    bjoernricks committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    b1a7727 View commit details
    Browse the repository at this point in the history