File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: jackson-databind
44=== Releases ===
55------------------------------------------------------------------------
66
7+ 2.9.9.1 (not yet released)
8+
9+ #2326 : Block one more gadget type (CVE-2019 -12384 )
10+
7112.9.9 (16 -May-2019 )
812
913#1408 : Call to `TypeVariable.getBounds()` without synchronization unsafe on some platforms
Original file line number Diff line number Diff line change @@ -80,9 +80,12 @@ public class SubTypeValidator
8080 s .add ("org.apache.openjpa.ee.JNDIManagedRuntime" );
8181 s .add ("org.apache.axis2.transport.jms.JMSOutTransportInfo" );
8282
83- // [databind#2326] (2.9.9): one more 3rd party gadget
83+ // [databind#2326] (2.9.9)
8484 s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
8585
86+ // [databind#2334] (2.9.9.1)
87+ s .add ("ch.qos.logback.core.db.DriverManagerConnectionSource" );
88+
8689 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
8790 }
8891
You can’t perform that action at this time.
0 commit comments