We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb68be4 commit 8ad1dffCopy full SHA for 8ad1dff
1 file changed
dojo/importers/default_reimporter.py
@@ -611,6 +611,7 @@ def process_finding_that_was_not_matched(
611
unsaved_finding = self.process_cve(unsaved_finding)
612
# Hash code is already calculated earlier as it's the primary matching criteria for reimport
613
# Save it. Don't dedupe before endpoints are added.
614
+ unsaved_finding = self.process_cve(unsaved_finding)
615
unsaved_finding.save_no_options()
616
finding = unsaved_finding
617
# Force parsers to use unsaved_tags (stored in finding_post_processing function below)
0 commit comments