mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 【漏洞】DataEase DB2 JNDI Vulnerability
This commit is contained in:
@@ -20,7 +20,7 @@ public class Db2 extends DatasourceConfiguration {
|
||||
// 新增:LDAP协议及相关危险参数
|
||||
"ldap://", "ldaps://", "java.naming.factory.object", "java.naming.factory.state",
|
||||
// 其他JDBC危险参数
|
||||
"autoDeserialize", "connectionProperties", "initSQL", "dns", "file", "ftp"
|
||||
"autoDeserialize", "connectionProperties", "initSQL", "dns", "file", "ftp", "iiop", "corbaname", "iiopname"
|
||||
);
|
||||
|
||||
public String getJdbc() {
|
||||
|
||||
Reference in New Issue
Block a user