We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b801 commit efed119Copy full SHA for efed119
dojo/models.py
@@ -2185,6 +2185,8 @@ def hash_code_fields(self):
2185
elif (self.scan_type in settings.HASHCODE_FIELDS_PER_SCANNER):
2186
deduplicationLogger.debug(f"using HASHCODE_FIELDS_PER_SCANNER for scan_type: {self.scan_type}")
2187
hashCodeFields = settings.HASHCODE_FIELDS_PER_SCANNER[self.scan_type]
2188
+ else:
2189
+ deduplicationLogger.debug(f"test_type name {self.test_type.name} and scan_type {self.scan_type} not found in HASHCODE_FIELDS_PER_SCANNER")
2190
else:
2191
deduplicationLogger.debug("Section HASHCODE_FIELDS_PER_SCANNER not found in settings.dist.py")
2192
0 commit comments