File tree 2 files changed +7
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-databind
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.9.10.7 (not yet released)
8
+
9
+ #2854 : Block one more gadget type (javax.swing, CVE-2020 -xxx)
10
+ (reported by Yangkun (ICSL))
11
+
7
12
2.9.10.6 (24 -Aug-2020 )
8
13
9
14
#2798 : Block one more gadget type (xxx, CVE-xxxx-xxx)
Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ public class SubTypeValidator
143
143
// [databind#2814]: anteros-dbcp
144
144
s .add ("br.com.anteros.dbcp.AnterosDBCPDataSource" );
145
145
146
- // [databind#2642]: javax.swing (jdk)
146
+ // [databind#2642][databind#2854] : javax.swing (jdk)
147
147
s .add ("javax.swing.JEditorPane" );
148
+ s .add ("javax.swing.JTextPane" );
148
149
149
150
// [databind#2648], [databind#2653]: shire-core
150
151
s .add ("org.apache.shiro.realm.jndi.JndiRealmFactory" );
You can’t perform that action at this time.
0 commit comments