mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
7 lines
178 B
Plaintext
7 lines
178 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
|