We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1316419 commit aaba5faCopy full SHA for aaba5fa
1 file changed
dojo/models.py
@@ -2946,7 +2946,7 @@ def compute_hash_code(self):
2946
2947
# Make sure that we have a cwe if we need one
2948
if self.cwe == 0 and not self.test.hash_code_allows_null_cwe:
2949
- deduplicationLogger.warning(
+ deduplicationLogger.debug(
2950
"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)
2951
+ "'. Fallback to legacy mode for this finding.")
2952
return self.compute_hash_code_legacy()
0 commit comments