File tree 2 files changed +4
-0
lines changed
src/mapper/java/org/codehaus/jackson/map/jsontype/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ One more patch release for 1.9.
50
50
* [databind#2620]: Block one more gadget type (xbean-reflect/JNDI - CVE-2020-8840)
51
51
* [databind#2631]: Block one more gadget type (shaded-hikari-config, CVE-2020-9546)
52
52
* [databind#2634]: Block two more gadget types (ibatis-sqlmap, anteros-core; CVE-2020-9547 / CVE-2020-9548)
53
+ * [databind#2642]: Block one more gadget type (javax.swing, CVE-2020-10969)
53
54
54
55
1.9.13 (14-Jul-2013)
55
56
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ public class SubTypeValidator
115
115
s .add ("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig" );
116
116
s .add ("br.com.anteros.dbcp.AnterosDBCPConfig" );
117
117
118
+ // [databind#2642]: javax.swing (jdk)
119
+ s .add ("javax.swing.JEditorPane" );
120
+
118
121
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
119
122
}
120
123
You can’t perform that action at this time.
0 commit comments