Skip to content

Commit

Permalink
Fix #2526
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 10, 2020
1 parent bbdbc40 commit eb25481
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -12,6 +12,8 @@ Project: jackson-databind
#2462: Block two more gadget types (commons-configuration/-2)
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
#2498: Block one more gadget type (apache-log4j-extras/1.2, CVE-2019-17531)
#2526: Block two more gadget types (ehcache/JNDI - CVEs to be allocated)
(repoerted by UltramanGaia)

2.7.9.6 (26-Jul-2019)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ public class SubTypeValidator
s.add("org.apache.log4j.receivers.db.DriverManagerConnectionSource");
s.add("org.apache.log4j.receivers.db.JNDIConnectionSource");

// [databind#2526]: some more ehcache
s.add("net.sf.ehcache.transaction.manager.selector.GenericJndiSelector");
s.add("net.sf.ehcache.transaction.manager.selector.GlassfishSelector");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit eb25481

Please sign in to comment.