mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
import csharp
|
|
import Common
|
|
|
|
from Config c, DataFlow::Node source, DataFlow::Node sink
|
|
where c.hasFlow(source, sink)
|
|
select sink
|