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


##########
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/FileUtils.java:
##########
@@ -266,7 +268,7 @@
                 Files.setPosixFilePermissions(path, PERMISSION_755);
             } catch (FileAlreadyExistsException fileAlreadyExistsException) {
                 // Catch the FileAlreadyExistsException here to avoid create 
the same parent directory in parallel
-                log.debug("The directory: {} already exists", path);
+                log.error("The directory: {} already exists", path);

Review Comment:
   ## Log Injection
   
   This log entry depends on a [user-provided value](1).
   
   [Show more 
details](https://github.com/apache/dolphinscheduler/security/code-scanning/5123)



-- 
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