File tree 2 files changed +6
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Project: jackson-databind
56
56
2.9.9.1 (not yet released)
57
57
58
58
#2326 : Block one more gadget type (CVE-2019 -12384 )
59
+ #2341 : Block one more gadget type (CVE-2019 -12814 )
59
60
60
61
2.9.9 (16 -May-2019 )
61
62
Original file line number Diff line number Diff line change @@ -83,9 +83,13 @@ public class SubTypeValidator
83
83
// [databind#2326] (2.9.9)
84
84
s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
85
85
86
- // [databind#2334] (2.9.9.1)
86
+ // [databind#2334]: logback-core (2.9.9.1)
87
87
s .add ("ch.qos.logback.core.db.DriverManagerConnectionSource" );
88
88
89
+ // [databind#2341]: jdom/jdom2 (2.9.9.1)
90
+ s .add ("org.jdom.transform.XSLTransformer" );
91
+ s .add ("org.jdom2.transform.XSLTransformer" );
92
+
89
93
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
90
94
}
91
95
You can’t perform that action at this time.
0 commit comments