Skip to content

Commit

Permalink
Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent c4e6fbe commit 574f312
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -49,6 +49,7 @@ One more patch release for 1.9.
* [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)
* [databind#2634]: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ public class SubTypeValidator
// [databind#2631]: shaded hikari-config
s.add("org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig");

// [databind#2634]: ibatis-sqlmap, anteros-core
s.add("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig");
s.add("br.com.anteros.dbcp.AnterosDBCPConfig");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 574f312

Please sign in to comment.