Skip to content

Commit

Permalink
Fix #2688
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 25, 2020
1 parent d3df22b commit d1c67a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.9.10.5 (not yet released)

#2688: Block one more gadget type (apache-drill)
(reported by Topsec(tcc))

2.9.10.4 (11-Apr-2020)

#2631: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ public class SubTypeValidator
// [databind#2682]: commons-jelly
s.add("org.apache.commons.jelly.impl.Embedded");

// [databind#2688]: apache/drill
s.add("oadd.org.apache.xalan.lib.sql.JNDIConnectionPool");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit d1c67a0

Please sign in to comment.