We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5944b88 commit 932ee0bCopy full SHA for 932ee0b
csharp/ql/lib/semmle/code/csharp/security/dataflow/UnsafeDeserializationQuery.qll
@@ -381,16 +381,6 @@ private module WeakTypeCreationToUsageTrackingConfig implements DataFlow::Config
381
module WeakTypeCreationToUsageTracking =
382
TaintTracking::Global<WeakTypeCreationToUsageTrackingConfig>;
383
384
-/**
385
- * DEPRECATED: Do not extend this class.
386
- *
387
- * Safe deserializer creation to usage tracking config.
388
- */
389
-abstract deprecated class SafeConstructorTrackingConfig extends TaintTracking2::Configuration {
390
- bindingset[this]
391
- SafeConstructorTrackingConfig() { any() }
392
-}
393
-
394
/** BinaryFormatter */
395
private predicate isBinaryFormatterCall(MethodCall mc, Method m) {
396
m = mc.getTarget() and
0 commit comments