github-code-scanning[bot] commented on code in PR #14850:
URL:
https://github.com/apache/dolphinscheduler/pull/14850#discussion_r1314436249
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UdfFuncServiceImpl.java:
##########
@@ -264,7 +264,7 @@
try {
doesResExist = storageOperate.exists(fullName);
} catch (Exception e) {
- log.error("udf resource checking error", fullName);
+ log.error("udf resource :{} checking error", fullName, e);
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/3439)
--
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]