Skip to content

Commit

Permalink
Fixed #2765
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 14, 2020
1 parent 840eae2 commit f6d9c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Project: jackson-databind
(reported by Fangrun Li)
#2704: Block one more gadget type (weblogic/oracle-aqjms)
(reported by XuYuanzhen)
#2765: Block one more gadget type (org.jsecurity))
(reported by Al1ex@knownsec)

2.9.10.4 (11-Apr-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ public class SubTypeValidator
s.add("oracle.jms.AQjmsXAQueueConnectionFactory");
s.add("oracle.jms.AQjmsXAConnectionFactory");

// [databind#2764]: org.jsecurity:
s.add("org.jsecurity.realm.jndi.JndiRealmFactory");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit f6d9c66

Please sign in to comment.