File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Project: jackson-databind
662.8.11.4 (not released)
77
88#2326: Block one more gadget type (CVE-2019-12086)
9+ #2334: Block class for CVE-2019-12384
910
10112.8.11.3 (23-Nov-2018)
1112
Original file line number Diff line number Diff line change @@ -82,9 +82,12 @@ public class SubTypeValidator
8282 s .add ("org.apache.openjpa.ee.JNDIManagedRuntime" );
8383 s .add ("org.apache.axis2.transport.jms.JMSOutTransportInfo" );
8484
85- // [databind#2326] (2.8.11.4: one more 3rd party gadget
85+ // [databind#2326]
8686 s .add ("com.mysql.cj.jdbc.admin.MiniAdmin" );
8787
88+ // [databind#2334]
89+ s .add ("ch.qos.logback.core.db.DriverManagerConnectionSource" );
90+
8891 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
8992 }
9093
You can’t perform that action at this time.
0 commit comments