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 5acfc22 commit e432e65Copy full SHA for e432e65
csharp/ql/lib/semmle/code/csharp/dataflow/internal/TaintTrackingPrivate.qll
@@ -12,6 +12,7 @@ private import dotnet
12
// import `TaintedMember` definitions from other files to avoid potential reevaluation
13
private import semmle.code.csharp.frameworks.JsonNET
14
private import semmle.code.csharp.frameworks.WCF
15
+private import semmle.code.csharp.security.dataflow.flowsources.Remote
16
17
/**
18
* Holds if `node` should be a sanitizer in all global taint flow configurations
0 commit comments