File tree 2 files changed +4
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Unreleased but backported
13
13
(reported by kingkk)
14
14
#2460: Block one more gadget type (ehcache, no CVE allocated yet)
15
15
#2462: Block two more gadget types (commons-configuration)
16
+ #2469: Block one more gadget type (xalan2)
16
17
17
18
2.8.11.4 (25-Jul-2019)
18
19
Original file line number Diff line number Diff line change @@ -111,6 +111,9 @@ public class SubTypeValidator
111
111
s .add ("org.apache.commons.configuration.JNDIConfiguration" );
112
112
s .add ("org.apache.commons.configuration2.JNDIConfiguration" );
113
113
114
+ // [databind#2469]: xalan2
115
+ s .add ("org.apache.xalan.lib.sql.JNDIConnectionPool" );
116
+
114
117
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
115
118
}
116
119
You can’t perform that action at this time.
0 commit comments