Skip to content

Commit 8ad1dff

Browse files
make smaller second save work
1 parent cb68be4 commit 8ad1dff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dojo/importers/default_reimporter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ 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)
614615
unsaved_finding.save_no_options()
615616
finding = unsaved_finding
616617
# Force parsers to use unsaved_tags (stored in finding_post_processing function below)

0 commit comments

Comments
 (0)