File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/mapper/java/org/codehaus/jackson/map/jsontype/impl Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ One more patch release for 1.9.
64
64
* [databind#2682]: Block one more gadget type (commons-jelly, CVE-2020-11620)
65
65
* [databind#2688]: Block one more gadget type (apache-drill)
66
66
* [databind#2698]: Block one more gadget type (weblogic/oracle-aqjms)
67
+ * [databind#2462]: Block two more gadget types (commons-configuration/-2)
67
68
68
69
1.9.13 (14-Jul-2013)
69
70
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ public class SubTypeValidator
99
99
s .add ("com.zaxxer.hikari.HikariDataSource" );
100
100
// [databind#2420]: CXF/JAX-RS provider/XSLT
101
101
s .add ("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider" );
102
+
103
+ // [databind#2462]: commons-configuration / -2
104
+ s .add ("org.apache.commons.configuration.JNDIConfiguration" );
105
+ s .add ("org.apache.commons.configuration2.JNDIConfiguration" );
106
+
102
107
// [databind#2478]: comons-dbcp, p6spy
103
108
s .add ("org.apache.commons.dbcp.datasources.SharedPoolDataSource" );
104
109
s .add ("com.p6spy.engine.spy.P6DataSource" );
You can’t perform that action at this time.
0 commit comments