File tree 2 files changed +6
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Unreleased but backported
16
16
#2469: Block one more gadget type (xalan2)
17
17
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
18
18
#2498: Block one more gadget type (log4j-extras/1.2, CVE-2019-17531)
19
+ #2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
20
+ (repoerted by UltramanGaia)
19
21
20
22
2.8.11.4 (25-Jul-2019)
21
23
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ public class SubTypeValidator
123
123
s .add ("org.apache.log4j.receivers.db.DriverManagerConnectionSource" );
124
124
s .add ("org.apache.log4j.receivers.db.JNDIConnectionSource" );
125
125
126
+ // [databind#2526]: some more ehcache
127
+ s .add ("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector" );
128
+ s .add ("net.sf.ehcache.transaction.manager.selector.GlassfishSelector" );
129
+
126
130
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
127
131
}
128
132
You can’t perform that action at this time.
0 commit comments