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 @@ -117,6 +117,11 @@ Project: jackson-databind
117
117
deserialize as "null value"
118
118
(contributed by Martin C)
119
119
120
+ 2.9.10.1 (not yet released)
121
+
122
+ #2478: Block two more gadget types (commons-dbcp, p6spy)
123
+ (reported by b5mali4 / [email protected] )
124
+
120
125
2.9.10 (21-Sep-2019)
121
126
122
127
#2331: `JsonMappingException` through nested getter with generic wildcard return type
Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ public class SubTypeValidator
112
112
// [databind#2469]: xalan2
113
113
s .add ("org.apache.xalan.lib.sql.JNDIConnectionPool" );
114
114
115
+ // [databind#2478]: comons-dbcp, p6spy
116
+ s .add ("org.apache.commons.dbcp.datasources.SharedPoolDataSource" );
117
+ s .add ("com.p6spy.engine.spy.P6DataSource" );
118
+
115
119
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
116
120
}
117
121
You can’t perform that action at this time.
0 commit comments