Skip to content

Commit

Permalink
Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent 553c58c commit c4e6fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ One more patch release for 1.9.
* [databind#2498]: Block one more gadget type (log4j-extras/1.2)
* [databind#2526]: Block two more gadget types (ehcache/JNDI - CVE-2019-20330)
* [databind#2620]: Block one more gadget type (xbean-reflect/JNDI - CVE-2020-8840)
* [databind#2631]: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ public class SubTypeValidator

// [databind#2620]: xbean-reflect
s.add("org.apache.xbean.propertyeditor.JndiConverter");


// [databind#2631]: shaded hikari-config
s.add("org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit c4e6fbe

Please sign in to comment.