-
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 trivy operator deduplication setting #10389
🐛 fix trivy operator deduplication setting #10389
Conversation
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The code changes in this pull request are related to the Trivy Operator Scan and Trivy Scan parsers in the DefectDojo application. The key changes are the addition of the 'description' field to the list of fields that are parsed and stored in the DefectDojo database for both the 'Trivy Operator Scan' and 'Trivy Scan' parsers. From an application security perspective, these changes are positive as they ensure that the 'description' field from the Trivy Operator Scan and Trivy Scan results is captured and available in the DefectDojo application. The 'description' field often contains valuable information about the vulnerability, which can help security teams better understand and prioritize the findings. Additionally, the consistent inclusion of the 'description' field across different scan types can improve the overall quality and usefulness of the data stored in the DefectDojo application, which is important for effective vulnerability management. The other change in the pull request is an update to the SHA-256 hash file for the Files Changed:
Powered by DryRun Security |
@manuel-sommer I am curious about this one.. Do you have an example for why the mitigation needs to be added to deduplication settings? This also makes me wonder if maybe there is some info in the mitigation that would be better served in the description or something |
Hi @Maffooch. So the point is that we either need the description or the mitigation field to be used in the deduplication. The reason is the following scenario.
|
Ahh I see.. This does make more sense now. I think the description would be more appropriate than the mitigation |
Done @Maffooch. Could we merge this fast please? It would be awesome if we could get it into the next release. |
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
Provide the mitigation information as soon as it becomes available. Then, the finding can be fixed.