File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
semmle/code/powershell/frameworks/data Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ dependencies:
12
12
codeql/dataflow : ${workspace}
13
13
codeql/ssa : ${workspace}
14
14
codeql/util : ${workspace}
15
+ codeql/mad : ${workspace}
16
+ dataExtensions :
17
+ - semmle/code/powershell/frameworks/**/model.yml
18
+ - semmle/code/powershell/frameworks/**/*.model.yml
15
19
warnOnImplicitThis : true
Original file line number Diff line number Diff line change
1
+ extensions :
2
+ # Make sure that the extensible model predicates have at least one definition
3
+ # to avoid errors about undefined extensionals.
4
+ - addsTo :
5
+ pack : microsoft-sdl/powershell-all
6
+ extensible : sourceModel
7
+ data : []
8
+
9
+ - addsTo :
10
+ pack : microsoft-sdl/powershell-all
11
+ extensible : sinkModel
12
+ data : []
13
+
14
+ - addsTo :
15
+ pack : microsoft-sdl/powershell-all
16
+ extensible : summaryModel
17
+ data : []
18
+
19
+ - addsTo :
20
+ pack : microsoft-sdl/powershell-all
21
+ extensible : neutralModel
22
+ data : []
23
+
24
+ - addsTo :
25
+ pack : microsoft-sdl/powershell-all
26
+ extensible : typeModel
27
+ data : []
28
+
29
+ - addsTo :
30
+ pack : microsoft-sdl/powershell-all
31
+ extensible : typeVariableModel
32
+ data : []
You can’t perform that action at this time.
0 commit comments