-
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
🐛 fix Acunetix date #11206 #11207
🐛 fix Acunetix date #11206 #11207
Conversation
DryRun Security SummaryThis pull request focuses on improving the parsing and handling of Acunetix security scan reports within the Dojo application security platform, including updates to date parsing logic, addition of a new test case, and addressing a security vulnerability related to the PHPSESSID cookie. Expand for full summarySummary: The code changes in this pull request appear to be focused on improving the parsing and handling of Acunetix security scan reports within the Dojo application security platform. The key changes include:
From an application security perspective, these changes are generally positive and help to improve the accuracy, reliability, and security of the Acunetix report parsing functionality within the Dojo platform. The changes do not appear to introduce any significant security risks or concerns. 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.
I checked some of our example scan files to be sure this wasn't a user-configurable thing that would vary based on the user's timezone/preferences, and it at least appears that this is consistent. Unfortunately, changing this behavior didn't trigger any unit test failures, meaning we're not evaluating it at all today. Would you mind adding some test cases, @manuel-sommer ?
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.
Thanks! 😄
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
#11206