Skip to content

Commit

Permalink
Fix #2653
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 11, 2020
1 parent 9ea232b commit 82d5d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Project: jackson-databind
(reported by threedr3am & V1ZkRA)
#2642: Block one more gadget type (javax.swing, CVE-to-be-allocated)
(reported by threedr3am)
#2648: Block one more gadget type (shiro-core, CVE-to-be-allocated)
#2648: Block one more gadget type (shiro-core)
#2653: Block one more gadget type (shiro-core)

2.9.10.3 (23-Feb-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ public class SubTypeValidator
// [databind#2642]: javax.swing (jdk)
s.add("javax.swing.JEditorPane");

// [databind#2648]: shire-core
// [databind#2648], [databind#2653]: shire-core
s.add("org.apache.shiro.realm.jndi.JndiRealmFactory");
s.add("org.apache.shiro.jndi.JndiObjectFactory");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}
Expand Down

0 comments on commit 82d5d10

Please sign in to comment.