mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
import csharp
|
|
import DataFlow
|
|
import semmle.code.csharp.dataflow.internal.ExternalFlow
|
|
import ModelValidation
|
|
|
|
from DataFlow::Node node, string kind
|
|
where sourceNode(node, kind)
|
|
select node, kind
|