File tree 2 files changed +3
-1
lines changed
src/mapper/java/org/codehaus/jackson/map/jsontype/impl
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ One more patch release for 1.9.
43
43
44
44
* [databind#2449]: Block one more gadget type (cve CVE-2019-14540)
45
45
(reported by Kaki K)
46
+ * [databind#2460]: Block one mode gadget type (ehcache, CVE-2019-17267)
46
47
47
48
1.9.13 (14-Jul-2013)
48
49
Original file line number Diff line number Diff line change @@ -83,8 +83,9 @@ public class SubTypeValidator
83
83
// [databind#2341]: jdom/jdom2
84
84
s .add ("org.jdom.transform.XSLTransformer" );
85
85
s .add ("org.jdom2.transform.XSLTransformer" );
86
- // [databind#2387]: EHCache
86
+ // [databind#2387], [databind#2460] : EHCache
87
87
s .add ("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup" );
88
+ s .add ("net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup" );
88
89
// [databind#2389]: logback/jndi
89
90
s .add ("ch.qos.logback.core.db.JNDIConnectionSource" );
90
91
// [databind#2410]: HikariCP/metricRegistry config
You can’t perform that action at this time.
0 commit comments