Skip to content

Commit

Permalink
Block one more gadget type (commons-jelly, CVE-2020-11620)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtokarski-atlassian committed May 8, 2020
1 parent 8614ee3 commit 9a97326
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 @@ -61,6 +61,7 @@ One more patch release for 1.9.
* [databind#2666]: Block one more gadget type (apache/commons-proxy, CVE-2020-11112)
* [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)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ public class SubTypeValidator
// [databind#2666]: apache/commons-jms
s.add("org.apache.commons.proxy.provider.remoting.RmiProvider");

// [databind#2682]: commons-jelly
s.add("org.apache.commons.jelly.impl.Embedded");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 9a97326

Please sign in to comment.