-
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
Wiz Parser: Add SCA parser and fortify old format #10905
Conversation
DryRun Security SummaryThis pull request integrates the Wiz security tool with the DefectDojo vulnerability management platform, including updates to the configuration file integrity, deduplication algorithm, Wiz parser implementation, Wiz scan data, and Wiz parser unit tests. Expand for full summarySummary: This pull request contains several changes related to the integration of the Wiz security tool with the DefectDojo vulnerability management platform. The key changes include:
Overall, these changes demonstrate the integration of the Wiz security tool with the DefectDojo vulnerability management platform, which is a common requirement for organizations that use both tools in their security workflows. The changes focus on improving the integrity, accuracy, and flexibility of the integration, which is an important aspect of an application security engineer's responsibilities. 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.
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.
Some minor questions, but I don't consider either one a blocker
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. |
Wiz has a SCA format that does not appear to be supported yet. In order to support it best, I modified the original parser to be a bit safer in the event a new format comes along
[sc-7534]