PS: Add (empty) model-related files.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-11-06 10:45:31 +00:00
parent 4344e70543
commit d02ad25aaa
2 changed files with 36 additions and 0 deletions

View File

@@ -12,4 +12,8 @@ dependencies:
codeql/dataflow: ${workspace}
codeql/ssa: ${workspace}
codeql/util: ${workspace}
codeql/mad: ${workspace}
dataExtensions:
- semmle/code/powershell/frameworks/**/model.yml
- semmle/code/powershell/frameworks/**/*.model.yml
warnOnImplicitThis: true

View File

@@ -0,0 +1,32 @@
extensions:
# Make sure that the extensible model predicates have at least one definition
# to avoid errors about undefined extensionals.
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: sourceModel
data: []
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: sinkModel
data: []
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: summaryModel
data: []
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: neutralModel
data: []
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: typeModel
data: []
- addsTo:
pack: microsoft-sdl/powershell-all
extensible: typeVariableModel
data: []