You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/02/01 03:44:01 UTC

[linkis] branch master updated (b0b57c4eb -> b9ac4e4ed)

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: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org


[linkis] 01/01: dev-1.3.1 merge to master

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git

commit b9ac4e4ed93350012576dbf003b97cc5cb2e2bd9
Merge: b0b57c4eb 8e804ff2e
Author: peacewong <wp...@gmail.com>
AuthorDate: Wed Feb 1 11:43:53 2023 +0800

    dev-1.3.1  merge to master
    
    dev-1.3.1  merge to master

 .gitignore                                         |   1 +
 CONTRIBUTING.md                                    |   2 +-
 CONTRIBUTING_CN.md                                 |   2 +-
 docs/info-1.3.1.md                                 |   9 +-
 .../common/exception/LinkisSecurityException.java  |  30 +++
 .../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, 535 insertions(+), 72 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org