File tree 2 files changed +6
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ Project: jackson-databind
14
14
(reported by Al1ex@knownsec)
15
15
#2998 : Block 2 more gadget types (org.apache.tomcat/tomcat-dbcp)
16
16
(reported by Al1ex@knownsec)
17
+ #2999 : Block 1 more gadget type (org.glassfish.web/javax.servlet.jsp.jstl)
18
+ (reported by bu5yer of Sangfor FarSight Security Lab)
17
19
18
20
2.9.10.7 (02 -Dec-2020 )
19
21
Original file line number Diff line number Diff line change @@ -226,6 +226,10 @@ public class SubTypeValidator
226
226
s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource" );
227
227
s .add ("org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource" );
228
228
229
+ // [databind#2999]: org.glassfish.web/javax.servlet.jsp.jstl (embedded Xalan)
230
+ // (derivative of #2469)
231
+ s .add ("com.oracle.wls.shaded.org.apache.xalan.lib.sql.JNDIConnectionPool" );
232
+
229
233
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
230
234
}
231
235
You can’t perform that action at this time.
0 commit comments