Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-nca committed Nov 16, 2023
1 parent 4003749 commit cce8c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2563,7 +2563,7 @@ def get_open_findings_burndown(product):
info_count += 1
elif f.is_mitigated:
f_mitigated_date = f.mitigated.timestamp()
print("f_mitigated_date for findings older than 90 days: " + str(f_risk_accepted_date))
print("f_mitigated_date for findings older than 90 days: " + str(f_mitigated_date))
if f_mitigated_date >= start_date.timestamp() and f_mitigated_date < curr_date.timestamp():
print("f_mitigated_date WITHIN NEXT 90 DAYS TRUE")
if f.severity == 'Critical':
Expand Down

0 comments on commit cce8c2a

Please sign in to comment.