-
Notifications
You must be signed in to change notification settings - Fork 1.6k
π Implement Fortify Webinspect new report format #12155
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
Conversation
DryRun Security SummaryThe text describes a Fortify XML parser patch addressing multiple security vulnerabilities, including XML parsing risks, potential information exposure, endpoint handling risks, cookie transmission weaknesses, and improved error handling mechanisms. Expand for full summarySummary: The summaries describe a Fortify XML parser patch and a corresponding unit test, focusing on XML parsing security and testing a specific security finding related to cookie transmission. Security Findings:
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
At first glance the parsing code looks quite different. Is this really just a new report format of the same scan type? If it is, will there be any impact on deduplication/reimport? |
The report format differs from the one before. I did not specifically test deduplication here. |
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
Couple of remarks:
|
This pull request reveals multiple security vulnerabilities across different areas, including potential information disclosure risks, endpoint handling concerns, XML parsing challenges, insecure cookie transmission, and metadata handling issues that could compromise system security and expose sensitive internal information. π Unconfirmed Findings (5)
All finding details can be found in the DryRun Security Dashboard. |
Regarding the way this new report is generated: I asked in the issue and waiting for a reply. |
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.
As per my commit suggestions, shouldn't the variables used in the new parser method be named like we do everywhere else?
* π Implement Fortify Webinspect new report format * update * fix * update * update * update * update * update * update according to comment * docs update * fix
* π Implement Fortify Webinspect new report format * update * fix * update * update * update * update * update * update according to comment * docs update * fix
* π Implement Fortify Webinspect new report format * update * fix * update * update * update * update * update * update according to comment * docs update * fix
* π Implement Fortify Webinspect new report format * update * fix * update * update * update * update * update * update according to comment * docs update * fix
#12065