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

Global Audit View: Vulnerabilities #411

Merged

Commits on Feb 7, 2023

  1. Global Audit View: Vulnerabilities

    Adds a new view in the sidebar, Vulnerability Audit, which either shows
    every finding by occurrence or every finding grouped by vulnerability
    (both are filtered by ACL and other optional filters).
    Makes it possible to easily audit every finding of one's projects in one
    place.
    
    `VIEW_VULNERABILITY` permission is required to access the view.
    
    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    83834e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Fix checkboxes blocking checkboxes of other tab

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b5b48ce View commit details
    Browse the repository at this point in the history
  2. Position global audit above administration

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ab8ce0a View commit details
    Browse the repository at this point in the history
  3. Preserve visibility of columns

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    44ca5cc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from rbt-mm/rbt-global-audit-view-vulnerabilities

    Global Audit View: Vulnerabilities
    rbt-mm authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ecac699 View commit details
    Browse the repository at this point in the history
  5. Sort grouped-tab by project count on default

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b922884 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Change pagination to server side

    Changes the pagination in both Vulnerability Audit tabs to server side
    to reduce the amount of incoming traffic
    
    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    feb39a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ef0ce8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Remove first and last occurrence from grouped finding

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b8185cd View commit details
    Browse the repository at this point in the history
  2. Rename "CVSS" to "CVSSv3"

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    215ed78 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add CVSSv2 to Vulnerability Audit

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c4a0e90 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c1c0199 View commit details
    Browse the repository at this point in the history
  2. Fix unreachable code

    Signed-off-by: RBickert <[email protected]>
    rbt-mm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    52e14b0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master-global-audit-view-vulnerabilities' of https://gi…

    …thub.com/rbt-mm/frontend into master-global-audit-view-vulnerabilities
    rbt-mm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ef8e1cd View commit details
    Browse the repository at this point in the history