File tree 2 files changed +10
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Project: jackson-databind
10
10
(reported by Al1ex@knownsec)
11
11
#2814 : Block one more gadget type (xxx, CVE-xxxx-xxx)
12
12
(reported by ChenZhaojun)
13
+ #2826 : Block one more gadget type (xxx, CVE-xxxx-xxx)
14
+ (reported by ChenZhaojun)
15
+ #2827 : Block one more gadget type (xxx, CVE-xxxx-xxx)
16
+ (reported by ChenZhaojun)
13
17
14
18
2.9.10.5 (21 -Jun-2020 )
15
19
Original file line number Diff line number Diff line change 13
13
* Helper class used to encapsulate rules that determine subtypes that
14
14
* are invalid to use, even with default typing, mostly due to security
15
15
* concerns.
16
- * Used by <code>BeanDeserializerFacotry </code>
16
+ * Used by <code>BeanDeserializerFactory </code>
17
17
*
18
18
* @since 2.8.11
19
19
*/
@@ -201,7 +201,11 @@ public class SubTypeValidator
201
201
202
202
// [databind#2798]: com.pastdev.httpcomponents:
203
203
s .add ("com.pastdev.httpcomponents.configuration.JndiConfiguration" );
204
-
204
+
205
+ // [databind#2826], [databind#2827]
206
+ s .add ("com.nqadmin.rowset.JdbcRowSetImpl" );
207
+ s .add ("org.arrah.framework.rdbms.UpdatableJdbcRowsetImpl" );
208
+
205
209
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
206
210
}
207
211
You can’t perform that action at this time.
0 commit comments