Files
codeql/csharp/ql/test/library-tests/dataflow/local/DataFlowStep.ql
2020-11-11 09:46:18 +01:00

8 lines
171 B
Plaintext

import csharp
from DataFlow::Node pred, DataFlow::Node succ
where
DataFlow::localFlowStep(pred, succ) and
pred.getLocation().getFile().fromSource()
select pred, succ