File tree 2 files changed +5
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ Project: jackson-databind
97
97
(reported by Topsec(tcc))
98
98
#2698: Block one more gadget type (weblogic/oracle-aqjms)
99
99
(reported by Fangrun Li)
100
+ #2704: Block one more gadget type (weblogic/oracle-aqjms)
101
+ (reported by XuYuanzhen)
100
102
101
103
2.9.10.4 (11-Apr-2020)
102
104
Original file line number Diff line number Diff line change @@ -113,8 +113,10 @@ public class SubTypeValidator
113
113
s .add ("org.apache.commons.configuration.JNDIConfiguration" );
114
114
s .add ("org.apache.commons.configuration2.JNDIConfiguration" );
115
115
116
- // [databind#2469]: xalan2
116
+ // [databind#2469]: xalan
117
117
s .add ("org.apache.xalan.lib.sql.JNDIConnectionPool" );
118
+ // [databind#2704]: xalan2
119
+ s .add ("com.sun.org.apache.xalan.internal.lib.sql.JNDIConnectionPool" );
118
120
119
121
// [databind#2478]: comons-dbcp, p6spy
120
122
s .add ("org.apache.commons.dbcp.datasources.PerUserPoolDataSource" );
You can’t perform that action at this time.
0 commit comments