Skip to content

Commit 47cbf87

Browse files
fix cve for reimport
1 parent 8ad1dff commit 47cbf87

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
@@ -611,7 +611,6 @@ def process_finding_that_was_not_matched(
611611
unsaved_finding = self.process_cve(unsaved_finding)
612612
# Hash code is already calculated earlier as it's the primary matching criteria for reimport
613613
# Save it. Don't dedupe before endpoints are added.
614-
unsaved_finding = self.process_cve(unsaved_finding)
615614
unsaved_finding.save_no_options()
616615
finding = unsaved_finding
617616
# Force parsers to use unsaved_tags (stored in finding_post_processing function below)

0 commit comments

Comments
 (0)