mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update docs/codeql/writing-codeql-queries/about-codeql-queries.rst
This commit is contained in:
@@ -77,7 +77,7 @@ When writing your own alert queries, you would typically import the standard lib
|
||||
- Java: ``java``
|
||||
- JavaScript/TypeScript: ``javascript``
|
||||
- Python: ``python``
|
||||
- Rubvy: ``ruby``
|
||||
- Ruby: ``ruby``
|
||||
|
||||
There are also libraries containing commonly used predicates, types, and other modules associated with different analyses, including data flow, control flow, and taint-tracking. In order to calculate path graphs, path queries require you to import a data flow library into the query file. For more information, see ":doc:`Creating path queries <creating-path-queries>`."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user