This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git
from b0b57c4eb Merge dev-1.3.1 into master
add a3d4003e6 [issue:4088] exclude linkis-gateway-server-support-1.1.1
(#4089)
add 584ea70b2 Handle url contains # and unsafe parameters (#4105)
add a65227696 [feat:4107] Mysql connection security check extract utils
(#4108)
add 8e804ff2e deal with url encode (#4113)
new b9ac4e4ed dev-1.3.1 merge to master
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
CONTRIBUTING.md | 2 +-
CONTRIBUTING_CN.md | 2 +-
docs/info-1.3.1.md | 9 +-
.../common/exception/LinkisSecurityException.java | 11 +-
.../apache/linkis/common/utils/SecurityUtils.java | 212 +++++++++++++++++++++
.../linkis/common/utils/SecurityUtilsTest.java | 192 +++++++++++++++++++
linkis-dist/package/conf/linkis.properties | 3 +
.../engineplugin/jdbc/utils/JdbcParamUtils.java | 39 ++--
.../jdbc/utils/JdbcParamUtilsTest.java | 73 ++++---
.../query/service/mysql/SqlConnection.java | 34 ++--
.../linkis-gateway-server-support/pom.xml | 8 +-
tool/dependencies/known-dependencies.txt | 2 +-
13 files changed, 513 insertions(+), 75 deletions(-)
copy
linkis-computation-governance/linkis-manager/linkis-manager-common/src/main/java/org/apache/linkis/manager/common/protocol/engine/EngineSwitchRequest.java
=>
linkis-commons/linkis-common/src/main/java/org/apache/linkis/common/exception/LinkisSecurityException.java
(77%)
create mode 100644
linkis-commons/linkis-common/src/main/java/org/apache/linkis/common/utils/SecurityUtils.java
create mode 100644
linkis-commons/linkis-common/src/test/java/org/apache/linkis/common/utils/SecurityUtilsTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]