Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions dojo/finding/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ def update_finding_status(new_state_finding, user, changed_fields=None):
# finding is being deactivated
pass

if is_new_finding or "verified" in changed_fields:
pass

if is_new_finding or "false_p" in changed_fields or "out_of_scope" in changed_fields:
# existing behaviour is that false_p or out_of_scope implies mitigated
if new_state_finding.false_p or new_state_finding.out_of_scope:
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.15.7
ruff==0.15.8
Loading