Skip to content

Commit

Permalink
Block one more gadget type (HikariCP, CVE-2019-14540)
Browse files Browse the repository at this point in the history
  • Loading branch information
ablekhman committed Oct 22, 2019
1 parent 5c017a5 commit f48b85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ One more patch release for 1.9.
* [databind#2387]: Block yet another deserialization gadget (EHCache, CVE-2019-14379)
* [databind#2389]: Block yet another deserialization gadget (CVE-2019-14439)
(reported by xiexq)
* [databind#2410]: Block one more gadget type (CVE-2019-14540)
(reported by iSafeBlue@github / [email protected])

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ public class SubTypeValidator
s.add("net.sf.ehcache.transaction.manager.DefaultTransactionManagerLookup");
// [databind#2389]: logback/jndi
s.add("ch.qos.logback.core.db.JNDIConnectionSource");
// [databind#2410]: HikariCP/metricRegistry config
s.add("com.zaxxer.hikari.HikariConfig");

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

0 comments on commit f48b85e

Please sign in to comment.