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 @@ -6,10 +6,12 @@ Project: jackson-databind
6
6
7
7
2.9.10.4 (not yet released)
8
8
9
- #2631 : Block one more gadget type (shaded-hikari-config, CVE-to-be-allocated )
9
+ #2631 : Block one more gadget type (shaded-hikari-config, CVE-2020 - 9546 )
10
10
(reported by threedr3am & LFY)
11
- #2634 : Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-to-be-allocated )
11
+ #2634 : Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020 - 9547 / CVE- 2020 - 9548 )
12
12
(reported by threedr3am & V1ZkRA)
13
+ #2642 : Block one more gadget type (javax.swing, CVE-to-be-allocated) #2642
14
+ (reported by threedr3am)
13
15
14
16
2.9.10.3 (23 -Feb-2020 )
15
17
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