Skip to content

Commit

Permalink
Fix #2682
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 7, 2020
1 parent 113e89f commit 77040d8
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-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Project: jackson-databind
#2670: Block one more gadget type (openjpa, CVE-2020-11113)
(reported by XuYuanzhen)
#2680: Block one more gadget type (spring-aop)
#2680: Block one more gadget type (commons-jelly)

2.9.10.3 (23-Feb-2020)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,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 77040d8

Please sign in to comment.