mirror of
https://github.com/github/codeql.git
synced 2026-04-10 17:44:03 +02: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
|