File tree 2 files changed +4
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Project: jackson-databind
28
28
(reported by Yiting Fan)
29
29
#2670 : Block one more gadget type (openjpa, CVE-2020 -11113 )
30
30
(reported by XuYuanzhen)
31
+ #2680 : Block one more gadget type (spring-aop)
31
32
32
33
2.9.10.3 (23 -Feb-2020 )
33
34
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ public class SubTypeValidator
49
49
// [databind#1737]; 3rd party
50
50
//s.add("org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor"); // deprecated by [databind#1855]
51
51
s .add ("org.springframework.beans.factory.config.PropertyPathFactoryBean" );
52
+ // [databind#2680]
53
+ s .add ("org.springframework.aop.config.MethodLocatingFactoryBean" );
54
+ s .add ("org.springframework.beans.factory.config.BeanReferenceFactoryBean" );
52
55
53
56
// s.add("com.mchange.v2.c3p0.JndiRefForwardingDataSource"); // deprecated by [databind#1931]
54
57
// s.add("com.mchange.v2.c3p0.WrapperConnectionPoolDataSource"); // - "" -
You can’t perform that action at this time.
0 commit comments