Skip to content

Commit

Permalink
Fix #1899
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 22, 2018
1 parent b744bf3 commit 038b471
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Project: jackson-databind

2.8.11.1 (not yet released)

#1872 `NullPointerException` in `SubTypeValidator.validateSubType` when
#1872: `NullPointerException` in `SubTypeValidator.validateSubType` when
validating Spring interface
(reported by Rob W)
#1899: Another two gadgets to exploit default typing issue in jackson-databind
(reported by OneSourceCat@github)

2.8.11 (24-Dec-2017)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ public class SubTypeValidator
// [databind#1855]: more 3rd party
s.add("org.apache.tomcat.dbcp.dbcp2.BasicDataSource");
s.add("com.sun.org.apache.bcel.internal.util.ClassLoader");
// [databind#1899]: more 3rd party
s.add("org.hibernate.jmx.StatisticsService");
s.add("org.apache.ibatis.datasource.jndi.JndiDataSourceFactory");

DEFAULT_NO_DESER_CLASS_NAMES = Collections.unmodifiableSet(s);
}

Expand Down

0 comments on commit 038b471

Please sign in to comment.