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 {
3232 .getASubclass * ( )
3333 or
3434 // Ohter known subclasses, semi auto generated by using
35- // ```codeql
35+ // ```ql
3636 // class DBClass extends Class, SelfRefMixin {
3737 // DBClass() {
3838 // exists(this.getLocation().getFile().getRelativePath()) and
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module API {
3333 * 3. Map the resulting API graph nodes to data-flow nodes, using `asSource` or `asSink`.
3434 *
3535 * For example, a simplified way to get arguments to `Foo.bar` would be
36- * ```codeql
36+ * ```ql
3737 * API::getTopLevelMember("Foo").getMethod("bar").getParameter(0).asSink()
3838 * ```
3939 *
You can’t perform that action at this time.
0 commit comments