Skip to content

Commit

Permalink
Block one more gadget type (bus-proxy, CVE-2020-10968)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Tokarski committed May 8, 2020
1 parent eca42b9 commit ba1c3b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ One more patch release for 1.9.
* [databind#2658]: Block one more gadget type (ignite-jta, CVE-2020-10650)
* [databind#2659]: Block one more gadget type (aries.transaction.jms, CVE-2020-10672)
* [databind#2660]: Block one more gadget type (caucho-quercus, CVE-2020-10673)
* [databind#2662]: Block one more gadget type (bus-proxy, CVE-2020-10968)

1.9.13 (14-Jul-2013)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ public class SubTypeValidator

// [databind#2660]: caucho-quercus
s.add("com.caucho.config.types.ResourceRef");


// [databind#2662]: aoju/bus-proxy
s.add("org.aoju.bus.proxy.provider.RmiProvider");
s.add("org.aoju.bus.proxy.provider.remoting.RmiProvider");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit ba1c3b1

Please sign in to comment.