File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl Expand file tree Collapse file tree 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.7.9.7 (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)
14
+ (reported by threedr3am)
13
15
#2410: Block one more gadget type (HikariCP, CVE-2019-14540)
14
16
#2420: Block one more gadget type (cxf-jax-rs, no CVE allocated yet)
15
17
#2449: Block one more gadget type (HikariCP, CVE-2019-14439 / CVE-2019-16335)
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ public class SubTypeValidator
133
133
s .add ("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig" );
134
134
s .add ("br.com.anteros.dbcp.AnterosDBCPConfig" );
135
135
136
+ // [databind#2642]: javax.swing (jdk)
137
+ s .add ("javax.swing.JEditorPane" );
138
+
136
139
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
137
140
}
138
141
You can’t perform that action at this time.
0 commit comments