File tree 2 files changed +7
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Project: jackson-databind
12
12
(reported by Al1ex@knownsec)
13
13
#2997 : Block 2 more gadget types (tomcat/naming-factory-dbcp)
14
14
(reported by Al1ex@knownsec)
15
+ #2998 : Block 2 more gadget types (org.apache.tomcat/tomcat-dbcp)
16
+ (reported by Al1ex@knownsec)
15
17
16
18
2.9.10.7 (02 -Dec-2020 )
17
19
Original file line number Diff line number Diff line change @@ -221,6 +221,11 @@ public class SubTypeValidator
221
221
s .add ("org.apache.tomcat.dbcp.dbcp.datasources.PerUserPoolDataSource" );
222
222
s .add ("org.apache.tomcat.dbcp.dbcp.datasources.SharedPoolDataSource" );
223
223
224
+ // [databind#2998]: org.apache.tomcat/tomcat-dbcp (embedded dbcp 2.x)
225
+ // (derivative of #2478)
226
+ s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource" );
227
+ s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource" );
228
+
224
229
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
225
230
}
226
231
You can’t perform that action at this time.
0 commit comments