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
  • Loading branch information
valentijnscholten committed Jan 16, 2025
1 parent c829868 commit 941fa1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dojo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,8 @@ def hash_code_fields(self):
elif (self.scan_type in settings.HASHCODE_FIELDS_PER_SCANNER):
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")
else:
deduplicationLogger.debug("Section HASHCODE_FIELDS_PER_SCANNER not found in settings.dist.py")

Expand Down

0 comments on commit 941fa1f

Please sign in to comment.