File tree 2 files changed +8
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +8
-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.6 (not yet released)
8
+
9
+ #2798 : Block one more gadget type (xxx, xxx)
10
+ (reported by Al1ex@knownsec)
11
+
7
12
2.9.10.5 (21 -Jun-2020 )
8
13
9
14
#2688 : Block one more gadget type (apache-drill, CVE-2020 -14060 )
Original file line number Diff line number Diff line change @@ -197,6 +197,9 @@ public class SubTypeValidator
197
197
// [databind#2764]: org.jsecurity:
198
198
s .add ("org.jsecurity.realm.jndi.JndiRealmFactory" );
199
199
200
+ // [databind#2798]: com.pastdev.httpcomponents:
201
+ s .add ("com.pastdev.httpcomponents.configuration.JndiConfiguration" );
202
+
200
203
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
201
204
}
202
205
You can’t perform that action at this time.
0 commit comments