File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Not yet released
99#2326: Block class for CVE-2019-12086
1010 (contributed by MaximilianTews@github)
1111#2334: Block class for CVE-2019-12384
12+ #2341: Block class for CVE-2019-12814
1213
13142.7.9.5 (23-Nov-2018)
1415
Original file line number Diff line number Diff line change @@ -82,9 +82,13 @@ public class SubTypeValidator
8282 // [databind#2326] (2.7.9.6): one more 3rd party gadget
8383 s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
8484
85- // [databind#2334] (2.9.9.1) : logback-core
85+ // [databind#2334]: logback-core
8686 s .add ("ch.qos.logback.core.db.DriverManagerConnectionSource" );
87-
87+
88+ // [databind#2341]: jdom/jdom2
89+ s .add ("org.jdom.transform.XSLTransformer" );
90+ s .add ("org.jdom2.transform.XSLTransformer" );
91+
8892 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
8993 }
9094
You can’t perform that action at this time.
0 commit comments