-
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 support for Invicti parser through Netsparker #10894
Conversation
DryRun Security SummaryThe pull request focuses on improving the integration and documentation of the Invicti security scanner within the DefectDojo application, including adding documentation, updating the configuration file, implementing an Expand for full summarySummary: The code changes in this pull request are primarily focused on improving the integration and documentation of the Invicti security scanner within the DefectDojo application. The changes include:
From an application security perspective, these changes are positive and do not introduce any obvious security vulnerabilities. The documentation updates, configuration changes, and parser implementation are all focused on improving the integration and handling of security scan data, which is an important aspect of a vulnerability management system like DefectDojo. Files Changed:
Overall, these changes appear to be a positive contribution to the DefectDojo project, as they improve the integration and handling of Invicti security scan data, which is an important aspect of a comprehensive vulnerability management solution. 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
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.
Minor docs typo, otherwise this looks good
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Netsparker has now become Invicti, so we should support Invicti by extending the Netsparker parser. If there are modifications to the incivicti format going forward, it will be much easier to make a change to an existing parser.
[sc-2526]