Skip to content

Commit

Permalink
Merge branch '2.10' into 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 14, 2020
2 parents 25c4274 + 0fc38a7 commit 37380a9
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 @@ -107,6 +107,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 37380a9

Please sign in to comment.