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

Reduce severity classes #1288

Merged
merged 22 commits into from
Sep 22, 2020

Commits on Sep 16, 2020

  1. Retrurn only nist classes for XML 'severity_class'

    Returns always the same string with the nist classes.
    'pci-dss' is removed.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ea48fe8 View commit details
    Browse the repository at this point in the history
  2. Drop severity computations for class pci-dss

    The nist classes are now always applied for the
    computations.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c8378eb View commit details
    Browse the repository at this point in the history
  3. Drop severiy computation for class pci-dss

    The computations for class 'nist' are now always
    applied.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9331d95 View commit details
    Browse the repository at this point in the history
  4. Drop SQL computations for class 'pci-dss'

    Now always the nist classes are applied.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ebff096 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e55f69a View commit details
    Browse the repository at this point in the history
  6. Do not retrieve severity class from user settings

    The nist classes are applied anway, so do not pull
    the user setting about classes.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d32f7b6 View commit details
    Browse the repository at this point in the history
  7. Do severity class evaluation directly

    Copy over the actual evaluation into the main severity_in_level
    SQL function.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    30caeb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f100ce0 View commit details
    Browse the repository at this point in the history
  9. Resolve setting_severity().

    The places where it was called use the default string
    'nist' directly.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    889c0b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e630516 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c3f480 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40d5069 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f3aa67c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1471671 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7143676 View commit details
    Browse the repository at this point in the history
  16. Remove element severity from authenticate_response.

    The element "severity" with its meanwhile static value "nist"
    is removed from the element "authenticate_response".
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9387e64 View commit details
    Browse the repository at this point in the history
  17. Drop element severity_class from elemnt report

    Since there is only a single static classes, it does not
    need to be send anymore with its range details.
    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0c2dc4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    db15b5d View commit details
    Browse the repository at this point in the history
  19. Add ChangeLog.

    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    da0c857 View commit details
    Browse the repository at this point in the history
  20. Fix formatting.

    janowagner committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    c51af02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3ead67c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b41cbce View commit details
    Browse the repository at this point in the history