File tree 2 files changed +9
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.9.10.8 (not yet released)
8
+
9
+ #2986 : Block two more gadget types
10
+ (reported by Al1ex@knownsec)
11
+
7
12
2.9.10.7 (02 -Dec-2020 )
8
13
9
14
#2589 : `DOMDeserializer`: setExpandEntityReferences(false ) may not prevent
Original file line number Diff line number Diff line change @@ -207,6 +207,10 @@ public class SubTypeValidator
207
207
s .add ("com.nqadmin.rowset.JdbcRowSetImpl" );
208
208
s .add ("org.arrah.framework.rdbms.UpdatableJdbcRowsetImpl" );
209
209
210
+ // [databind#2986]: dbcp2
211
+ s .add ("org.apache.commons.dbcp2.datasources.PerUserPoolDataSource" );
212
+ s .add ("org.apache.commons.dbcp2.datasources.SharedPoolDataSource" );
213
+
210
214
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
211
215
}
212
216
You can’t perform that action at this time.
0 commit comments