File tree 2 files changed +3
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Project: jackson-databind
22
22
23
23
#2449 : Block one more gadget type (CVE-2019 -14540 )
24
24
(reported by kingkk)
25
+ #2460 : Block one mode gadget type (ehcache, no CVE allocated yet)
25
26
26
27
2.9.9 (16 -May-2019 )
27
28
Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ public class SubTypeValidator
90
90
s .add ("org.jdom.transform.XSLTransformer" );
91
91
s .add ("org.jdom2.transform.XSLTransformer" );
92
92
93
- // [databind#2387]: EHCache
93
+ // [databind#2387], [databind#2460] : EHCache
94
94
s .add ("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup" );
95
+ s .add ("net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup" );
95
96
96
97
// [databind#2389]: logback/jndi
97
98
s .add ("ch.qos.logback.core.db.JNDIConnectionSource" );
You can’t perform that action at this time.
0 commit comments