Le1a opened a new pull request, #5261: URL: https://github.com/apache/linkis/pull/5261
<!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. You can learn more about contributing to Apache Linkis here: https://linkis.apache.org/community/how-to-contribute Happy contributing! --> ### What is the purpose of the change Add urlencode check for jdbc url in SecurityUtils.java and fix password leak in HiveUtils.java ### Brief change log - If the jdbc jdbc contains `%`, perform URL decoding. - Remove the sensitive information "str" thrown when catching exceptions in HiveUtils.java ### Checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have added tests corresponding to this change - [x] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible (If not, please discuss on the [Linkis mailing list](https://linkis.apache.org/community/how-to-subscribe) first) - [x] **If this is a code change**: I have written unit tests to fully verify the new behavior. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
