We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 822d3cb + 7487cf7 commit bf261d4Copy full SHA for bf261d4
src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java
@@ -61,6 +61,12 @@ public class SubTypeValidator
61
// [databind#2032]: more 3rd party; data exfiltration via xml parsed ext entities
62
s.add("org.apache.ibatis.parsing.XPathParser");
63
64
+ // [databind#2052]: ldap approaches; in all cases LDAP connection String is passed
65
+ // and access attempt is made:
66
+ s.add("oracle.jdbc.connector.OracleManagedConnectionFactory");
67
+ s.add("jodd.db.connection.DataSourceConnectionProvider");
68
+ s.add("oracle.jdbc.rowset.OracleJDBCRowSet");
69
+
70
DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
71
}
72
0 commit comments