File tree 2 files changed +17
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ Project: jackson-databind
20
20
(reported by Srikanth Ramu)
21
21
#2660: Block one more gadget type (caucho-quercus, CVE-2020-10673)
22
22
(reported by threedr3am' follower)
23
+ #2662 : Block one more gadget type (bus-proxy)
24
+ (reported by XuYuanzhen)
25
+ #2664 : Block one more gadget type (activemq)
26
+ (reported by Srikanth Ramu)
27
+ #2666 : Block one more gadget type (apache/commons-proxy)
28
+ (reported by Yiting Fan)
23
29
24
30
2.9.10.3 (23 -Feb-2020 )
25
31
Original file line number Diff line number Diff line change @@ -153,7 +153,17 @@ public class SubTypeValidator
153
153
154
154
// [databind#2660]: caucho-quercus
155
155
s .add ("com.caucho.config.types.ResourceRef" );
156
-
156
+
157
+ // [databind#2662]: aoju/bus-proxy
158
+ s .add ("org.aoju.bus.proxy.provider.RmiProvider" );
159
+ s .add ("org.aoju.bus.proxy.provider.remoting.RmiProvider" );
160
+
161
+ // [databind#2664]: activemq-jms
162
+ s .add ("org.apache.activemq.jms.pool.XaPooledConnectionFactory" );
163
+
164
+ // [databind#2666]: apache/commons-jms
165
+ s .add ("org.apache.commons.proxy.provider.remoting.RmiProvider" );
166
+
157
167
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
158
168
}
159
169
You can’t perform that action at this time.
0 commit comments