Skip to content

Commit

Permalink
Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CV…
Browse files Browse the repository at this point in the history
  • Loading branch information
ablekhman committed Oct 23, 2019
1 parent fd5fc28 commit 6f33ac7
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 @@ -44,6 +44,7 @@ One more patch release for 1.9.
* [databind#2449]: Block one more gadget type (cve CVE-2019-14540)
(reported by Kaki K)
* [databind#2460]: Block one mode gadget type (ehcache, CVE-2019-17267)
* [databind#2478]: Block two more gadget types (commons-dbcp, p6spy)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ public class SubTypeValidator
s.add("com.zaxxer.hikari.HikariDataSource");
// [databind#2420]: CXF/JAX-RS provider/XSLT
s.add("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider");
// [databind#2478]: comons-dbcp, p6spy
s.add("org.apache.commons.dbcp.datasources.SharedPoolDataSource");
s.add("com.p6spy.engine.spy.P6DataSource");

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

0 comments on commit 6f33ac7

Please sign in to comment.