mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
import csharp
|
|
import Common
|
|
|
|
from Config c, DataFlow::Node source, DataFlow::Node sink, string s
|
|
where c.hasFlow(source, sink)
|
|
and s = sink.toString()
|
|
select s
|
|
order by s asc
|