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
9
9
#2326: Block class for CVE-2019-12086
10
10
(contributed by MaximilianTews@github)
11
11
#2334: Block class for CVE-2019-12384
12
+ #2341: Block class for CVE-2019-12814
12
13
13
14
2.7.9.5 (23-Nov-2018)
14
15
Original file line number Diff line number Diff line change @@ -82,9 +82,13 @@ public class SubTypeValidator
82
82
// [databind#2326] (2.7.9.6): one more 3rd party gadget
83
83
s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
84
84
85
- // [databind#2334] (2.9.9.1) : logback-core
85
+ // [databind#2334]: logback-core
86
86
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
+
88
92
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
89
93
}
90
94
You can’t perform that action at this time.
0 commit comments