File tree 2 files changed +9
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.9.10.2 (not yet released)
8
+
9
+ #2526 : Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
10
+ (repoerted by UltramanGaia)
11
+
7
12
2.9.10.1 (20 -Oct-2019 )
8
13
9
14
#2478 : Block two more gadget types (commons-dbcp, p6spy,
@@ -33,8 +38,6 @@ Project: jackson-databind
33
38
(reported by Fei Lu)
34
39
#2462 : Block two more gadget types (commons-configuration)
35
40
#2469 : Block one more gadget type (xalan2)
36
- <<<<<<< HEAD:release-notes/VERSION-2.x
37
- <<<<<<< HEAD:release-notes/VERSION-2.x
38
41
39
42
2.9.9 (16 -May-2019 )
40
43
Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ public class SubTypeValidator
121
121
s .add ("org.apache.log4j.receivers.db.DriverManagerConnectionSource" );
122
122
s .add ("org.apache.log4j.receivers.db.JNDIConnectionSource" );
123
123
124
+ // [databind#2526]: some more ehcache
125
+ s .add ("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector" );
126
+ s .add ("net.sf.ehcache.transaction.manager.selector.GlassfishSelector" );
127
+
124
128
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
125
129
}
126
130
You can’t perform that action at this time.
0 commit comments