You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from RemoteToFileFlow::PathNode input, RemoteToFileFlow::PathNode fileAccess
391
+
where RemoteToFileFlow::flowPath(input, fileAccess)
392
+
select fileAccess.getNode(), input, fileAccess, "This file access uses data from $@.",
393
+
input, "user-controllable input."
394
+
395
+
For more information, see ":doc:`Creating path queries <creating-path-queries>`".
357
396
358
397
Further reading
359
398
---------------
360
399
361
-
- `Exploring data flow with path queries <https://docs.github.com/en/code-security/codeql-for-vs-code/getting-started-with-codeql-for-vs-code/exploring-data-flow-with-path-queries>`__ in the GitHub documentation.
400
+
- `Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__ in the GitHub documentation.
0 commit comments