Skip to content

Commit

Permalink
Block one more gadget type (apache-drill)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Tokarski committed May 8, 2020
1 parent 9a97326 commit 943c5cd
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
Expand Up @@ -62,6 +62,7 @@ One more patch release for 1.9.
* [databind#2670]: Block one more gadget type (openjpa, CVE-2020-11113)
* [databind#2680]: Block one more gadget type (SSRF, spring-jpa, CVE-2020-11619)
* [databind#2682]: Block one more gadget type (commons-jelly, CVE-2020-11620)
* [databind#2688]: Block one more gadget type (apache-drill)

1.9.13 (14-Jul-2013)

Expand Down
Expand Up @@ -161,6 +161,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 943c5cd

Please sign in to comment.