We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3bb4d commit df406b4Copy full SHA for df406b4
2 files changed
python/ql/lib/ext/StdLib.model.yml
@@ -0,0 +1,30 @@
1
+extensions:
2
+ - addsTo:
3
+ pack: codeql/python-all
4
+ extensible: sourceModel
5
+ data: []
6
+
7
8
9
+ extensible: sinkModel
10
11
12
13
14
+ extensible: summaryModel
15
16
17
18
19
+ extensible: neutralModel
20
21
22
23
24
+ extensible: typeModel
25
26
27
28
29
+ extensible: typeVariableModel
30
python/ql/lib/qlpack.yml
@@ -15,4 +15,6 @@ dependencies:
codeql/yaml: ${workspace}
dataExtensions:
- semmle/python/frameworks/**/*.model.yml
+ - ext/*.model.yml
+ - ext/generated/*.model.yml
warnOnImplicitThis: true
0 commit comments