Skip to content

Commit

Permalink
Fix #2680
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 7, 2020
1 parent 3beb406 commit 113e89f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -28,6 +28,7 @@ Project: jackson-databind
(reported by Yiting Fan)
#2670: Block one more gadget type (openjpa, CVE-2020-11113)
(reported by XuYuanzhen)
#2680: Block one more gadget type (spring-aop)

2.9.10.3 (23-Feb-2020)

Expand Down
Expand Up @@ -49,6 +49,9 @@ public class SubTypeValidator
// [databind#1737]; 3rd party
//s.add("org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor"); // deprecated by [databind#1855]
s.add("org.springframework.beans.factory.config.PropertyPathFactoryBean");
// [databind#2680]
s.add("org.springframework.aop.config.MethodLocatingFactoryBean");
s.add("org.springframework.beans.factory.config.BeanReferenceFactoryBean");

// s.add("com.mchange.v2.c3p0.JndiRefForwardingDataSource"); // deprecated by [databind#1931]
// s.add("com.mchange.v2.c3p0.WrapperConnectionPoolDataSource"); // - "" -
Expand Down

0 comments on commit 113e89f

Please sign in to comment.