Skip to content

Commit 46f60fe

Browse files
fix cve for reimport
1 parent dfa0229 commit 46f60fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dojo/importers/default_reimporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,6 @@ def process_finding_that_was_not_matched(
610610
unsaved_finding = self.process_cve(unsaved_finding)
611611
# Hash code is already calculated earlier as it's the primary matching criteria for reimport
612612
# Save it. Don't dedupe before endpoints are added.
613-
unsaved_finding = self.process_cve(unsaved_finding)
614613
unsaved_finding.save_no_options()
615614
finding = unsaved_finding
616615
# Force parsers to use unsaved_tags (stored in finding_post_processing function below)

0 commit comments

Comments
 (0)