File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ Project: jackson-databind
55
662.8.11.1 (not yet released)
77
8- #1872 `NullPointerException` in `SubTypeValidator.validateSubType` when
8+ #1872: `NullPointerException` in `SubTypeValidator.validateSubType` when
99 validating Spring interface
1010 (reported by Rob W)
11+ #1899: Another two gadgets to exploit default typing issue in jackson-databind
12+ (reported by OneSourceCat@github)
1113
12142.8.11 (24-Dec-2017)
1315
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ public class SubTypeValidator
5050 // [databind#1855]: more 3rd party
5151 s .add ("org.apache.tomcat.dbcp.dbcp2.BasicDataSource" );
5252 s .add ("com.sun.org.apache.bcel.internal.util.ClassLoader" );
53+ // [databind#1899]: more 3rd party
54+ s .add ("org.hibernate.jmx.StatisticsService" );
55+ s .add ("org.apache.ibatis.datasource.jndi.JndiDataSourceFactory" );
56+
5357 DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
5458 }
5559
You can’t perform that action at this time.
0 commit comments