Add missing links to "Creating path queries"

This commit is contained in:
Owen Mansel-Chan
2025-10-14 13:21:52 +01:00
parent 944e116cc0
commit 2e0915ebed
3 changed files with 6 additions and 0 deletions

View File

@@ -406,6 +406,8 @@ Here is the answer to exercise 4 above, converted into a path query:
where GetenvToURLFlow::flowPath(src, sink)
select src.getNode(), src, sink, "This environment variable constructs a URL $@.", sink, "here"
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
Further reading
---------------

View File

@@ -407,6 +407,8 @@ Here is the answer to exercise 4 above, converted into a path query:
where GetenvToURLFlow::flowPath(src, sink)
select src.getNode(), src, sink, "This environment variable constructs a URL $@.", sink, "here"
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
Further reading
---------------

View File

@@ -581,6 +581,8 @@ Here is the answer to exercise 4 above, converted into a path query:
where HardCodedTagNameFlow::flowPath(source, sink)
select sink.getNode(), source, sink, "Hard-coded tag name $@.", source, "here"
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
Further reading
---------------