Skip to content

Commit 2e0915e

Browse files
committed
Add missing links to "Creating path queries"
1 parent 944e116 commit 2e0915e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-go.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,8 @@ Here is the answer to exercise 4 above, converted into a path query:
406406
where GetenvToURLFlow::flowPath(src, sink)
407407
select src.getNode(), src, sink, "This environment variable constructs a URL $@.", sink, "here"
408408
409+
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
410+
409411
Further reading
410412
---------------
411413

docs/codeql/codeql-language-guides/analyzing-data-flow-in-java.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ Here is the answer to exercise 4 above, converted into a path query:
407407
where GetenvToURLFlow::flowPath(src, sink)
408408
select src.getNode(), src, sink, "This environment variable constructs a URL $@.", sink, "here"
409409
410+
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
411+
410412
Further reading
411413
---------------
412414

docs/codeql/codeql-language-guides/analyzing-data-flow-in-javascript-and-typescript.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ Here is the answer to exercise 4 above, converted into a path query:
581581
where HardCodedTagNameFlow::flowPath(source, sink)
582582
select sink.getNode(), source, sink, "Hard-coded tag name $@.", source, "here"
583583
584+
For more information, see "`Creating path queries <https://codeql.github.com/docs/writing-codeql-queries/creating-path-queries/>`__".
585+
584586
Further reading
585587
---------------
586588

0 commit comments

Comments
 (0)