Skip to content

Commit

Permalink
Fix #2469
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 20, 2019
1 parent 41b7f9b commit 998efd7
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 @@ -13,6 +13,7 @@ Unreleased but backported
(reported by kingkk)
#2460: Block one more gadget type (ehcache, no CVE allocated yet)
#2462: Block two more gadget types (commons-configuration)
#2469: Block one more gadget type (xalan2)

2.8.11.4 (25-Jul-2019)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ public class SubTypeValidator
s.add("org.apache.commons.configuration.JNDIConfiguration");
s.add("org.apache.commons.configuration2.JNDIConfiguration");

// [databind#2469]: xalan2
s.add("org.apache.xalan.lib.sql.JNDIConnectionPool");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 998efd7

Please sign in to comment.