Skip to content

Commit 29a76b2

Browse files
committed
Merge branch '2.8' into 2.9
2 parents a906722 + 191a4cd commit 29a76b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Project: jackson-databind
2222
(reported by [email protected])
2323
#2449: Block one more gadget type (CVE-2019-14540)
2424
(reported by kingkk)
25+
#2460: Block one mode gadget type (ehcache, no CVE allocated yet)
2526

2627
2.9.9 (16-May-2019)
2728

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ public class SubTypeValidator
9090
s.add("org.jdom.transform.XSLTransformer");
9191
s.add("org.jdom2.transform.XSLTransformer");
9292

93-
// [databind#2387]: EHCache
93+
// [databind#2387], [databind#2460]: EHCache
9494
s.add("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup");
95+
s.add("net.sf.ehcache.hibernate.EhcacheJtaTransactionManagerLookup");
9596

9697
// [databind#2389]: logback/jndi
9798
s.add("ch.qos.logback.core.db.JNDIConnectionSource");

0 commit comments

Comments
 (0)