File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ private module Peewee {
32
32
.getASubclass * ( )
33
33
or
34
34
// Ohter known subclasses, semi auto generated by using
35
- // ```codeql
35
+ // ```ql
36
36
// class DBClass extends Class, SelfRefMixin {
37
37
// DBClass() {
38
38
// exists(this.getLocation().getFile().getRelativePath()) and
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module API {
33
33
* 3. Map the resulting API graph nodes to data-flow nodes, using `asSource` or `asSink`.
34
34
*
35
35
* For example, a simplified way to get arguments to `Foo.bar` would be
36
- * ```codeql
36
+ * ```ql
37
37
* API::getTopLevelMember("Foo").getMethod("bar").getParameter(0).asSink()
38
38
* ```
39
39
*
You can’t perform that action at this time.
0 commit comments