File tree 2 files changed +6
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ Project: jackson-databind
6
6
7
7
2.9.10.6 (not yet released)
8
8
9
- #2798 : Block one more gadget type (xxx, xxx)
9
+ #2798 : Block one more gadget type (xxx, CVE-xxxx- xxx)
10
10
(reported by Al1ex@knownsec)
11
+ #2814 : Block one more gadget type (xxx, CVE-xxxx-xxx)
12
+ (reported by ChenZhaojun)
11
13
12
14
2.9.10.5 (21 -Jun-2020 )
13
15
Original file line number Diff line number Diff line change @@ -137,9 +137,11 @@ public class SubTypeValidator
137
137
// [databind#2631]: shaded hikari-config
138
138
s .add ("org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig" );
139
139
140
- // [databind#2634]: ibatis-sqlmap, anteros-core
140
+ // [databind#2634]: ibatis-sqlmap, anteros-core/-dbcp
141
141
s .add ("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig" );
142
142
s .add ("br.com.anteros.dbcp.AnterosDBCPConfig" );
143
+ // [databind#2814]: anteros-dbcp
144
+ s .add ("br.com.anteros.dbcp.AnterosDBCPDataSource" );
143
145
144
146
// [databind#2642]: javax.swing (jdk)
145
147
s .add ("javax.swing.JEditorPane" );
You can’t perform that action at this time.
0 commit comments