-
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
Risk Acceptance: Make API set/unset risk acceptance status #10320
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 focused on improving the handling of risk acceptance functionality in the application. The key changes include:
Overall, these changes appear to be a reasonable improvement to the application's security and risk management capabilities, as they help maintain the integrity and consistency of the application's data related to risk acceptance. Files Changed:
Powered by DryRun Security |
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.
Just a minor comment/question on this exception message, otherwise looks good
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
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
Tests have gotten stuck. Closing and reopening to trigger again |
The settings.dist.py SHA was messed up |
When creating/updating/deleting a risk acceptance, the status of the finding is not set/unset even though the finding is added to the risk acceptance object.
[sc-6143]