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 @@ -12,6 +12,8 @@ Project: jackson-databind
12
12
(reported by Fangrun Li)
13
13
#2704 : Block one more gadget type (weblogic/oracle-aqjms)
14
14
(reported by XuYuanzhen)
15
+ #2765 : Block one more gadget type (org.jsecurity))
16
+ (reported by Al1ex@knownsec)
15
17
16
18
2.9.10.4 (11 -Apr-2020 )
17
19
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