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 @@ -202,6 +202,12 @@ Project: jackson-databind
202
202
(reported by Srikanth Ramu)
203
203
#2660: Block one more gadget type (caucho-quercus, CVE-2020-10673)
204
204
(reported by threedr3am' follower)
205
+ #2662 : Block one more gadget type (bus-proxy)
206
+ (reported by XuYuanzhen)
207
+ #2664 : Block one more gadget type (activemq)
208
+ (reported by Srikanth Ramu)
209
+ #2666 : Block one more gadget type (apache/commons-proxy)
210
+ (reported by Yiting Fan)
205
211
206
212
2.9.10.3 (23 -Feb-2020 )
207
213
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