-
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 Bearer CLI missing Scan Type #10652 #10654
Conversation
DryRun Security SummaryThe changes in this pull request focus on improving the parsing and representation of the output from the Bearer CLI tool, a SAST scanner, by renaming the Expand for full summarySummary: The changes in this pull request are focused on improving the parsing and representation of the output from the Bearer CLI tool, which is a SAST (Static Application Security Testing) scanner. The key changes include:
Additionally, the changes include updates to the unit tests for the Overall, these changes are focused on improving the integration of the Bearer CLI tool's findings into a security management platform, which is an important step in the application security engineering process. 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
Interesting that its already CLI for both the parser name and hashcode: https://github.com/DefectDojo/django-DefectDojo/blob/master/dojo/tools/bearer_cli/parser.py#L11 Anyway, thanks for the PR 👍 |
#10652