File tree 2 files changed +6
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Project: jackson-databind
24
24
(reported by kingkk)
25
25
#2460 : Block one mode gadget type (ehcache, no CVE allocated yet)
26
26
(reported by Fei Lu)
27
+ #2462 : Block two more gadget types (commons-configuration)
27
28
28
29
2.9.9 (16 -May-2019 )
29
30
Original file line number Diff line number Diff line change @@ -104,7 +104,11 @@ public class SubTypeValidator
104
104
105
105
// [databind#2420]: CXF/JAX-RS provider/XSLT
106
106
s .add ("org.apache.cxf.jaxrs.provider.XSLTJaxbProvider" );
107
-
107
+
108
+ // [databind#2462]: commons-configuration / -2
109
+ s .add ("org.apache.commons.configuration.JNDIConfiguration" );
110
+ s .add ("org.apache.commons.configuration2.JNDIConfiguration" );
111
+
108
112
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
109
113
}
110
114
You can’t perform that action at this time.
0 commit comments