File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ Project: jackson-databind
38
38
(reported by Fangrun Li)
39
39
#2704: Block one more gadget type (weblogic/oracle-aqjms)
40
40
(reported by XuYuanzhen)
41
+ #2765: Block one more gadget type (org.jsecurity))
42
+ (reported by Al1ex@knownsec)
41
43
42
44
2.9.10.4 (11-Apr-2020)
43
45
Original file line number Diff line number Diff line change @@ -194,6 +194,9 @@ public class SubTypeValidator
194
194
s .add ("oracle.jms.AQjmsXAQueueConnectionFactory" );
195
195
s .add ("oracle.jms.AQjmsXAConnectionFactory" );
196
196
197
+ // [databind#2764]: org.jsecurity:
198
+ s .add ("org.jsecurity.realm.jndi.JndiRealmFactory" );
199
+
197
200
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
198
201
}
199
202
You can’t perform that action at this time.
0 commit comments