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 @@ -12,6 +12,8 @@ Project: jackson-databind
12
12
#2462: Block two more gadget types (commons-configuration/-2)
13
13
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
14
14
#2498: Block one more gadget type (apache-log4j-extras/1.2, CVE-2019-17531)
15
+ #2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
16
+ (repoerted by UltramanGaia)
15
17
16
18
2.7.9.6 (26-Jul-2019)
17
19
Original file line number Diff line number Diff line change @@ -119,6 +119,10 @@ public class SubTypeValidator
119
119
s .add ("org.apache.log4j.receivers.db.DriverManagerConnectionSource" );
120
120
s .add ("org.apache.log4j.receivers.db.JNDIConnectionSource" );
121
121
122
+ // [databind#2526]: some more ehcache
123
+ s .add ("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector" );
124
+ s .add ("net.sf.ehcache.transaction.manager.selector.GlassfishSelector" );
125
+
122
126
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
123
127
}
124
128
You can’t perform that action at this time.
0 commit comments