Skip to content

Commit

Permalink
add log line about hash code fields not found
Browse files Browse the repository at this point in the history
Co-authored-by: Cody Maffucci <[email protected]>
  • Loading branch information
valentijnscholten and Maffooch authored Jan 16, 2025
1 parent 941fa1f commit cd11abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ def hash_code_fields(self):
deduplicationLogger.debug(f"using HASHCODE_FIELDS_PER_SCANNER for scan_type: {self.scan_type}")
hashCodeFields = settings.HASHCODE_FIELDS_PER_SCANNER[self.scan_type]
else:
deduplicationLogger.debug(f"test_type name {self.test_type.name} and scan_type {self.scan_type} not found in HASHCODE_FIELDS_PER_SCANNER")
deduplicationLogger.warning(f"test_type name {self.test_type.name} and scan_type {self.scan_type} not found in HASHCODE_FIELDS_PER_SCANNER")
else:
deduplicationLogger.debug("Section HASHCODE_FIELDS_PER_SCANNER not found in settings.dist.py")

Expand Down

0 comments on commit cd11abf

Please sign in to comment.