-
-
Notifications
You must be signed in to change notification settings - Fork 578
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 #2472
Global Audit View: Vulnerabilities #2472
Commits on Feb 8, 2024
-
Global Audit View: Vulnerabilities
Adds two new API methods to the FindingResource, which return a filtered list (ACL and optional other filters) of every finding, either by occurrence or grouped by vulnerability, to allow users to quickly get every finding for all of their projects. Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c2dc7b - Browse repository at this point
Copy the full SHA 8c2dc7bView commit details -
Adds test for the new class `GroupedFinding` and for the new methods in the `FindingResource`. Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f94afe - Browse repository at this point
Copy the full SHA 1f94afeView commit details -
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ace1728 - Browse repository at this point
Copy the full SHA ace1728View commit details -
Put logic for new API methods in dedicated class
Calculate severity if NULL in database Adjust tests Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38f9034 - Browse repository at this point
Copy the full SHA 38f9034View commit details -
Integrate pagination and ordering in backend
Integrates server side pagination and ordering in FindingsSearchQueryManager to reduce the Frontend traffic by only sending the necessary data Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a9d3b9 - Browse repository at this point
Copy the full SHA 5a9d3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec9ef8 - Browse repository at this point
Copy the full SHA bec9ef8View commit details -
Change from hierarchic ACL to simple ACL
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8e1dbb - Browse repository at this point
Copy the full SHA d8e1dbbView commit details -
Fix possible SQL injection for PostgreSQL
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e23a159 - Browse repository at this point
Copy the full SHA e23a159View commit details -
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 465d1b6 - Browse repository at this point
Copy the full SHA 465d1b6View commit details -
Fix wrong query when getting grouped findings
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0aae46 - Browse repository at this point
Copy the full SHA d0aae46View commit details -
Remove first and last occurrence from grouped finding
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00ca26b - Browse repository at this point
Copy the full SHA 00ca26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6b59e - Browse repository at this point
Copy the full SHA 7d6b59eView commit details -
Add CVSSv2 to FindingsSearchQueryManager
Adds filters and sorting for CVSSv2 to the FindingsSearchQueryManager to use it in the Vulnerability Audit in the Frontend Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eb0399 - Browse repository at this point
Copy the full SHA 1eb0399View commit details -
Fix duplicate entries in Vulnerability Audit
Fixes duplicate entries of the same finding appearing for every team membership of the user Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa3cc93 - Browse repository at this point
Copy the full SHA fa3cc93View commit details -
Make "getAllFindings" test consistent by ordering result
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 506b0dc - Browse repository at this point
Copy the full SHA 506b0dcView commit details -
Remove CweImporter from FindingResourceTest
Signed-off-by: RBickert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33ce964 - Browse repository at this point
Copy the full SHA 33ce964View commit details