mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
import csharp
|
|
import semmle.code.csharp.dataflow.internal.ExternalFlow
|
|
|
|
from DataFlow::Node source
|
|
where sourceNode(source, "environment")
|
|
select source
|