-
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
✨ implement progpilot SAST parser #10044 #10052
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 🤖. Summary: This pull request includes changes related to the integration of the Progpilot Static Application Security Testing (SAST) tool into the DefectDojo application. The changes involve adding documentation for the Progpilot parser, making a minor change to the From an application security perspective, the key points to highlight are:
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.
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.
Just a small typo, otherwise looks good
Done @cneill. You can merge. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
fdf2d37
to
c6c8b5b
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
c6c8b5b
to
0016801
Compare
* ✨ implement progpilot SAST parser DefectDojo#10044 * add docs * finish progpilot * use more available Finding fields * ruff linter * advance unittests * fix ruff * Update unittests/tools/test_progpilot_parser.py Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> * Update unittests/tools/test_progpilot_parser.py Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> * Update unittests/tools/test_progpilot_parser.py Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> * Update unittests/tools/test_progpilot_parser.py Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> * ruff * ruff --------- Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com>
see issue #10044