File tree 2 files changed +5
-0
lines changed
src/mapper/java/org/codehaus/jackson/map/jsontype/impl
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ One more patch release for 1.9.
77
77
* [databind#2996]: Block 2 more gadget types (newrelic-agent, CVE-2020-36188/CVE-2020-36189)
78
78
* [databind#2997]: Block 2 more gadget types (tomcat/naming-factory-dbcp, CVE-2020-36186/CVE-2020-36187)
79
79
* [databind#2998]: Block 2 more gadget types (org.apache.tomcat/tomcat-dbcp, CVE-2020-36184/CVE-2020-36185)
80
+ * [databind#2999]: Block one more gadget type (org.glassfish.web/javax.servlet.jsp.jstl, CVE-2020-35728)
80
81
81
82
82
83
1.9.13 (14-Jul-2013)
Original file line number Diff line number Diff line change @@ -216,6 +216,10 @@ public class SubTypeValidator
216
216
s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource" );
217
217
s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource" );
218
218
219
+ // [databind#2999]: org.glassfish.web/javax.servlet.jsp.jstl (embedded Xalan)
220
+ // (derivative of #2469)
221
+ s .add ("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool" );
222
+
219
223
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
220
224
}
221
225
You can’t perform that action at this time.
0 commit comments