-
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
prowler_v4.py Prowler v4.5.0 changed the 'event_time' key with 'time_dt' #11213
base: bugfix
Are you sure you want to change the base?
Conversation
…' key in finding with 'time_dt'
…' key in finding with 'time_dt'
DryRun Security SummaryThe pull request enhances the functionality and security of the AWS Prowler V3+ parser in the DefectDojo application security tool by correctly handling the updated JSON report format, implementing deduplication of findings, and adding new test cases, while also identifying potential security considerations related to CWE ID assignment, input validation, and access control. Expand for full summarySummary: The code changes in this pull request focus on enhancing the functionality and security of the AWS Prowler V3+ parser in the DefectDojo application security tool. The key changes include:
While the changes appear to be generally positive, there are a few security considerations that should be addressed:
Overall, the changes in this pull request are focused on improving the functionality and reliability of the AWS Prowler V3+ parser, which is an important component of the DefectDojo application security tool. However, it's important to address the identified security considerations to ensure the robustness and security of the application. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
@kiblik I created a new PR. However, the tests failed to install packages on the Docker image. How can I re-run them? |
Bit sad but close and reopen of PR usually helps |
@kiliczsh Thanks a lot. Your advice helped. |
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
Fixes import of Prowler v4.5.0 report with changed
event_time
keyCloses #11210
[sc-8668]