-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add Ordering to Test_Import API Endpoint #11448
base: dev
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe pull request enhances the Defect Dojo application's filtering and search capabilities by introducing new filter classes for test imports, findings, and log entries, which can help security professionals analyze and investigate security-related data while maintaining proper access controls and secure coding practices. Expand for full summarySummary: The code changes in this pull request focus on improving the filtering and search capabilities of the Defect Dojo application, particularly in the areas of test imports, findings, and log entries. These changes introduce new filter classes, such as From an application security perspective, these changes do not introduce any obvious security risks. The filtering functionality can be valuable for security professionals to analyze and investigate security-related data within the application, such as test import data, findings, and user activities. However, it's important to ensure that proper access controls, data validation, and secure coding practices are in place to ensure the safe and secure handling of the filtered data. Files Changed:
Code AnalysisWe ran |
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.
Approved
Added the ability to order the Test_Imports from the API via id, created, modified, version, branch_tag, build_id, and commit_hash (similar to that ability in findings).
[sc-9470]