-
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
Fixing openvas parser and including script_id for openvas and nmap #11454
Conversation
DryRun Security SummaryThe pull request enhances the OpenVAS and Nmap parsers in the Dojo application security platform by adding new attributes to improve vulnerability data traceability, correlation, and reporting. Expand for full summarySummary: The code changes in this pull request focus on enhancing the functionality of the OpenVAS and Nmap parsers within the Dojo application security platform. These changes improve the traceability and usability of the vulnerability data extracted from the respective security tool reports. For the OpenVAS XML parser, the key change is the addition of the The Nmap parser changes include the addition of a Overall, these code changes demonstrate a well-designed approach to parsing and processing security tool reports, with a focus on enhancing the application security functionality and providing security teams with more accurate and actionable vulnerability 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.
Looks good. Suggestions:
- Check whether we should print
finding.text
whentag == "nvt"
- Move the
test=test
bugfix to a separate PR
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
i'm including the script_id from tool to consider in the parser of
nmap
andopenvas
fixing a problem of get the id from openvas parser who get the id by the param of the tag.