Skip to content

Commit 8000c8b

Browse files
committed
remove unnecessary todos
1 parent cd80de5 commit 8000c8b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dojo/tools/cyberwatch_galeax/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def build_findings_for_cve(self, cve_code, c_data, test):
208208
mitigated_date = timezone.now()
209209
mitigation = f"Fixed At: {mitigated_date}"
210210
if settings.V3_FEATURE_LOCATIONS:
211-
# TODO: Implement Locations
212211
locations = [URL(host=e) for e in c_data["no_product_locations"]]
213212
else:
214213
# TODO: Delete this after the move to Locations

dojo/tools/wapiti/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def get_findings(self, file, test):
101101
if dupe_key in dupes:
102102
find = dupes[dupe_key]
103103
if settings.V3_FEATURE_LOCATIONS:
104-
# TODO: Implement Locations
105104
find.unsaved_locations.extend(finding.unsaved_locations)
106105
else:
107106
# TODO: Delete this after the move to Locations

0 commit comments

Comments
 (0)