File tree 2 files changed +4
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Project: jackson-databind
17
17
#2449: Block one more gadget type (HikariCP, CVE-2019-14439 / CVE-2019-16335)
18
18
#2462: Block two more gadget types (commons-configuration/-2)
19
19
#2478: Block two more gadget types (commons-dbcp, p6spy, CVE-2019-16942 / CVE-2019-16943)
20
+ #2648: Block one more gadget type (shiro-core, CVE-to-be-allocated)
20
21
#2498: Block one more gadget type (log4j-extras/1.2, CVE-2019-17531)
21
22
#2526: Block two more gadget types (ehcache/JNDI, CVE-2019-20330)
22
23
(reported by UltramanGaia)
Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ public class SubTypeValidator
136
136
// [databind#2642]: javax.swing (jdk)
137
137
s .add ("javax.swing.JEditorPane" );
138
138
139
+ // [databind#2648]: shire-core
140
+ s .add ("org.apache.shiro.realm.jndi.JndiRealmFactory" );
141
+
139
142
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
140
143
}
141
144
You can’t perform that action at this time.
0 commit comments