github-advanced-security[bot] commented on code in PR #18333:
URL: 
https://github.com/apache/dolphinscheduler/pull/18333#discussion_r3386304328


##########
dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/utils/PasswordUtils.java:
##########
@@ -77,7 +77,7 @@
         String salt = PropertyUtils.getString(DATASOURCE_ENCRYPTION_SALT, 
DATASOURCE_ENCRYPTION_SALT_DEFAULT);
         String passwordWithSalt = new String(BASE64.decode(password), 
StandardCharsets.UTF_8);
         if (!passwordWithSalt.startsWith(salt)) {
-            log.warn("There is a password and salt mismatch: {} ", password);
+            log.debug("There is a password and salt mismatch: {} ", password);

Review Comment:
   ## CodeQL / Insertion of sensitive information into log files
   
   This [potentially sensitive information](1) is written to a log file.
   
   [Show more 
details](https://github.com/apache/dolphinscheduler/security/code-scanning/5804)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to