File tree 2 files changed +7
-0
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Project: jackson-databind
8
8
9
9
#2986 : Block two more gadget types (commons-dbcp2, CVE-2020 -35490 /CVE-2020 -35491 )
10
10
(reported by Al1ex@knownsec)
11
+ #2996 : Block 2 more gadget types (placeholder)
12
+ (reported by Al1ex@knownsec)
11
13
12
14
2.9.10.7 (02 -Dec-2020 )
13
15
Original file line number Diff line number Diff line change @@ -211,6 +211,11 @@ public class SubTypeValidator
211
211
s .add ("org.apache.commons.dbcp2.datasources.PerUserPoolDataSource" );
212
212
s .add ("org.apache.commons.dbcp2.datasources.SharedPoolDataSource" );
213
213
214
+ // [databind#2996]: newrelic-agent + embedded-logback-core
215
+ // (derivative of #2334 and #2389)
216
+ s .add ("com.newrelic.agent.deps.ch.qos.logback.core.db.JNDIConnectionSource" );
217
+ s .add ("com.newrelic.agent.deps.ch.qos.logback.core.db.DriverManagerConnectionSource" );
218
+
214
219
DEFAULT_NO_DESER_CLASS_NAMES = Collections .unmodifiableSet (s );
215
220
}
216
221
You can’t perform that action at this time.
0 commit comments