mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
|
|
import csharp
|
|
import semmle.code.csharp.dataflow.TaintTracking
|
|
|
|
from StringLiteral l, DataFlow::Node n
|
|
where TaintTracking::localTaintStep+(DataFlow::exprNode(l), n)
|
|
select l, n
|