Skip to content

Commit

Permalink
Block one more gadget type (shiro-core)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent 5010c29 commit b9954f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ One more patch release for 1.9.
* [databind#2631]: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
* [databind#2634]: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
* [databind#2642]: Block one more gadget type (javax.swing, CVE-2020-10969)
* [databind#2648]: Block one more gadget type (shiro-core)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,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 b9954f7

Please sign in to comment.