-
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
AnchoreCTL Policies: Additional checks for severity in description #11269
Conversation
DryRun Security SummaryThe pull request focuses on improving the accuracy and reliability of the severity and active status determination for security findings identified by the Anchore Container Toolkit (AnchoreCTL) policies parser, including updating the Expand for full summarySummary: The changes in this pull request focus on improving the accuracy and reliability of the severity and active status determination for security findings identified by the Anchore Container Toolkit (AnchoreCTL) policies parser. The key changes include:
From an application security perspective, these changes are aimed at enhancing the security analysis capabilities of the application security engineering tool, which is a positive development. The improvements to the severity and active status determination will help security teams prioritize and address the most critical vulnerabilities. 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
[sc-1018]
Modified the way severity is used in the anchorectl_policies parser. Now, if the description contains the severity as the first word, it will use that. Otherwise, it drops back to using the status to determine severity.
Finally, in the case of the 'go' status, severity is set to Low by default.