File tree 2 files changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,12 @@ Project: jackson-databind
184
184
185
185
2.9.10.4 (not yet released)
186
186
187
- #2631 : Block one more gadget type (shaded-hikari-config, CVE-to-be-allocated )
187
+ #2631 : Block one more gadget type (shaded-hikari-config, CVE-2020 - 9546 )
188
188
(reported by threedr3am & LFY)
189
- #2634 : Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-to-be-allocated )
189
+ #2634 : Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020 - 9547 / CVE- 2020 - 9548 )
190
190
(reported by threedr3am & V1ZkRA)
191
+ #2642 : Block one more gadget type (javax.swing, CVE-to-be-allocated) #2642
192
+ (reported by threedr3am)
191
193
192
194
2.9.10.3 (23 -Feb-2020 )
193
195
Original file line number Diff line number Diff line change @@ -135,6 +135,9 @@ public class SubTypeValidator
135
135
s .add ("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig" );
136
136
s .add ("br.com.anteros.dbcp.AnterosDBCPConfig" );
137
137
138
+ // [databind#2642]: javax.swing (jdk)
139
+ s .add ("javax.swing.JEditorPane" );
140
+
138
141
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
139
142
}
140
143
You can’t perform that action at this time.
0 commit comments