mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add missing links to "Creating path queries"
This commit is contained in:
@@ -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
|
||||
---------------
|
||||
|
||||
|
||||
@@ -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
|
||||
---------------
|
||||
|
||||
|
||||
@@ -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
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user