forked from DefectDojo/django-DefectDojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix semgrep severity logic DefectDojo#11218
- Loading branch information
1 parent
50d01bd
commit 5c1450a
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5c1450a
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.
I think this logic may still be incorrect:
https://semgrep.dev/docs/writing-rules/rule-syntax#required
So there may be some additional cases to consider, but I think the full logic is something closer to:
I'm willing to work on this with you if you want. I think we need to get some real sample reports and make sure we're covering all the possible cases. LMK if you want to collaborate on this. Thanks for picking this up!
5c1450a
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.
Thank you for the offer, I don't see any benefit in collaborating here. The PR is fine and got the first approvals.