Skip to content

Commit aaba5fa

Browse files
authored
Change log level from warning to debug for cwe check (#13909)
[sc-12245]
1 parent 1316419 commit aaba5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ def compute_hash_code(self):
29462946

29472947
# Make sure that we have a cwe if we need one
29482948
if self.cwe == 0 and not self.test.hash_code_allows_null_cwe:
2949-
deduplicationLogger.warning(
2949+
deduplicationLogger.debug(
29502950
"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)
29512951
+ "'. Fallback to legacy mode for this finding.")
29522952
return self.compute_hash_code_legacy()

0 commit comments

Comments
 (0)