Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dojo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2946,7 +2946,7 @@ def compute_hash_code(self):

# Make sure that we have a cwe if we need one
if self.cwe == 0 and not self.test.hash_code_allows_null_cwe:
deduplicationLogger.warning(
deduplicationLogger.debug(
"Cannot compute hash_code based on configured fields because cwe is 0 for finding of title '" + self.title + "' found in file '" + str(self.file_path)
+ "'. Fallback to legacy mode for this finding.")
return self.compute_hash_code_legacy()
Expand Down