File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Project: jackson-databind
77
88#2326: Block one more gadget type (CVE-2019-12086)
99#2334: Block class for CVE-2019-12384
10+ #2341: Block class for CVE-2019-12814
1011
11122.8.11.3 (23-Nov-2018)
1213
Original file line number Diff line number Diff line change @@ -85,9 +85,13 @@ public class SubTypeValidator
8585 // [databind#2326]
8686 s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
8787
88- // [databind#2334]
88+ // [databind#2334]: logback-core
8989 s .add ("ch.qos.logback.core.db.DriverManagerConnectionSource" );
9090
91+ // [databind#2341]: jdom/jdom2
92+ s .add ("org.jdom.transform.XSLTransformer" );
93+ s .add ("org.jdom2.transform.XSLTransformer" );
94+
9195 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
9296 }
9397
You can’t perform that action at this time.
0 commit comments