We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8784b6f commit b1f9c5bCopy full SHA for b1f9c5b
dojo/importers/default_importer.py
@@ -276,7 +276,7 @@ def close_old_findings(
276
).exclude(test=self.test)
277
# Filter further based on the deduplication algorithm set on the test
278
self.deduplication_algorithm = self.determine_deduplication_algorithm()
279
- if self.deduplication_algorithm in ["hash_code", "legacy"]:
+ if self.deduplication_algorithm in {"hash_code", "legacy"}:
280
old_findings = old_findings.exclude(
281
hash_code__in=new_hash_codes,
282
)
0 commit comments