-
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
Dynamic Parsing: Add flag to indicate new test types #10871
Conversation
DryRun Security SummaryThe pull request covers various improvements to the Defect Dojo application, including handling of test types, form management, API serialization, and the import/reimport functionality for security scan reports, without introducing any obvious security vulnerabilities. Expand for full summarySummary: The code changes in this pull request cover various aspects of the Defect Dojo application, including the handling of test types, form management, API serialization, and the import/reimport functionality for security scan reports. From an application security perspective, the changes do not introduce any obvious security vulnerabilities. The changes are primarily focused on enhancing the functionality and maintainability of the application, such as:
While these changes do not directly address security vulnerabilities, it's important to review the broader context and potential implications of the changes. Proper input validation, access control, and secure data handling should be maintained throughout the application to prevent common web application vulnerabilities. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
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
When using parsers that are capable of creating new test types (e.i. generic, sarif, GitLab, etc.) it would beneficial to know if a test type was generated "dynamically" or if it is supported by DefectDojo out of the box
[sc-7401]