Skip to content

Commit

Permalink
Fix #2648
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 10, 2020
1 parent 4d038c9 commit 9bdc373
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release-notes/VERSION-2.x
Expand Up @@ -10,8 +10,9 @@ Project: jackson-databind
(reported by threedr3am & LFY)
#2634: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
(reported by threedr3am & V1ZkRA)
#2642: Block one more gadget type (javax.swing, CVE-to-be-allocated) #2642
(reported by threedr3am)
#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)

2.9.10.3 (23-Feb-2020)

Expand Down
Expand Up @@ -138,6 +138,9 @@ public class SubTypeValidator
// [databind#2642]: javax.swing (jdk)
s.add("javax.swing.JEditorPane");

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

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 9bdc373

Please sign in to comment.