diff --git a/powershell/misc/typemodelgen.py b/powershell/misc/typemodelgen.py index 828005a373f4..75619ad64e13 100644 --- a/powershell/misc/typemodelgen.py +++ b/powershell/misc/typemodelgen.py @@ -155,7 +155,7 @@ def writeModels(): with open(filename, "x") as file: file.write("extensions:\n") file.write(" - addsTo:\n") - file.write(" pack: microsoft-sdl/powershell-all\n") + file.write(" pack: microsoft/powershell-all\n") file.write(" extensible: typeModel\n") file.write(" data:\n") for summary in s: diff --git a/powershell/ql/consistency-queries/qlpack.yml b/powershell/ql/consistency-queries/qlpack.yml index 846635f7a70f..803a93c56f73 100644 --- a/powershell/ql/consistency-queries/qlpack.yml +++ b/powershell/ql/consistency-queries/qlpack.yml @@ -5,5 +5,5 @@ groups: - test - consistency-queries dependencies: - microsoft-sdl/powershell-all: ${workspace} + microsoft/powershell-all: ${workspace} warnOnImplicitThis: true diff --git a/powershell/ql/lib/qlpack.yml b/powershell/ql/lib/qlpack.yml index 1632e530e5fa..eb6fa38140c9 100644 --- a/powershell/ql/lib/qlpack.yml +++ b/powershell/ql/lib/qlpack.yml @@ -1,4 +1,4 @@ -name: microsoft-sdl/powershell-all +name: microsoft/powershell-all version: 0.0.1 groups: - powershell @@ -16,4 +16,4 @@ dependencies: dataExtensions: - semmle/code/powershell/frameworks/**/model.yml - semmle/code/powershell/frameworks/**/*.model.yml -warnOnImplicitThis: true \ No newline at end of file +warnOnImplicitThis: true diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/Accessibility/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/Accessibility/model.yml index 2409091904dd..a704a329445e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/Accessibility/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/Accessibility/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "accessibility.iaccessible", "Member[acchelp]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/IEHostExecute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/IEHostExecute/model.yml index 08f473fdfef7..e7e3008ddffa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/IEHostExecute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/IEHostExecute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "iehost.execute.ieexecuteremote", "Method[executeasdll].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuild/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuild/model.yml index 557dfe302dc5..d7b2c6256fbf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuild/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuild/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.activities.build.workflowbuildmessagetask", "Method[execute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildDebugger/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildDebugger/model.yml index b833bbc22ab0..31eac42425dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildDebugger/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildDebugger/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.activities.build.debugger.debugbuildextension", "Method[execute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildExpressions/model.yml index 70693cd9f273..98903a5b96cc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.activities.build.expressions.expressionsbuildextension", "Method[execute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildValidation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildValidation/model.yml index 6687a001261c..c496d29c5894 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildValidation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildValidation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.activities.build.validation.reportdeferredvalidationerrorstask", "Method[execute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftAspnetSnapin/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftAspnetSnapin/model.yml index d2bd3256843f..145855db5978 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftAspnetSnapin/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftAspnetSnapin/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.aspnet.snapin.iextendpropertysheet2", "Method[createpropertypages].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftBuildTasksWindows/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftBuildTasksWindows/model.yml index 83d190187a86..679a16e5bd05 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftBuildTasksWindows/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftBuildTasksWindows/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.build.tasks.windows.resourcesgenerator", "Method[execute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharp/model.yml index 47d83b97c36a..0977776e418b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.csharp.compilererror", "Member[sourcefile]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharpRuntimeBinder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharpRuntimeBinder/model.yml index fbf2d7ad543a..6b662fe5a3dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharpRuntimeBinder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftCSharpRuntimeBinder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.csharp.runtimebinder.csharpbinderflags", "microsoft.csharp.runtimebinder.csharpbinderflags!", "Member[invokesimplename]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftDotNetPlatformAbstractions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftDotNetPlatformAbstractions/model.yml index aa4495aed45a..8d0d4cc77506 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftDotNetPlatformAbstractions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftDotNetPlatformAbstractions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.dotnet.platformabstractions.hashcodecombiner", "Member[combinedhash]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAI/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAI/model.yml index 8fc6f6cd77a7..02ace94dd736 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAI/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAI/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.ai.aifunctionreturnparametermetadata", "microsoft.extensions.ai.aifunctionfactorycreateoptions", "Member[returnparameter]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluation/model.yml index c32c05046390..62371c5917ca 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist", "microsoft.extensions.ai.evaluation.evaluationmetric", "Member[diagnostics]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationQuality/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationQuality/model.yml index 903839610962..d245f3c65519 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationQuality/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationQuality/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.ai.evaluation.quality.chatconversationevaluator", "Member[ignoreshistory]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReporting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReporting/model.yml index 1e2a570ce60d..496ff3214a61 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReporting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReporting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.valuetask", "microsoft.extensions.ai.evaluation.reporting.reportingconfiguration", "Method[createscenariorunasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsHtml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsHtml/model.yml index 1166209f53ff..5f98d5a2d3a1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsHtml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsHtml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.valuetask", "microsoft.extensions.ai.evaluation.reporting.formats.html.htmlreportwriter", "Method[writereportasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsJson/model.yml index 8ec596927d59..e40b5b73b983 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingFormatsJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.valuetask", "microsoft.extensions.ai.evaluation.reporting.formats.json.jsonreportwriter", "Method[writereportasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingStorageDisk/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingStorageDisk/model.yml index a392c4b7acdf..334ef8faeb33 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingStorageDisk/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAIEvaluationReportingStorageDisk/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.iasyncenumerable", "microsoft.extensions.ai.evaluation.reporting.storage.disk.diskbasedresultstore", "Method[readresultsasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAmbientMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAmbientMetadata/model.yml index f8ea7b64a0cd..50b1ab568b5f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAmbientMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAmbientMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.ambientmetadata.applicationmetadata", "Member[deploymentring]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAsyncState/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAsyncState/model.yml index 156c5cc4464f..884999254176 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAsyncState/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsAsyncState/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.asyncstate.asyncstatetoken", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingDistributed/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingDistributed/model.yml index 157240410bd8..9706361765ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingDistributed/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingDistributed/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.byte[]", "microsoft.extensions.caching.distributed.memorydistributedcache", "Method[get].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingHybrid/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingHybrid/model.yml index c604da79b4c7..79a14dab4a90 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingHybrid/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingHybrid/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.caching.hybrid.hybridcacheentryflags", "microsoft.extensions.caching.hybrid.hybridcacheentryflags!", "Member[disableunderlyingdata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingMemory/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingMemory/model.yml index a43a27395961..28cf4afb0c0b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingMemory/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingMemory/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist", "microsoft.extensions.caching.memory.memorycacheentryoptions", "Member[postevictioncallbacks]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingRedis/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingRedis/model.yml index d9b68cb97ed2..ce6f566898f8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingRedis/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingRedis/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.task", "microsoft.extensions.caching.redis.rediscache", "Method[refreshasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingSqlServer/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingSqlServer/model.yml index 761df168ba1c..7202a0377a99 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingSqlServer/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingSqlServer/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.caching.sqlserver.sqlservercacheoptions", "Member[tablename]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingStackExchangeRedis/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingStackExchangeRedis/model.yml index e7f2115ad445..1a1f403be695 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingStackExchangeRedis/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsCachingStackExchangeRedis/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.caching.stackexchangeredis.rediscache", "Method[microsoft.extensions.caching.distributed.ibufferdistributedcache.tryget].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceClassification/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceClassification/model.yml index a7ce1e624585..984337e13b26 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceClassification/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceClassification/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.extensions.compliance.classification.dataclassificationset", "Method[gethashcode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceRedaction/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceRedaction/model.yml index b67e65eb68de..67a4522df29c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceRedaction/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceRedaction/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.extensions.compliance.redaction.redactor", "Method[redact].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceTesting/model.yml index 991934ca1da9..f5782b9bca74 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsComplianceTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.compliance.testing.fakeredactioncollector", "microsoft.extensions.compliance.testing.fakeredactor", "Member[eventcollector]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfiguration/model.yml index 3e7b28dab998..9310def52519 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.configuration.configurationreloadtoken", "Member[haschanged]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationCommandLine/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationCommandLine/model.yml index 70fa9ee80dd4..ab9175e78070 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationCommandLine/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationCommandLine/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.idictionary", "microsoft.extensions.configuration.commandline.commandlineconfigurationsource", "Member[switchmappings]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationEnvironmentVariables/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationEnvironmentVariables/model.yml index 1190cffbaa5f..43f679b2e3c7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationEnvironmentVariables/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationEnvironmentVariables/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfigurationprovider", "microsoft.extensions.configuration.environmentvariables.environmentvariablesconfigurationsource", "Method[build].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationIni/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationIni/model.yml index 67b0ed47c418..e27dce89c9bf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationIni/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationIni/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfigurationprovider", "microsoft.extensions.configuration.ini.inistreamconfigurationsource", "Method[build].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationJson/model.yml index 866a0a9f3337..98a1edc44606 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfigurationprovider", "microsoft.extensions.configuration.json.jsonconfigurationsource", "Method[build].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationKeyPerFile/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationKeyPerFile/model.yml index 3f26b37382bb..5ead2a173e6b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationKeyPerFile/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationKeyPerFile/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfigurationprovider", "microsoft.extensions.configuration.keyperfile.keyperfileconfigurationsource", "Method[build].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationMemory/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationMemory/model.yml index 21136498704a..61d62a280424 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationMemory/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationMemory/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable>", "microsoft.extensions.configuration.memory.memoryconfigurationsource", "Member[initialdata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationUserSecrets/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationUserSecrets/model.yml index 509d23c739e0..23d00b641c98 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationUserSecrets/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationUserSecrets/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.configuration.usersecrets.usersecretsidattribute", "Member[usersecretsid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationXml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationXml/model.yml index 6e04068c2309..f3b0fb7252c2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationXml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsConfigurationXml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.xml.xmldocumentdecryptor", "microsoft.extensions.configuration.xml.xmldocumentdecryptor!", "Member[instance]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjection/model.yml index 79a8cdd039cf..f020d49fb860 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.dependencyinjection.iserviceprovideriskeyedservice", "Method[iskeyedservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionExtensions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionExtensions/model.yml index 21a82cadaa92..bc0cc7ba5d93 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionExtensions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionExtensions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.dependencyinjection.iservicecollection", "microsoft.extensions.dependencyinjection.extensions.servicecollectiondescriptorextensions!", "Method[add].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecification/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecification/model.yml index 772fca635746..c65e73b3b4c2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecification/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecification/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable", "microsoft.extensions.dependencyinjection.specification.dependencyinjectionspecificationtests!", "Member[createinstancefuncs]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecificationFakes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecificationFakes/model.yml index 1051aba5f23b..5e03abc71ccd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecificationFakes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyInjectionSpecificationFakes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.extensions.dependencyinjection.specification.fakes.creationcountfakeservice!", "Member[instancecount]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModel/model.yml index 0ce38a251655..8294171b21a4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ireadonlylist", "microsoft.extensions.dependencymodel.dependencycontext", "Member[runtimegraph]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModelResolution/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModelResolution/model.yml index f2ed3ac9f7b6..b99ab67551c0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModelResolution/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDependencyModelResolution/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.dependencymodel.resolution.icompilationassemblyresolver", "Method[tryresolveassemblypaths].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapter/model.yml index 43ee947ae215..4903dc5f5e29 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.func", "microsoft.extensions.diagnosticadapter.idiagnosticsourcemethodadapter", "Method[adapt].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInfrastructure/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInfrastructure/model.yml index 26915ee2e965..7eefa0e2c3bf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInfrastructure/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInfrastructure/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["t", "microsoft.extensions.diagnosticadapter.infrastructure.iproxy", "Method[Upwrap].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInternal/model.yml index 1a1151f01271..5c5088b79df2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticAdapterInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.tuple", "microsoft.extensions.diagnosticadapter.internal.proxytypecacheresult", "Member[key]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsEnrichment/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsEnrichment/model.yml index d50c04e30e25..7a35dd811cf7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsEnrichment/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsEnrichment/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.diagnostics.enrichment.applicationlogenricheroptions", "Member[deploymentring]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsExceptionSummarization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsExceptionSummarization/model.yml index 6b9699973438..7e96182c5deb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsExceptionSummarization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsExceptionSummarization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.diagnostics.exceptionsummarization.exceptionsummary", "microsoft.extensions.diagnostics.exceptionsummarization.iexceptionsummarizer", "Method[summarize].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsHealthChecks/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsHealthChecks/model.yml index 65573885b781..fcd6ded562a3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsHealthChecks/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsHealthChecks/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.diagnostics.healthchecks.healthstatus", "microsoft.extensions.diagnostics.healthchecks.healthstatus!", "Member[degraded]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsLatency/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsLatency/model.yml index 613f8353fa54..12ac4737f6f5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsLatency/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsLatency/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int64", "microsoft.extensions.diagnostics.latency.latencydata", "Member[durationtimestampfrequency]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetrics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetrics/model.yml index 3e60957abe36..a579afb73019 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetrics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetrics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.diagnostics.metrics.imetricsbuilder", "microsoft.extensions.diagnostics.metrics.metricsbuilderconsoleextensions!", "Method[adddebugconsole].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsConfiguration/model.yml index 8b47fa07635e..d6b8b33ba925 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfiguration", "microsoft.extensions.diagnostics.metrics.configuration.imetriclistenerconfigurationfactory", "Method[getconfiguration].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsTesting/model.yml index ced80064cf35..014e321529aa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsMetricsTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable>", "microsoft.extensions.diagnostics.metrics.testing.measurementextensions!", "Method[matchestags].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsProbes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsProbes/model.yml index 1043536dc7d0..91056657b045 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsProbes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsProbes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.diagnostics.probes.probetags!", "Member[startup]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsResourceMonitoring/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsResourceMonitoring/model.yml index 9d5f91773396..e60a572da26f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsResourceMonitoring/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsDiagnosticsResourceMonitoring/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.timespan", "microsoft.extensions.diagnostics.resourcemonitoring.resourcemonitoringoptions", "Member[collectionwindow]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProviders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProviders/model.yml index d4d791166db7..0b139b499512 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProviders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProviders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.stream", "microsoft.extensions.fileproviders.ifileinfo", "Method[createreadstream].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersComposite/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersComposite/model.yml index 38dddf851afe..06c74dde3e79 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersComposite/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersComposite/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.fileproviders.composite.compositedirectorycontents", "Member[exists]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersEmbedded/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersEmbedded/model.yml index 07d282b52c5f..df88929e655a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersEmbedded/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersEmbedded/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetimeoffset", "microsoft.extensions.fileproviders.embedded.embeddedresourcefileinfo", "Member[lastmodified]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersInternal/model.yml index ace3dc5fc1f3..a2e7bd68a9f2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ienumerator", "microsoft.extensions.fileproviders.internal.physicaldirectorycontents", "Method[system.collections.ienumerable.getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersPhysical/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersPhysical/model.yml index 5f71c5347536..476fd1888fa3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersPhysical/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileProvidersPhysical/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ienumerator", "microsoft.extensions.fileproviders.physical.physicaldirectoryinfo", "Method[system.collections.ienumerable.getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbing/model.yml index 61937bac4f68..d10d848674fa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable", "microsoft.extensions.filesystemglobbing.inmemorydirectoryinfo", "Method[enumeratefilesysteminfos].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingAbstractions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingAbstractions/model.yml index 782356c2ae81..772f9446696b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingAbstractions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingAbstractions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.filesystemglobbing.abstractions.directoryinfowrapper", "Member[fullname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternal/model.yml index 5e4a3bccdee5..0fbbd0a420bd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.filesystemglobbing.internal.ipatterncontext", "microsoft.extensions.filesystemglobbing.internal.ipattern", "Method[createpatterncontextforexclude].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPathSegments/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPathSegments/model.yml index 6a46fc3848ec..d08a550dde46 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPathSegments/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPathSegments/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.filesystemglobbing.internal.pathsegments.literalpathsegment", "Member[value]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatternContexts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatternContexts/model.yml index 0552b8ab1bac..56c70b5fb945 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatternContexts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatternContexts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.filesystemglobbing.internal.ilinearpattern", "microsoft.extensions.filesystemglobbing.internal.patterncontexts.patterncontextlinear", "Member[pattern]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatterns/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatterns/model.yml index 1d2766326b39..ee2270ee3abe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatterns/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsFileSystemGlobbingInternalPatterns/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.filesystemglobbing.internal.ipattern", "microsoft.extensions.filesystemglobbing.internal.patterns.patternbuilder", "Method[build].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHosting/model.yml index f31898f3a434..b85ef4607085 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.cancellationtoken", "microsoft.extensions.hosting.iapplicationlifetime", "Member[applicationstopped]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingInternal/model.yml index b716cc9aa594..9bb2fa971474 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.hosting.internal.hostingenvironment", "Member[contentrootpath]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingSystemd/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingSystemd/model.yml index 74a9e0dd18f4..68738fe1dfc5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingSystemd/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingSystemd/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.hosting.systemd.servicestate", "microsoft.extensions.hosting.systemd.servicestate!", "Member[ready]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingTesting/model.yml index 74ed15bba69d..9acc423aeff8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.timespan", "microsoft.extensions.hosting.testing.fakehostoptions", "Member[shutdowntimeout]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingWindowsServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingWindowsServices/model.yml index f49c7e8b0988..091675307b25 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingWindowsServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHostingWindowsServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.hosting.windowsservices.windowsservicehelpers!", "Method[iswindowsservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttp/model.yml index b8113bfd5ed2..70251557e3fa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.http.httpmessagehandler", "microsoft.extensions.http.httpmessagehandlerbuilder!", "Method[createhandlerpipeline].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpDiagnostics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpDiagnostics/model.yml index 7a606f5ab91e..38a68722cb53 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpDiagnostics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpDiagnostics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.http.diagnostics.telemetryconstants!", "Member[unknown]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLatency/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLatency/model.yml index cc48f9702797..f76665cb43b5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLatency/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLatency/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.http.latency.httpclientlatencytelemetryoptions", "Member[enabledetailedlatencybreakdown]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLogging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLogging/model.yml index 6cdfb0b4e838..84192161903b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLogging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpLogging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.iset", "microsoft.extensions.http.logging.loggingoptions", "Member[requestbodycontenttypes]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpResilience/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpResilience/model.yml index 86938fcddd84..446179f73f53 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpResilience/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsHttpResilience/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist", "microsoft.extensions.http.resilience.uriendpointgroup", "Member[endpoints]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsInternal/model.yml index ce2890ddf640..0389e34d5eaa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetimeoffset", "microsoft.extensions.internal.systemclock", "Member[utcnow]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLocalization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLocalization/model.yml index eb89f0dcad89..f38c50e9cea6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLocalization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLocalization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.localization.localizedstring", "Member[resourcenotfound]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLogging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLogging/model.yml index 19f0a5743151..54efa76a1f10 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLogging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLogging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.extensions.logging.loggermessagestate", "Member[tagscount]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAbstractions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAbstractions/model.yml index 7aec02d57a1b..207f644a7d0e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAbstractions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAbstractions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.logging.abstractions.nulllogger", "Method[isenabled].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAzureAppServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAzureAppServices/model.yml index 267c79834218..407cf30b84aa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAzureAppServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingAzureAppServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.logging.azureappservices.azureblobloggercontext", "Member[appname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConfiguration/model.yml index 963fa4a2a11f..569819f0b16a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.configuration.iconfiguration", "microsoft.extensions.logging.configuration.iloggerproviderconfigurationfactory", "Method[getconfiguration].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConsole/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConsole/model.yml index 2f78e828546a..04a09d2acc34 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConsole/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingConsole/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.logging.console.loggercolorbehavior", "microsoft.extensions.logging.console.loggercolorbehavior!", "Member[default]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingDebug/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingDebug/model.yml index b1ec01186f06..a9258311299f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingDebug/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingDebug/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.logging.ilogger", "microsoft.extensions.logging.debug.debugloggerprovider", "Method[createlogger].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventLog/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventLog/model.yml index c754948044e2..804c9ae72526 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventLog/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventLog/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.logging.eventlog.eventlogsettings", "Member[logname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventSource/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventSource/model.yml index 9c6ed4ae99bb..256ec88044da 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventSource/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingEventSource/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.logging.ilogger", "microsoft.extensions.logging.eventsource.eventsourceloggerprovider", "Method[createlogger].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTesting/model.yml index 2cba1a4a4a1c..0da782f84755 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.logging.testing.fakelogrecord", "Method[getstructuredstatevalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTraceSource/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTraceSource/model.yml index 44f6183742d1..5a13e2a5f02b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTraceSource/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsLoggingTraceSource/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.logging.ilogger", "microsoft.extensions.logging.tracesource.tracesourceloggerprovider", "Method[createlogger].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsObjectPool/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsObjectPool/model.yml index b3e7af05d7e5..384948e10f62 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsObjectPool/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsObjectPool/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.objectpool.objectpool", "microsoft.extensions.objectpool.leaktrackingobjectpoolprovider", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptions/model.yml index 260f4fde1d14..c9e8ce6fe26f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.options.validateoptionsresult", "Member[succeeded]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptionsContextualProvider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptionsContextualProvider/model.yml index 214a9a9db276..dbd21eb635b7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptionsContextualProvider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsOptionsContextualProvider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.extensions.options.contextual.provider.iconfigurecontextualoptions", "microsoft.extensions.options.contextual.provider.nullconfigurecontextualoptions!", "Method[getinstance].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsPrimitives/model.yml index 0f7dcd115ba5..f3a523833c2b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string[]", "microsoft.extensions.primitives.stringvalues!", "Method[op_implicit].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsTimeTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsTimeTesting/model.yml index 75df10453d9b..408bdb9ef6a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsTimeTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsTimeTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.timespan", "microsoft.extensions.time.testing.faketimeprovider", "Member[autoadvanceamount]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsVectorData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsVectorData/model.yml index 799b921e0e55..ae1aa9f0e450 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsVectorData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsVectorData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.extensions.vectordata.distancefunction!", "Member[hamming]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncoders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncoders/model.yml index e9668c75975b..35f63e812fd3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncoders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncoders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.encodings.web.textencodersettings", "microsoft.extensions.webencoders.webencoderoptions", "Member[textencodersettings]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncodersTesting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncodersTesting/model.yml index acbc5ba839e7..dbfe4f482c8c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncodersTesting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftExtensionsWebEncodersTesting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.extensions.webencoders.testing.htmltestencoder", "Method[tryencodeunicodescalar].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIE/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIE/model.yml index 6034d5ff3946..07f844f0e36a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIE/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIE/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.ie.manager!", "Member[internet_max_path_length]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIO/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIO/model.yml index 3007e73adf42..3cdba9dd3f95 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIO/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIO/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.streamwriter", "microsoft.io.fileinfo", "Method[createtext].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIOEnumeration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIOEnumeration/model.yml index 10d2c6fc33af..e1badda054fe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIOEnumeration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftIOEnumeration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.io.enumeration.filesystementry", "Member[isdirectory]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScript/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScript/model.yml index f0d39eba81fb..39d9c31eaf99 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScript/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScript/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.jscript.jstoken", "microsoft.jscript.jstoken!", "Member[short]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScriptVsa/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScriptVsa/model.yml index bbe9b24d6cdb..2d7ab3071ec1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScriptVsa/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftJScriptVsa/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.jscript.vsa.basevsaengine", "Member[scriptlanguage]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructure/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructure/model.yml index f1ab6c62eb73..de1232852698 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructure/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructure/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.management.infrastructure.cimtype", "microsoft.management.infrastructure.cimtype!", "Member[real64array]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureCimCmdlets/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureCimCmdlets/model.yml index 1b00e58f83b2..2e946317a29b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureCimCmdlets/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureCimCmdlets/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string[]", "microsoft.management.infrastructure.cimcmdlets.setciminstancecommand", "Member[computername]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureGeneric/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureGeneric/model.yml index 108cdd84ad8e..a083b3165820 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureGeneric/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureGeneric/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.idisposable", "microsoft.management.infrastructure.generic.cimasyncstatus", "Method[subscribe].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureOptions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureOptions/model.yml index f03a2ca43f6d..d44fe1432c8b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureOptions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureOptions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.management.infrastructure.options.impersonationtype", "microsoft.management.infrastructure.options.impersonationtype!", "Member[impersonate]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureSerialization/model.yml index 77b8347967d9..b24da6961d28 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementInfrastructureSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.management.infrastructure.ciminstance", "microsoft.management.infrastructure.serialization.cimdeserializer", "Method[deserializeinstance].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUI/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUI/model.yml index 74825ee8eb8d..c14ccdd03c40 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUI/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUI/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.double", "microsoft.management.ui.helpwindow!", "Member[maximumzoom]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUIInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUIInternal/model.yml index 76efa13eb9c7..598f5e82e4e4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUIInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftManagementUIInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.management.ui.internal.helpwindowresources!", "Member[parameterdefautvalue]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShell/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShell/model.yml index 18776756df37..e0252841efb1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShell/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShell/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.psconsolereadlineoptions", "Member[historynoduplicates]"] @@ -200,7 +200,7 @@ extensions: - ["system.consolecolor", "microsoft.powershell.psconsolereadlineoptions!", "Member[defaultvariablecolor]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.deserializingtypeconverter!", "Method[getformatviewdefinitioninstanceid]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivities/model.yml index 1c222eb1ff91..3f0a09e8f859 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.powershell.activities.wmiactivity", "Member[locale]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivitiesInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivitiesInternal/model.yml index 7c0bf743c71b..f3d2036c1af1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivitiesInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellActivitiesInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.argument", "microsoft.powershell.activities.internal.isargumentset", "Member[argument]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCim/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCim/model.yml index 8f220936972c..55da97756b81 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCim/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCim/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.powershell.cim.ciminstanceadapter", "Method[getpropertyvalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletization/model.yml index 22634402a5f7..4c49f812a3ea 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.cmdletization.methodparameter", "Member[isvaluepresent]"] @@ -20,7 +20,7 @@ extensions: - ["microsoft.powershell.cmdletization.behavioronnomatch", "microsoft.powershell.cmdletization.behavioronnomatch!", "Member[reporterrors]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.cmdletadapter", "Method[get_classname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationCim/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationCim/model.yml index 5554f67d4102..1117f54a1acc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationCim/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationCim/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.powershell.cmdletization.cim.cimcmdletadapter", "Method[system.management.automation.idynamicparameters.getdynamicparameters].ReturnValue"] @@ -12,7 +12,7 @@ extensions: - ["system.management.automation.errorrecord", "microsoft.powershell.cmdletization.cim.cimjobexception", "Member[errorrecord]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.cim.cimcmdletadapter", "Method[get_defaultsession]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationXml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationXml/model.yml index 13b4cb22754d..21c3051cd8fe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationXml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCmdletizationXml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.cmdletization.xml.itemschoicetype", "microsoft.powershell.cmdletization.xml.itemschoicetype!", "Member[maxvaluequery]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommands/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommands/model.yml index 25c6f03f0091..70bf13583c74 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommands/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommands/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.powershell.commands.enhancedkeyusagerepresentation", "Method[tostring].ReturnValue"] @@ -2900,7 +2900,7 @@ extensions: - ["system.int32[]", "microsoft.powershell.commands.psrunspacecmdlet", "Member[id]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.basichtmlwebresponseobject", "Method[basichtmlwebresponseobject]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsGetCounter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsGetCounter/model.yml index 046f7c7e5737..c8da399c9838 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsGetCounter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsGetCounter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetime", "microsoft.powershell.commands.getcounter.performancecountersampleset", "Member[timestamp]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternal/model.yml index 9021775dc32b..c2a344acc557 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.type", "microsoft.powershell.commands.internal.transactedregistrysecurity", "Member[accessrighttype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternalFormat/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternalFormat/model.yml index 5374dac0c675..b548cc941b79 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternalFormat/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsInternalFormat/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.psobject", "microsoft.powershell.commands.internal.format.frontendcommandbase", "Method[inputobjectcall].ReturnValue"] @@ -19,7 +19,7 @@ extensions: - ["system.management.automation.switchparameter", "microsoft.powershell.commands.internal.format.outerformatshapecommandbase", "Member[displayerror]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.internal.format.frontendcommandbase", "Method[inputobjectcall]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsManagement/model.yml index 924c63a15598..33bc7feeb50f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.powershell.commands.management.transactedstring", "Member[length]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandExtension/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandExtension/model.yml index a6bfa6899c75..d32d3c54e917 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandExtension/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandExtension/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.powershell.commands.showcommandextension.showcommandparametersetinfo", "Member[name]"] @@ -33,7 +33,7 @@ extensions: - ["system.int32", "microsoft.powershell.commands.showcommandextension.showcommandparameterinfo", "Member[position]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandcommandinfo", "Method[showcommandcommandinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandInternal/model.yml index 5b401c687653..ff9dfb9ff3d3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsShowCommandInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.commands.showcommandinternal.allmodulesviewmodel", "microsoft.powershell.commands.showcommandinternal.moduleviewmodel", "Member[allmodules]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulation/model.yml index 59d6ae7c4f7e..7c2e492d8fe3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string[]", "microsoft.powershell.commands.stringmanipulation.convertfromstringcommand", "Member[templatefile]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulationFlashExtractTextSemanticsInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulationFlashExtractTextSemanticsInternal/model.yml index c59ebb607e2c..a55fa5fbd3f7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulationFlashExtractTextSemanticsInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsStringManipulationFlashExtractTextSemanticsInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.commands.stringmanipulation.flashextracttext.semantics.internal.token", "microsoft.powershell.commands.stringmanipulation.flashextracttext.semantics.internal.token!", "Method[tryparse].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsUtility/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsUtility/model.yml index 454e3035280a..5ed9420d29ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsUtility/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCommandsUtility/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.switchparameter", "microsoft.powershell.commands.utility.joinstringcommand", "Member[doublequote]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreActivities/model.yml index 46879777c299..711a3b0a8ee1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.inargument", "microsoft.powershell.core.activities.whereobject", "Member[in]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreClrStubs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreClrStubs/model.yml index f20609db8ab0..82f912e25a78 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreClrStubs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellCoreClrStubs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.coreclr.stubs.authenticationlevel", "microsoft.powershell.coreclr.stubs.authenticationlevel!", "Member[packetintegrity]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfiguration/model.yml index 6cc2a4b7077b..5ed43f874c0f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.powershell.desiredstateconfiguration.argumenttoconfigurationdatatransformationattribute", "Method[transform].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfigurationInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfigurationInternal/model.yml index 852d921dcf54..32b24eee5693 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfigurationInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDesiredStateConfigurationInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.errorrecord", "microsoft.powershell.desiredstateconfiguration.internal.dscclasscache!", "Method[psdscrunascredentialmergeerrorforcompositeresources].ReturnValue"] @@ -36,7 +36,7 @@ extensions: - ["system.object", "microsoft.powershell.desiredstateconfiguration.internal.dscremoteoperationsclass!", "Method[convertciminstancetoobject].ReturnValue"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.desiredstateconfiguration.internal.dscclasscache!", "Method[getdscresourceusagestring]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDiagnosticsActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDiagnosticsActivities/model.yml index 19b625a04d68..60c986f93c38 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDiagnosticsActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellDiagnosticsActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.activities.activityimplementationcontext", "microsoft.powershell.diagnostics.activities.getwinevent", "Method[getpowershell].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellHostISE/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellHostISE/model.yml index db4767b1001c..e5a86ac04264 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellHostISE/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellHostISE/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.host.ise.isesnippet", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellInternal/model.yml index d17c8d32291d..73b17ee175f6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.internal.iconsole", "Member[keyavailable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellManagementActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellManagementActivities/model.yml index 67beac91f5e4..59f272b57400 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellManagementActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellManagementActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.powershell.management.activities.restartservice", "Member[pscommandname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellScheduledJob/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellScheduledJob/model.yml index fe1b30b6d73a..de95e13da4eb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellScheduledJob/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellScheduledJob/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.scheduledjob.triggerfrequency", "microsoft.powershell.scheduledjob.triggerfrequency!", "Member[none]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellSecurityActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellSecurityActivities/model.yml index 80a540ebfe68..0b2e3fedf96b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellSecurityActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellSecurityActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.powershell.activities.activityimplementationcontext", "microsoft.powershell.security.activities.getpfxcertificate", "Method[getpowershell].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellTelemetry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellTelemetry/model.yml index a20b3c97a4b4..7fd1db62f063 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellTelemetry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellTelemetry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.telemetry.applicationinsightstelemetry!", "Member[cansendtelemetry]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellUtilityActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellUtilityActivities/model.yml index 40ddcf7e9153..135f19a7d94f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellUtilityActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellUtilityActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.inargument", "microsoft.powershell.utility.activities.outfile", "Member[nonewline]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellWorkflow/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellWorkflow/model.yml index 314a005f157c..a4768f088841 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellWorkflow/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowerShellWorkflow/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.powershell.workflow.psworkflowjob", "Member[hasmoredata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowershellUtility/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowershellUtility/model.yml index 6720f70f5cf2..5936e86a0b03 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowershellUtility/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftPowershellUtility/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["microsoft.powershell.utility!", "Method[read-host].ReturnValue", "stdin"] @@ -8,7 +8,7 @@ extensions: - ["microsoft.powershell.utility!", "Method[format-hex].ReturnValue[path]", "file"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetime", "microsoft.powershell.utility!", "Method[get-date].ReturnValue"] @@ -46,7 +46,7 @@ extensions: - ["system.string", "microsoft.powershell.utility!", "Method[join-string].ReturnValue"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.utility!", "Method[convertfrom-clixmlreference]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftSqlServerServer/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftSqlServerServer/model.yml index 0d46eedbe399..373558bb8eed 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftSqlServerServer/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftSqlServerServer/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.sqltypes.sqlstring", "microsoft.sqlserver.server.sqlmetadata", "Method[adjust].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasic/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasic/model.yml index 383250e679e9..2ad044694e8d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasic/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasic/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualbasic.filesystem!", "Method[eof].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivities/model.yml index e3090530b8ac..a530c1973708 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.visualbasic.activities.visualbasicimportreference", "Method[gethashcode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivitiesXamlIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivitiesXamlIntegration/model.yml index 43da9a381e65..bb8627822e59 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivitiesXamlIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicActivitiesXamlIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualbasic.activities.xamlintegration.visualbasicsettingsconverter", "Method[canconvertto].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicApplicationServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicApplicationServices/model.yml index c42e8c5fcbe6..67d92f1ef464 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicApplicationServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicApplicationServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualbasic.applicationservices.shutdownmode", "microsoft.visualbasic.applicationservices.shutdownmode!", "Member[afterallformsclose]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompatibilityVB6/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompatibilityVB6/model.yml index 15996077db95..2d6c60e35b57 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompatibilityVB6/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompatibilityVB6/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.double", "microsoft.visualbasic.compatibility.vb6.support!", "Method[frompixelsy].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompilerServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompilerServices/model.yml index f029a0584696..4f295ad01904 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompilerServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicCompilerServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.visualbasic.compilerservices.operators!", "Method[fallbackinvokeuserdefinedoperator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicDevices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicDevices/model.yml index 0f70ea1c752b..20853bceb3e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicDevices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicDevices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualbasic.devices.mouse", "Member[wheelexists]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicFileIO/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicFileIO/model.yml index 7a9c2c364771..0281fafef035 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicFileIO/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicFileIO/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualbasic.fileio.specialdirectories!", "Member[temp]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicLogging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicLogging/model.yml index d8c5934c6d79..b07cd7413ad4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicLogging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicLogging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int64", "microsoft.visualbasic.logging.filelogtracelistener", "Member[reservediskspace]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicMyServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicMyServices/model.yml index 701461c27779..de48a503f85a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicMyServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicMyServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualbasic.myservices.specialdirectoriesproxy", "Member[allusersapplicationdata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicVsa/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicVsa/model.yml index 900c4a17de37..5310174a4d06 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicVsa/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualBasicVsa/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualbasic.vsa.vsaengine", "Member[language]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualC/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualC/model.yml index 3638b40f1265..7a5ec66becf6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualC/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualC/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.visualc.miscellaneousbitsattribute", "Member[m_dwattrs]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisense/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisense/model.yml index ff8eff6c75c7..523e24a0249d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisense/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisense/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.language.intellisense.standardglyphgroup", "microsoft.visualstudio.language.intellisense.standardglyphgroup!", "Member[glyphgrouptype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisenseImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisenseImplementation/model.yml index 5f39a2425998..21df60e5efa7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisenseImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageIntellisenseImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.language.intellisense.implementation.automationlivesetting", "microsoft.visualstudio.language.intellisense.implementation.automationlivesetting!", "Member[off]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageStandardClassification/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageStandardClassification/model.yml index 430a6ec8884c..5ffd98145c6f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageStandardClassification/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioLanguageStandardClassification/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualstudio.language.standardclassification.predefinedclassificationtypenames!", "Member[excludedcode]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioText/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioText/model.yml index 1e0d0f6f6ef6..40dad0a7edf8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioText/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioText/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.char", "microsoft.visualstudio.text.itrackingpoint", "Method[getcharacter].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornmentLibrarySquigglesImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornmentLibrarySquigglesImplementation/model.yml index 314a6a010805..04ee017c4b68 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornmentLibrarySquigglesImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornmentLibrarySquigglesImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualstudio.text.adornmentlibrary.squiggles.implementation.ierrortypemetadata", "Member[displayname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornments/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornments/model.yml index 0350821a200d..2f321c9251a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornments/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextAdornments/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.text.adornments.popupstyles", "microsoft.visualstudio.text.adornments.popupstyles!", "Member[dismissonmouseleavetextorcontent]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassification/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassification/model.yml index cf4ace334d5f..36f6ea19579a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassification/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassification/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.resourcedictionary", "microsoft.visualstudio.text.classification.editorformatdefinition", "Method[createresourcedictionaryfromdefinition].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassificationImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassificationImplementation/model.yml index 91a790e99d4f..a37971f84207 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassificationImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextClassificationImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualstudio.text.classification.implementation.iclassificationtypedefinitionmetadata", "Member[name]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDifferencing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDifferencing/model.yml index aae578e427fb..6d461d2e385b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDifferencing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDifferencing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.visualstudio.text.differencing.stringdifferenceoptions", "Member[locality]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDocument/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDocument/model.yml index ff7e3bfe6ff3..a001a5e60bcd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDocument/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextDocument/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.text.document.changetypes", "microsoft.visualstudio.text.document.changetypes!", "Member[none]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditor/model.yml index e3d21c5914d7..0ec142dbf411 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.editor.textpoint", "Method[inserttext].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDrop/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDrop/model.yml index 980876d839e2..82a408520896 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDrop/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDrop/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.editor.dragdrop.dragdropinfo", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDropImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDropImplementation/model.yml index 86ba4683aca7..8f7f39c13217 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDropImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorDragDropImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable", "microsoft.visualstudio.text.editor.dragdrop.implementation.idrophandlermetadata", "Member[dropformats]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorImplementation/model.yml index 1caed34dacfa..2034384c742f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "microsoft.visualstudio.text.editor.implementation.textviewlinecollection", "Member[count]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorOptionsExtensionMethods/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorOptionsExtensionMethods/model.yml index 05f9b36421c4..3eeb9aeeb58a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorOptionsExtensionMethods/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextEditorOptionsExtensionMethods/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualstudio.text.editor.optionsextensionmethods.wpfviewoptionextensions!", "Method[appearancecategory].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextFormatting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextFormatting/model.yml index 6809de971320..51ef3fb5cb8f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextFormatting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextFormatting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.formatting.textformattingrunproperties", "Member[fontrenderingemsizeempty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextIncrementalSearch/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextIncrementalSearch/model.yml index e38136c97ed9..d87d1e64a575 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextIncrementalSearch/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextIncrementalSearch/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.text.incrementalsearch.incrementalsearchresult", "microsoft.visualstudio.text.incrementalsearch.iincrementalsearch", "Method[deletecharandsearch].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperations/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperations/model.yml index 13fb49a1e249..18b632168c0a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperations/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperations/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.operations.ieditoroperations", "Method[makeuppercase].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperationsStandalone/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperationsStandalone/model.yml index 683c734130d3..586b36717be1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperationsStandalone/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOperationsStandalone/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.operations.standalone.nullmergeundotransactionpolicy", "Method[testcompatiblepolicy].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOutlining/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOutlining/model.yml index cbb3e0145ce9..353447e6e283 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOutlining/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextOutlining/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.outlining.icollapsible", "Member[iscollapsed]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextProjection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextProjection/model.yml index c23bfbd1e194..cf9bd38fef0d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextProjection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextProjection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.objectmodel.readonlycollection", "microsoft.visualstudio.text.projection.iprojectionsnapshot", "Method[maptosourcesnapshots].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextStorage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextStorage/model.yml index 0e5fa51cc26d..75d98aa34492 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextStorage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextStorage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.storage.idatastorage", "Method[trygetitemvalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextTagging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextTagging/model.yml index ac03d9176d2a..d6337fecd077 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextTagging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextTagging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.text.classification.iclassificationtype", "microsoft.visualstudio.text.tagging.iclassificationtag", "Member[classificationtype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilities/model.yml index 4685b9115323..1d319f87b16c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.visualstudio.text.differencing.idifferencecollection", "microsoft.visualstudio.text.utilities.projectionspandifference", "Member[differencecollection]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilitiesAutomation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilitiesAutomation/model.yml index 62ba715cdb6c..c9972b5439e4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilitiesAutomation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioTextUtilitiesAutomation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.visualstudio.text.utilities.automation.viewvaluepatternprovider", "Member[isreadonly]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilities/model.yml index 6f7c24d1f853..3acc557bbd89 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist>", "microsoft.visualstudio.utilities.orderer!", "Method[order].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilitiesImplementation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilitiesImplementation/model.yml index 51b016310c87..e3754efdd6a8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilitiesImplementation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVisualStudioUtilitiesImplementation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.visualstudio.utilities.implementation.ifileextensiontocontenttypemetadata", "Member[fileextension]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsa/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsa/model.yml index 048f693aa052..0e36b0754e7c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsa/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsa/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.vsa.ivsaengine", "Member[rootmoniker]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsaVbCodeDOM/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsaVbCodeDOM/model.yml index 740ce0d38b48..7d0de1effd14 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsaVbCodeDOM/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftVsaVbCodeDOM/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.uint32", "microsoft.vsa.vb.codedom.location", "Member[beginningline]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWSManManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWSManManagement/model.yml index 59197f81c6f1..06d62a74511c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWSManManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWSManManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.wsman.management.setwsmaninstancecommand", "Member[filepath]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32/model.yml index b68fe45c24d7..59cf44d7c854 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["microsoft.win32.registry!", "Method[getvalue].ReturnValue", "windows-registry"] @@ -9,7 +9,7 @@ extensions: - ["microsoft.win32.registrykey", "Method[getsubkeynames].ReturnValue", "windows-registry"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["microsoft.win32.sessionendreasons", "microsoft.win32.sessionendingeventargs", "Member[reason]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32RegistryKey/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32RegistryKey/model.yml index 222f55c1af2c..40b0c3bcd456 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32RegistryKey/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32RegistryKey/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["microsoft.win32.registrykey ", "Method[GetValue].ReturnValue", "windows-registry"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32SafeHandles/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32SafeHandles/model.yml index 188434972beb..bf51de6400c5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32SafeHandles/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWin32SafeHandles/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "microsoft.win32.safehandles.safememorymappedviewhandle", "Method[releasehandle].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsInput/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsInput/model.yml index f80956805b3e..9bbfe63b7040 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsInput/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsInput/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.windows.input.ipreviewcommandsource", "Member[previewcommandparameter]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsPowerShellGuiInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsPowerShellGuiInternal/model.yml index 12ff26ef7a62..a88a9956748e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsPowerShellGuiInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsPowerShellGuiInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "microsoft.windows.powershell.gui.internal.controltexts!", "Member[saveonrun]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsThemes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsThemes/model.yml index 92504b464764..9520237f7397 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsThemes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftWindowsThemes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "microsoft.windows.themes.progressbarhighlightconverter", "Method[convert].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/Microsoft_VsaVb/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/Microsoft_VsaVb/model.yml index c585f65e683c..0806fa52b636 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/Microsoft_VsaVb/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/Microsoft_VsaVb/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.policy.evidence", "microsoft_vsavb.vsaengineclass", "Member[evidence]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/Polly/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/Polly/model.yml index d790f33f16fb..1952c8017553 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/Polly/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/Polly/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["polly.context", "polly.httprequestmessageextensions!", "Method[getpolicyexecutioncontext].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/Shell32/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/Shell32/model.yml index 856000254e8a..b9874fee9ee5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/Shell32/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/Shell32/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "shell32.folderitem2", "Member[path]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/System/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/System/model.yml index 2ef1f5aa2ac1..771c0e9066ba 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/System/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/System/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["system.console!", "Method[read].ReturnValue", "stdin"] @@ -12,7 +12,7 @@ extensions: - ["system.environment!", "Method[getenvironmentvariables].ReturnValue", "environment"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.uint64", "system.uint64!", "Member[System.Numerics.IMinMaxValue.MaxValue]"] @@ -4344,7 +4344,7 @@ extensions: - ["system.int64", "system.int64!", "Member[System.Numerics.ISignedNumber.NegativeOne]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.array", "Method[asreadonly]", "Argument[0].Element", "ReturnValue.Element", "value"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivities/model.yml index 87418f8b07fd..95ed5e7650dd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.workflowidentity", "system.activities.versionmismatchexception", "Member[expectedversion]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentation/model.yml index 51b632e9e166..a1d15133ef8e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.activities.core.presentation.generictypeargumentconverter", "Method[convertback].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationFactories/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationFactories/model.yml index e3d1222d9c2e..c262c71bb308 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationFactories/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationFactories/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.activity", "system.activities.core.presentation.factories.pickwithtwobranchesfactory", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationThemes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationThemes/model.yml index 2a8b22d8b215..697f9dcc0e78 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationThemes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesCorePresentationThemes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.style", "system.activities.core.presentation.themes.designerstylesdictionary!", "Member[sequencestyle]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebugger/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebugger/model.yml index b540ded9084b..b0f748ed7e0b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebugger/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebugger/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.debugger.sourcelocation", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebuggerSymbol/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebuggerSymbol/model.yml index 211c131493cc..066beead1dd2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebuggerSymbol/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDebuggerSymbol/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.debugger.symbol.activitysymbol", "Member[id]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDurableInstancing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDurableInstancing/model.yml index 138ac3c68a63..48dc5d5f7c77 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDurableInstancing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDurableInstancing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.durableinstancing.sqlworkflowinstancestore", "Member[connectionstring]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDynamicUpdate/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDynamicUpdate/model.yml index b6616b91a242..54b7a56b75fa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDynamicUpdate/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesDynamicUpdate/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.activity", "system.activities.dynamicupdate.dynamicupdatemapbuilder", "Member[updatedworkflowdefinition]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressionParser/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressionParser/model.yml index d8fa6a56f1c0..438fcad13a8b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressionParser/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressionParser/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable", "system.activities.expressionparser.sourceexpressionexception", "Member[errors]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressions/model.yml index 970a1581258e..d3282bd3f2a0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist", "system.activities.expressions.textexpression!", "Member[defaultreferences]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesHosting/model.yml index 5427376b92c9..8e2f0eaf68f5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.hosting.symbolresolver", "Method[trygetvalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPersistence/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPersistence/model.yml index b7e29b836766..a458ecfdf7e9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPersistence/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPersistence/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.idictionary", "system.activities.persistence.persistenceparticipant", "Method[mapvalues].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentation/model.yml index 99fed93a6c0b..e285b50b667f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.presentation.workflowdesignercolors!", "Member[propertyinspectortoolbaritemhoverborderbrushkey]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationAnnotations/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationAnnotations/model.yml index 8a91914a8d3f..da2cf7a329fd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationAnnotations/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationAnnotations/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xaml.attachablememberidentifier", "system.activities.presentation.annotations.annotation!", "Member[annotationtextproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationConverters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationConverters/model.yml index 902e96abaf29..ece117d835ab 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationConverters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationConverters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.activities.presentation.converters.modelpropertyentrytoowneractivityconverter", "Method[convertback].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationDebug/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationDebug/model.yml index 62f883769aab..10baad03c6cc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationDebug/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationDebug/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.debugger.sourcelocation", "system.activities.presentation.debug.debuggerservice", "Member[selectedlocation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationExpressions/model.yml index cca9dcd72dbe..21105628afa0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.presentation.expressions.expressionactivityeditor", "Method[cancommit].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationHosting/model.yml index 4f952337c2e8..9efba6847a7e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.presentation.hosting.icommandservice", "Method[iscommandsupported].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationMetadata/model.yml index 0faf10672af0..67f5ab516bd4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.type", "system.activities.presentation.metadata.attributecallbackbuilder", "Member[callbacktype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationModel/model.yml index d914fdc0b88f..f90b0dae634f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.presentation.model.modelitem", "system.activities.presentation.model.modelproperty", "Member[parent]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationPropertyEditing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationPropertyEditing/model.yml index 7bb6bf7a7a12..dea6d3431406 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationPropertyEditing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationPropertyEditing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.presentation.propertyediting.propertyentry", "Method[matchespredicate].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationServices/model.yml index ae464a4d69fb..aa037f2f7c1a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.presentation.services.modelsearchservice", "Method[navigateto].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationToolbox/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationToolbox/model.yml index 7233b4f70f28..2fafda2a16de 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationToolbox/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationToolbox/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.func", "system.activities.presentation.toolbox.activitytemplatefactory", "Member[implementation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationValidation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationValidation/model.yml index 7e4da59db0d6..4c5bc7e039ef 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationValidation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationValidation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.presentation.validation.validationerrorinfo", "Member[filename]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationView/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationView/model.yml index b848f32b3c3e..f1e113aed817 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationView/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationView/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.activities.presentation.view.expressiontextbox!", "Member[horizontalscrollbarvisibilityproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewOutlineView/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewOutlineView/model.yml index ab5af4e1873a..b4254bf20b29 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewOutlineView/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewOutlineView/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.presentation.view.outlineview.showpropertyinoutlineviewattribute", "Member[currentpropertyvisible]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewState/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewState/model.yml index 04bcdfefc996..73ef94b0eee2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewState/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesPresentationViewState/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.presentation.viewstate.workflowviewstate!", "Method[getidref].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatements/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatements/model.yml index 033ea705c43f..3d99b84df84f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatements/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatements/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.statements.flownode", "system.activities.statements.flowdecision", "Member[false]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatementsTracking/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatementsTracking/model.yml index 7257be987312..95a570fac4b5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatementsTracking/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesStatementsTracking/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.tracking.trackingrecord", "system.activities.statements.tracking.statemachinestaterecord", "Method[clone].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesTracking/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesTracking/model.yml index 34b3aa353d1f..fcb52d2e7c04 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesTracking/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesTracking/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.exception", "system.activities.tracking.workflowinstanceunhandledexceptionrecord", "Member[unhandledexception]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesValidation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesValidation/model.yml index ca9dbc817212..1e3b45f85e1b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesValidation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesValidation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.activities.validation.validationerror", "Member[iswarning]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesXamlIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesXamlIntegration/model.yml index b0988491eb42..0c9dd3154643 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesXamlIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemActivitiesXamlIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.activities.xamlintegration.textexpressioncompilersettings", "Member[language]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddIn/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddIn/model.yml index ec05682acd23..629fecb4f752 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddIn/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddIn/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.addin.addinattribute", "Member[publisher]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContract/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContract/model.yml index 7426f2f10a3b..2401e29e71e8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContract/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContract/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.addin.contract.icontract", "system.addin.contract.iserviceprovidercontract", "Method[queryservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractAutomation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractAutomation/model.yml index fa6368dc5404..9c92580bdff7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractAutomation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractAutomation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.addin.contract.automation.remotetypedata", "Member[isbyref]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractCollections/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractCollections/model.yml index 41fc5988a961..82aa3402e71a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractCollections/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInContractCollections/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.addin.contract.collections.iremoteargumentcollectioncontract", "system.addin.contract.collections.iremoteargumentdictionarycontract", "Method[getkeys].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInHosting/model.yml index c3925da52746..4f91c49ee7e3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.addin.hosting.platform", "system.addin.hosting.platform!", "Member[host]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInPipeline/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInPipeline/model.yml index 15c687611839..22226b971501 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInPipeline/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemAddInPipeline/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.addin.pipeline.contractbase", "Method[remoteequals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffers/model.yml index cb1e8d4c64fb..123904e3d558 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.buffers.operationstatus", "system.buffers.operationstatus!", "Member[needmoredata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersBinary/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersBinary/model.yml index 3588b52e049c..b963c8f00b15 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersBinary/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersBinary/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int16", "system.buffers.binary.binaryprimitives!", "Method[reverseendianness].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersText/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersText/model.yml index dd940a1f35ce..ab071d7baea7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersText/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemBuffersText/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.buffers.operationstatus", "system.buffers.text.base64url!", "Method[decodefromchars].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDom/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDom/model.yml index 3f8ad9dcab1f..422ac1bc62fb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDom/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDom/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.codedom.memberattributes", "system.codedom.memberattributes!", "Member[vtablemask]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDomCompiler/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDomCompiler/model.yml index a769325e037b..1b6324a00676 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDomCompiler/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCodeDomCompiler/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.codedom.compiler.codedomprovider!", "Method[isdefinedlanguage].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollections/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollections/model.yml index 6459a4e86ae6..1c190a0e8bce 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollections/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollections/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.collections.bitarray", "Member[issynchronized]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsConcurrent/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsConcurrent/model.yml index 8c1f5b0fc86d..2069f7f6d8c0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsConcurrent/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsConcurrent/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.concurrent.orderablepartitioner>", "system.collections.concurrent.partitioner!", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsFrozen/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsFrozen/model.yml index f32ab94aadd2..aa7ccc45aecc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsFrozen/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsFrozen/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.frozen.frozendictionary", "system.collections.frozen.frozendictionary!", "Method[tofrozendictionary].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsGeneric/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsGeneric/model.yml index 4de01b048ee6..afdb208ee3b5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsGeneric/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsGeneric/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.collections.generic.collectionextensions!", "Method[remove].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsImmutable/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsImmutable/model.yml index de49269eee69..ab590a2975a3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsImmutable/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsImmutable/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.immutable.immutablearray", "system.collections.immutable.immutablearray!", "Method[createrange].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsSpecialized/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsSpecialized/model.yml index f0067d4dacee..950f50c3a447 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsSpecialized/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCollectionsSpecialized/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.collections.specialized.hybriddictionary", "Member[issynchronized]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLine/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLine/model.yml index dd9631076390..88783a9aba43 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLine/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLine/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.commandline.localizationresources", "Method[errorreadingresponsefile].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBinding/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBinding/model.yml index 3229ae302afb..01716cdd3b2b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBinding/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBinding/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.commandline.binding.bindingcontext", "Method[getservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBuilder/model.yml index 4a5c961fefe4..b0864962ff64 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineBuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.commandline.builder.commandlinebuilder", "system.commandline.builder.commandlinebuilderExtensions!", "Method[cancelonprocesstermination].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineCompletions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineCompletions/model.yml index 15e4939e3ae5..7fbcf4b9e099 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineCompletions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineCompletions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.commandline.completions.completionitem", "Member[documentation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineHelp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineHelp/model.yml index 4f0c2a951f98..2c7fe81067eb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineHelp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineHelp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.commandline.help.helpbuilder", "system.commandline.help.helpcontext", "Member[helpbuilder]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineIO/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineIO/model.yml index 3d3c2af2f5b5..62130e95b117 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineIO/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineIO/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.textwriter", "system.commandline.io.standardstreamwriter!", "Method[createtextwriter].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineInvocation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineInvocation/model.yml index 3e1e26e27734..5fac8c48d88e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineInvocation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineInvocation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.cancellationtoken", "system.commandline.invocation.invocationcontext", "Method[getcancellationtoken].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineParsing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineParsing/model.yml index 98717a89f504..68798dadb416 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineParsing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCommandLineParsing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.commandline.parsing.token!", "Method[op_equality].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModel/model.yml index a522b6c29fbf..def923275b3d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.eventdescriptorcollection", "system.componentmodel.icustomtypedescriptor", "Method[getevents].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelComposition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelComposition/model.yml index 562b0cf9c196..bbde41ce34dd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelComposition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelComposition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.exception", "system.componentmodel.composition.compositionerror", "Member[exception]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionHosting/model.yml index 252f0ffadec1..3088e2335286 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.componentmodel.composition.hosting.directorycatalog", "Method[tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionPrimitives/model.yml index f09c58fc75d2..eebdc8989649 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.composition.primitives.exportdefinition", "system.componentmodel.composition.primitives.export", "Member[definition]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionReflectionModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionReflectionModel/model.yml index 37c97487d568..5d7a1ac9d5bd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionReflectionModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionReflectionModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.componentmodel.composition.reflectionmodel.lazymemberinfo", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionRegistration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionRegistration/model.yml index 6bf832b0096d..d8447661dc4f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionRegistration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelCompositionRegistration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.composition.registration.exportbuilder", "system.componentmodel.composition.registration.exportbuilder", "Method[ascontracttype].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotations/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotations/model.yml index 51dea150eadf..e8698ab57663 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotations/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotations/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.dataannotations.validationresult", "system.componentmodel.dataannotations.validationattribute", "Method[isvalid].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotationsSchema/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotationsSchema/model.yml index 96edc782f7b1..ba9cc1b56397 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotationsSchema/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDataAnnotationsSchema/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.componentmodel.dataannotations.schema.inversepropertyattribute", "Member[property]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesign/model.yml index 7ef14d4d535b..5d16ee1fae83 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.componentmodel.design.designertransactioncloseeventargs", "Member[transactioncommitted]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignData/model.yml index 4892a3f8f1a9..c91dd3c2d06e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.componentmodel.design.data.datasourceproviderservice", "Member[supportsaddnewdatasource]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignSerialization/model.yml index 262bf5548cae..aab7458e6593 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComponentModelDesignSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.codedom.codeexpression", "system.componentmodel.design.serialization.codedomserializerbase", "Method[getexpression].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComposition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComposition/model.yml index ce008faf172a..de2dd47f0a83 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComposition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemComposition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.composition.sharedattribute", "Member[sharingboundary]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionConvention/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionConvention/model.yml index 5d3ae0b5fc53..057ea687ef30 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionConvention/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionConvention/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.composition.convention.partconventionbuilder", "system.composition.convention.partconventionbuilder", "Method[export].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHosting/model.yml index 825442c64c8b..a2b968706f4f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.composition.hosting.compositionhost", "system.composition.hosting.compositionhost!", "Method[createcompositionhost].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHostingCore/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHostingCore/model.yml index 22199cbd519f..1a0d4e956600 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHostingCore/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemCompositionHostingCore/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.composition.hosting.core.exportdescriptorpromise", "Method[tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfiguration/model.yml index 2143a2e2f113..c4aafd0032ad 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.configuration.configurationelement", "system.configuration.settingelementcollection", "Method[createnewelement].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationAssemblies/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationAssemblies/model.yml index 2a095d3f5392..59226f12aad1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationAssemblies/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationAssemblies/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.configuration.assemblies.assemblyversioncompatibility", "system.configuration.assemblies.assemblyversioncompatibility!", "Member[sameprocess]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInstall/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInstall/model.yml index 19fdc94c56c1..3957c635073d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInstall/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInstall/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.configuration.install.imanagedinstaller", "Method[managedinstall].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInternal/model.yml index 8e173c155c8f..a3173bb4a0aa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.configuration.internal.delegatingconfighost", "Method[issecondaryroot].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationProvider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationProvider/model.yml index a3290c7c1c01..62111267c059 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationProvider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemConfigurationProvider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ienumerator", "system.configuration.provider.providercollection", "Method[getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemData/model.yml index 6717915e5cb2..2f8d12ac05c6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.missingmappingaction", "system.data.missingmappingaction!", "Member[error]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommon/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommon/model.yml index 42f1d60f30a8..2677f574569c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommon/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommon/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.common.dbparametercollection", "system.data.common.dbcommand", "Member[parameters]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTrees/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTrees/model.yml index 6c8a1fa1122d..fc9f5b244d1b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTrees/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTrees/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.metadata.edm.relationshipendmember", "system.data.common.commandtrees.dbrelationshipnavigationexpression", "Member[navigatefrom]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilder/model.yml index 6c724bd6a98b..f82a79dbcbf0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.common.commandtrees.dbisofexpression", "system.data.common.commandtrees.expressionbuilder.dbexpressionbuilder!", "Method[isof].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilderSpatial/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilderSpatial/model.yml index 514ffad2c389..321931d8c8bf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilderSpatial/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonCommandTreesExpressionBuilderSpatial/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.common.commandtrees.dbfunctionexpression", "system.data.common.commandtrees.expressionbuilder.spatial.spatialedmfunctions!", "Method[geographymultipolygonfrombinary].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonEntitySql/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonEntitySql/model.yml index c4f9b7cd7ba3..d4ffb8632423 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonEntitySql/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataCommonEntitySql/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.common.commandtrees.dblambda", "system.data.common.entitysql.functiondefinition", "Member[lambda]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataDesign/model.yml index cfa0ea57c213..8db5fa3f9035 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.data.design.methodsignaturegenerator", "Member[pagingmethod]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityClient/model.yml index 6176aa9d5548..ebd8a66363b3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.commandtype", "system.data.entityclient.entitycommand", "Member[commandtype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesign/model.yml index 814969358376..b2adc647866d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.entity.design.entitystoreschemafilterobjecttypes", "system.data.entity.design.entitystoreschemafilterobjecttypes!", "Member[none]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignAspNet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignAspNet/model.yml index 21994ec789a4..3720aac8a72b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignAspNet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignAspNet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.compilation.buildproviderresultflags", "system.data.entity.design.aspnet.entitymodelbuildprovider", "Method[getresultflags].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignPluralizationServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignPluralizationServices/model.yml index 96ed29599091..59c39f9af49f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignPluralizationServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataEntityDesignPluralizationServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.entity.design.pluralizationservices.pluralizationservice", "system.data.entity.design.pluralizationservices.pluralizationservice!", "Method[createservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinq/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinq/model.yml index 4ed994471498..b05ccc056a0b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinq/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinq/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.data.linq.binary", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqMapping/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqMapping/model.yml index b7d4cdd774e6..486692a07390 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqMapping/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqMapping/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.data.linq.mapping.metadatamember", "Member[name]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqSqlClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqSqlClient/model.yml index 58c181bd6a86..52d415c08731 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqSqlClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataLinqSqlClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.nullable", "system.data.linq.sqlclient.sqlmethods!", "Method[datediffmonth].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMapping/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMapping/model.yml index 3806802f9346..67a21b761a0e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMapping/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMapping/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.double", "system.data.mapping.storagemappingitemcollection", "Member[mappingversion]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMetadataEdm/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMetadataEdm/model.yml index 91de52585e66..e8a7f427a026 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMetadataEdm/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataMetadataEdm/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.metadata.edm.readonlymetadatacollection", "system.data.metadata.edm.entitycontainer", "Member[functionimports]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjects/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjects/model.yml index 7a1a6a09171f..528f97ac30f7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjects/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjects/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.data.objects.objectcontext", "Member[defaultcontainername]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsDataClasses/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsDataClasses/model.yml index f09c2e10a8e8..0b25d97a70a5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsDataClasses/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsDataClasses/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["tcomplex", "system.data.objects.dataclasses.structuralobject!", "Method[VerifyComplexObjectIsNotNull].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsSqlClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsSqlClient/model.yml index 44d6c10205bf..c5fa0125fecc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsSqlClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataObjectsSqlClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.nullable", "system.data.objects.sqlclient.sqlspatialfunctions!", "Method[envelopeangle].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOdbc/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOdbc/model.yml index 6721b511b6f5..47b119b83ced 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOdbc/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOdbc/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.odbc.odbcerrorcollection", "system.data.odbc.odbcinfomessageeventargs", "Member[errors]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOleDb/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOleDb/model.yml index eccab2e3322e..ba5d9152509d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOleDb/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOleDb/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.data.oledb.oledbconnectionstringbuilder", "Member[datasource]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOracleClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOracleClient/model.yml index c0025259243d..dd216661a39d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOracleClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataOracleClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.data.oracleclient.oraclecommand", "Method[executescalar].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServices/model.yml index 3c697a46bed9..0afc75c0aabb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.services.updateoperations", "system.data.services.updateoperations!", "Member[change]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesClient/model.yml index a2d1d85e264c..fe2b40b8baa1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.data.services.client.dataservicecontext", "Method[detach].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesCommon/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesCommon/model.yml index f3842d412a2c..6cfe79b9e182 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesCommon/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesCommon/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.services.common.syndicationtextcontentkind", "system.data.services.common.syndicationtextcontentkind!", "Member[html]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesConfiguration/model.yml index 9b833145b3a2..b9751df0dff4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.services.configuration.dataservicesreplacefunctionfeature", "system.data.services.configuration.dataservicesfeaturessection", "Member[replacefunction]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesDesign/model.yml index f213d463d707..631f9b0d33d8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.list", "system.data.services.design.propertygeneratedeventargs", "Member[additionalattributes]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesInternal/model.yml index d2562b6d8354..59a0edfa149f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.data.services.internal.projectedwrapper4", "Member[projectedproperty1]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesProviders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesProviders/model.yml index f4c42da63697..f5f3c570a84d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesProviders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataServicesProviders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.data.services.providers.opentypemethods!", "Method[greaterthanorequal].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSpatial/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSpatial/model.yml index 3d8e7a86827b..729c7b95fcbe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSpatial/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSpatial/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.spatial.dbgeography", "system.data.spatial.dbgeography!", "Method[geographycollectionfrombinary].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSql/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSql/model.yml index 8efd278c1437..a13a14f8fa40 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSql/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSql/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.data.sql.sqlnotificationrequest", "Member[timeout]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlClient/model.yml index b3412afed9e7..220a46fdf59a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.data.sqlclient.sqlclientmetadatacollectionnames!", "Member[columns]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlTypes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlTypes/model.yml index 228125e67a07..bfccc3f1e549 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlTypes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDataSqlTypes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.data.sqltypes.sqlint32", "system.data.sqltypes.sqlint32!", "Method[op_implicit].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeploymentInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeploymentInternal/model.yml index 7a358788c70e..0593fb7c7120 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeploymentInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeploymentInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.deployment.internal.internalapplicationidentityhelper!", "Method[getinternalappid].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeviceLocation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeviceLocation/model.yml index 84e06fb1bea5..a40cd005addb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeviceLocation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDeviceLocation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.device.location.geoposition", "system.device.location.geocoordinatewatcher", "Member[position]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnostics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnostics/model.yml index 9620c09f1b5b..d280b2151271 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnostics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnostics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.performancecountertype", "system.diagnostics.performancecountertype!", "Member[numberofitems64]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsCodeAnalysis/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsCodeAnalysis/model.yml index 63a2faf707ed..94dbac4a0cd2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsCodeAnalysis/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsCodeAnalysis/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.diagnostics.codeanalysis.requiresdynamiccodeattribute", "Member[message]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContracts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContracts/model.yml index a2ec1190e0d1..905fd1fd83ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContracts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContracts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.diagnostics.contracts.contract!", "Method[exists].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContractsInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContractsInternal/model.yml index 3b9ed601df93..5db633c207bf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContractsInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsContractsInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.diagnostics.contracts.internal.contracthelper!", "Method[raisecontractfailedevent].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsDesign/model.yml index aff5eb48d275..c85203289848 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.diagnostics.design.logconverter", "Method[canconvertfrom].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventing/model.yml index 4144758aade3..9755178a319d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.eventing.eventprovider+writeeventerrorcode", "system.diagnostics.eventing.eventprovider!", "Method[getlastwriteeventerror].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventingReader/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventingReader/model.yml index 2163487c9323..7dc4bfe251ae 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventingReader/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsEventingReader/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.eventing.reader.eventlogisolation", "system.diagnostics.eventing.reader.eventlogisolation!", "Member[custom]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsMetrics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsMetrics/model.yml index be1f332bb367..ec3ca80f6c6c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsMetrics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsMetrics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.metrics.observableupdowncounter", "system.diagnostics.metrics.meter", "Method[createobservableupdowncounter].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsPerformanceData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsPerformanceData/model.yml index 8609fb5b229f..9f1ea3a76da2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsPerformanceData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsPerformanceData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.performancedata.countertype", "system.diagnostics.performancedata.countertype!", "Member[multitimerpercentageactive100ns]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsSymbolStore/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsSymbolStore/model.yml index 2d5ad4df8605..33247f81b297 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsSymbolStore/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsSymbolStore/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.symbolstore.symaddresskind", "system.diagnostics.symbolstore.symaddresskind!", "Member[nativeregisterregister]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsTracing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsTracing/model.yml index bc1a52f03966..3485bfea5bad 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsTracing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDiagnosticsTracing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.diagnostics.tracing.eventactivityoptions", "system.diagnostics.tracing.eventactivityoptions!", "Member[detachable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServices/model.yml index 95495b494e2c..3d5fc6635da9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.directoryservices.propertyvaluecollection", "Method[add].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesAccountManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesAccountManagement/model.yml index 5d032aeb677d..35018910babb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesAccountManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesAccountManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.directoryservices.accountmanagement.principalsearchresult", "system.directoryservices.accountmanagement.computerprincipal!", "Method[findbyexpirationtime].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesActiveDirectory/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesActiveDirectory/model.yml index 9010fbd74994..934e60ee8f57 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesActiveDirectory/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesActiveDirectory/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.directoryservices.activedirectory.readonlysitelinkbridgecollection", "Method[contains].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesProtocols/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesProtocols/model.yml index 70fadfca3a4e..6342f1a77ec8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesProtocols/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDirectoryServicesProtocols/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.directoryservices.protocols.ldapsessionoptions", "Member[autoreconnect]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawing/model.yml index 2f5aaaf3f762..83f2748dfce7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.brush", "system.drawing.brushes!", "Member[mediumslateblue]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingConfiguration/model.yml index ac03bd166621..56ca581cd5dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.drawing.configuration.systemdrawingsection", "Member[bitmapsuffix]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDesign/model.yml index e7c2f811da3b..64658254e7eb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.drawing.design.imageeditor!", "Method[createextensionsstring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDrawing2D/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDrawing2D/model.yml index ed689b7826df..05a96652246c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDrawing2D/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingDrawing2D/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.drawing2d.hatchstyle", "system.drawing.drawing2d.hatchstyle!", "Member[shingle]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImaging/model.yml index 2c96c28c3a0e..be2592b3b59f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.imaging.emfplusrecordtype", "system.drawing.imaging.emfplusrecordtype!", "Member[wmfcreatefontindirect]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImagingEffects/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImagingEffects/model.yml index 8a9583839b15..a6adfeeb794e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImagingEffects/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingImagingEffects/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.drawing.imaging.effects.densitycurveeffect", "Member[density]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingInterop/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingInterop/model.yml index db59eb14b3ec..02061b68f131 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingInterop/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingInterop/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.byte", "system.drawing.interop.logfont", "Member[lfunderline]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingPrinting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingPrinting/model.yml index 96e106d65cbf..031be8507e8c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingPrinting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingPrinting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.printing.paperkind", "system.drawing.printing.paperkind!", "Member[tabloid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingText/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingText/model.yml index 35fa953d9700..ced83db3d770 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingText/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDrawingText/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.text.textrenderinghint", "system.drawing.text.textrenderinghint!", "Member[systemdefault]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDynamic/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDynamic/model.yml index f1855c3012aa..e6b087a1a62d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDynamic/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemDynamic/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.dynamic.expandoobject", "Method[system.collections.generic.idictionary.remove].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServices/model.yml index 8fbd73fdd177..7548feb97dc3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.guid", "system.enterpriseservices.serviceconfig", "Member[partitionid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesCompensatingResourceManager/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesCompensatingResourceManager/model.yml index f951a1471a61..462c86e9c95e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesCompensatingResourceManager/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesCompensatingResourceManager/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.enterpriseservices.compensatingresourcemanager.compensatoroptions", "system.enterpriseservices.compensatingresourcemanager.compensatoroptions!", "Member[allphases]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesInternal/model.yml index 40455856c159..f6b88f78628d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemEnterpriseServicesInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.enterpriseservices.internal.clientremotingconfig!", "Method[write].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsAsn1/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsAsn1/model.yml index be8775a33b28..3d94354c6f0d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsAsn1/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsAsn1/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.formats.asn1.asn1tag", "system.formats.asn1.asn1tag!", "Member[objectidentifier]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsCbor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsCbor/model.yml index 827c1a47dd40..4549e98e03ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsCbor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsCbor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.nullable", "system.formats.cbor.cborreader", "Method[readstartmap].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsNrbf/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsNrbf/model.yml index 8955e8d80849..1a970027c933 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsNrbf/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsNrbf/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.formats.nrbf.arrayrecord", "Member[lengths]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsTar/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsTar/model.yml index 85ee32afcfb9..cd16683c548d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsTar/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemFormatsTar/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.formats.tar.tarentryformat", "system.formats.tar.tarentry", "Member[format]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemGlobalization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemGlobalization/model.yml index b9550c0ba022..a1495a82b96e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemGlobalization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemGlobalization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.globalization.datetimeformatinfo", "system.globalization.datetimeformatinfo!", "Method[getinstance].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIO/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIO/model.yml index f017257c3ae6..8a8d133e0ee9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIO/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIO/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["system.io.file!", "Method[appendtext].ReturnValue", "file-write"] @@ -32,7 +32,7 @@ extensions: - ["system.io.streamwriter", "Instance", "file-write"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.io.path!", "Method[changeextension].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOCompression/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOCompression/model.yml index ee5837a19bf0..f0e16d118f25 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOCompression/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOCompression/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.io.compression.gzipstream", "Method[endread].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOEnumeration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOEnumeration/model.yml index 40c4e9e73702..9b7b8daa8fc4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOEnumeration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOEnumeration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.io.enumeration.filesystementry", "Member[rootdirectory]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOHashing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOHashing/model.yml index d0edade52bae..06e5b3f8319c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOHashing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOHashing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.byte[]", "system.io.hashing.xxhash64!", "Method[hash].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOIsolatedStorage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOIsolatedStorage/model.yml index b66daabbfc11..6d3efae1b44f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOIsolatedStorage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOIsolatedStorage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.task", "system.io.isolatedstorage.isolatedstoragefilestream", "Method[flushasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOLog/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOLog/model.yml index ad48a6b411d7..31fea434cfd8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOLog/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOLog/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.io.log.reservationcollection", "Method[remove].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOMemoryMappedFiles/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOMemoryMappedFiles/model.yml index 20086b1787e0..c41e803114d4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOMemoryMappedFiles/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOMemoryMappedFiles/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.memorymappedfiles.memorymappedfilerights", "system.io.memorymappedfiles.memorymappedfilerights!", "Member[write]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPackaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPackaging/model.yml index f06e8b2dbe96..48a7dda38e0a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPackaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPackaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.uri", "system.io.packaging.packagerelationship", "Member[targeturi]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipelines/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipelines/model.yml index b673eff4cbd7..6b94da21ba6c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipelines/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipelines/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.pipelines.pipescheduler", "system.io.pipelines.pipeoptions", "Member[writerscheduler]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipes/model.yml index af0d5058ff9b..1a851787375d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPipes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.io.pipes.pipedirection", "system.io.pipes.pipedirection!", "Member[out]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPorts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPorts/model.yml index 2cb3acc8a419..73cead760ecd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPorts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOPorts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.io.ports.serialport", "Member[portname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOStreamWriter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOStreamWriter/model.yml index aff587e4b6b2..8b47295aba3a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOStreamWriter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIOStreamWriter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["system.io.streamwriter", "Instance", "file-write"] \ No newline at end of file diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModel/model.yml index 3422490a10f1..dd4d87fc615f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.identitymodel.tokens.encryptingcredentials", "system.identitymodel.scope", "Member[encryptingcredentials]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelClaims/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelClaims/model.yml index addbbbb2c8be..4e014386c3d4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelClaims/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelClaims/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.identitymodel.claims.claim", "system.identitymodel.claims.claimSet", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelConfiguration/model.yml index be6795bfce3d..2e74ea7dc10f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.identitymodel.selectors.securitytokenresolver", "system.identitymodel.configuration.identityconfiguration", "Member[issuertokenresolver]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelMetadata/model.yml index 0d7927752e75..6fc59be6cc03 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.identitymodel.metadata.indexedprotocolendpoint", "system.identitymodel.metadata.indexedprotocolendpointDictionary", "Member[default]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelPolicy/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelPolicy/model.yml index 9885c56111ac..6d9ad83742f6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelPolicy/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelPolicy/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetime", "system.identitymodel.policy.authorizationcontext", "Member[expirationtime]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelProtocolsWSTrust/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelProtocolsWSTrust/model.yml index ca03890bc19e..cb161f2d7afa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelProtocolsWSTrust/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelProtocolsWSTrust/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.identitymodel.protocols.wstrust.wstrustmessage", "Member[canonicalizationalgorithm]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelSelectors/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelSelectors/model.yml index 350f2fb45b68..ec1be14dbe07 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelSelectors/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelSelectors/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.idictionary", "system.identitymodel.selectors.securitytokenrequirement", "Member[properties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServices/model.yml index 6f9af014b80e..9806afa5e3db 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.identitymodel.services.signinrequestmessage", "Member[federation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesConfiguration/model.yml index 08a802952a0b..068604fb1c31 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.identitymodel.services.configuration.wsfederationconfiguration", "Member[request]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesTokens/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesTokens/model.yml index 2f1f2b8b265c..2389d2b3c771 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesTokens/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelServicesTokens/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.security.membershipprovider", "system.identitymodel.services.tokens.membershipusernamesecuritytokenhandler", "Member[membershipprovider]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelTokens/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelTokens/model.yml index b728589380b6..605c909d8783 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelTokens/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemIdentityModelTokens/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.byte[]", "system.identitymodel.tokens.rsasecuritykey", "Method[decryptkey].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemJson/model.yml index 36927990cbf3..cc7f8b0a4d0c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int16", "system.json.jsonvalue!", "Method[op_implicit].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinq/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinq/model.yml index 9fb64c7621c0..31c28d60cfc3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinq/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinq/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["t[]", "system.linq.immutablearrayextensions!", "Method[toarray].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinqExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinqExpressions/model.yml index e61f97b33641..1b5e9144f7c7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinqExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemLinqExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.linq.expressions.labelexpression", "system.linq.expressions.labelexpression", "Method[update].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagement/model.yml index 9aebafbcd290..e02d28d2739c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.managementstatus", "system.management.managementstatus!", "Member[timedout]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomation/model.yml index 5759fbd6c12d..7617537eda60 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: - ["system.management.automation.commandinvocationintrinsics", "Method[ExpandString].Argument[0]", "command-injection"] @@ -8,7 +8,7 @@ extensions: - ["System.Management.Automation.ScriptBlock!", "Method[Create].Argument[0]", "command-injection"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.pstypename[]", "system.management.automation.outputtypeattribute", "Member[type]"] @@ -1822,7 +1822,7 @@ extensions: - ["system.management.automation.dscresourcerunascredential", "system.management.automation.dscresourceattribute", "Member[runascredential]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.aliasattribute", "Method[aliasattribute]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationConfiguration/model.yml index e6ffda78706e..8a2f82a6b83b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.configuration.configscope", "system.management.automation.configuration.configscope!", "Member[allusers]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationEngineIntrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationEngineIntrinsics/model.yml index a90e8af103d5..3697c639da13 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationEngineIntrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationEngineIntrinsics/model.yml @@ -1,18 +1,18 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: - ["system.management.automation.commandinvocationintrinsics", "Method[expandstring].Argument[0]", "command-injection"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.commandinvocationintrinsics", "System.Management.Automation.EngineIntrinsics","Member[InvokeCommand]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.engineintrinsics", "Method[get_events]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationHost/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationHost/model.yml index 6a50a7d793e1..1153f70ab663 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationHost/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationHost/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.host.controlkeystates", "system.management.automation.host.controlkeystates!", "Member[leftctrlpressed]"] @@ -108,7 +108,7 @@ extensions: - ["system.int32", "system.management.automation.host.coordinates", "Member[y]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.choicedescription", "Method[choicedescription]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationInternal/model.yml index 285cbb875131..3f2532330cf8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.powershell", "system.management.automation.internal.psembeddedmonitorrunspaceinfo", "Member[command]"] @@ -54,7 +54,7 @@ extensions: - ["system.object", "system.management.automation.internal.classops!", "Method[callmethodnonvirtually].ReturnValue"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.classops!", "Method[callbasector]", "Argument[0]", "Argument[1]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationLanguage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationLanguage/model.yml index a96991ac915b..d854eed96047 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationLanguage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationLanguage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.management.automation.language.defaultcustomastvisitor", "Method[visittypeconstraint].ReturnValue"] @@ -875,7 +875,7 @@ extensions: extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.codegeneration!", "Method[escapesinglequotedstringcontent]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPSTasks/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPSTasks/model.yml index 3c1473dd9823..fa10b18b1353 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPSTasks/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPSTasks/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.management.automation.pstasks.pstaskjob", "Member[statusmessage]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPerformanceData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPerformanceData/model.yml index f3351c4de5a5..69c1397c0c74 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPerformanceData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPerformanceData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.management.automation.performancedata.pscountersetinstance", "Method[updatecounterbyvalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPowerShell/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPowerShell/model.yml index 5260ab618e28..7e19367cc504 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPowerShell/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationPowerShell/model.yml @@ -1,19 +1,19 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: - ["system.management.automation.powershell", "Method[addscript].Argument[0]", "command-injection"] - ["system.management.automation.scriptblock!", "Method[create].Argument[0]", "command-injection"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.powershell", "system.management.automation.powershell!","Method[create].ReturnValue"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.powershell!", "Method[create]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationProvider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationProvider/model.yml index a24446173f54..37201ed61b04 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationProvider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationProvider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.management.automation.provider.navigationcmdletprovider", "Method[moveitemdynamicparameters].ReturnValue"] @@ -81,7 +81,7 @@ extensions: - ["system.object", "system.management.automation.provider.containercmdletprovider", "Method[renameitemdynamicparameters].ReturnValue"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.cmdletprovider", "Method[get_credential]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemoting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemoting/model.yml index d4c995bc3e59..02901784cbc5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemoting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemoting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.remoting.transportmethodenum", "system.management.automation.remoting.transportmethodenum!", "Member[receiveshelloutputex]"] @@ -81,7 +81,7 @@ extensions: - ["system.management.automation.remoting.sessiontype", "system.management.automation.remoting.sessiontype!", "Member[default]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.origininfo", "Method[get_pscomputername]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingClient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingClient/model.yml index 27a564f8a173..a3f0d16bcd6a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingClient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingClient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.client.clientsessiontransportmanagerbase", "Method[handledatareceived]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingInternal/model.yml index c4d91badef28..d3fd521b58e3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.remoting.internal.psstreamobjecttype", "system.management.automation.remoting.internal.psstreamobjecttype!", "Member[output]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingWSMan/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingWSMan/model.yml index c4c4a4175225..b2594dc25a43 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingWSMan/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRemotingWSMan/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.management.automation.remoting.wsman.activesessionschangedeventargs", "Member[activesessionscount]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRunspaces/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRunspaces/model.yml index b0fe376a1915..eeb9ff8edb28 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRunspaces/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationRunspaces/model.yml @@ -1,13 +1,13 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: - ["System.Management.Automation.Runspaces.Runspace", "Method[CreateNestedPipeline].Argument[0]", "command-injection"] - ["System.Management.Automation.Runspaces.Runspace", "Method[CreatePipeline].Argument[0]", "command-injection"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.runspaces.runspacestateinfo", "system.management.automation.runspaces.runspace", "Member[runspacestateinfo]"] @@ -450,7 +450,7 @@ extensions: - ["system.string", "system.management.automation.runspaces.sessionstatealiasentry", "Member[description]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.aliaspropertydata", "Method[aliaspropertydata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationScriptBlock/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationScriptBlock/model.yml index ed0203bc6e21..5a3233d9064e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationScriptBlock/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationScriptBlock/model.yml @@ -1,12 +1,12 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: - ["system.management.automation.scriptblock!", "Method[create].Argument[0]", "command-injection"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.scriptblock", "Method[get_ast]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSecurity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSecurity/model.yml index c69d5ff08014..7ffc65a84803 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSecurity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSecurity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.security.systemscriptfileenforcement", "system.management.automation.security.systemscriptfileenforcement!", "Member[none]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystem/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystem/model.yml index 80a407101814..2069a1fc597c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystem/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystem/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ireadonlylist", "system.management.automation.subsystem.predictioncontext", "Member[relatedasts]"] @@ -40,7 +40,7 @@ extensions: - ["system.management.automation.language.ast", "system.management.automation.subsystem.predictioncontext", "Member[inputast]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.isubsystem", "Method[get_id]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemDSC/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemDSC/model.yml index 8c9f6da9d58f..20d7769f79bb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemDSC/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemDSC/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.management.automation.subsystem.dsc.icrossplatformdsc", "Method[getdscresourceusagestring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemFeedback/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemFeedback/model.yml index 08695694e792..40000da6764a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemFeedback/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemFeedback/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.errorrecord", "system.management.automation.subsystem.feedback.feedbackcontext", "Member[lasterror]"] @@ -29,7 +29,7 @@ extensions: - ["system.management.automation.language.ast", "system.management.automation.subsystem.feedback.feedbackcontext", "Member[commandlineast]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.feedback.feedbackcontext", "Method[feedbackcontext]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemPrediction/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemPrediction/model.yml index d3424e544282..211bd7f78ff9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemPrediction/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationSubsystemPrediction/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.language.token", "system.management.automation.subsystem.prediction.predictioncontext", "Member[tokenatcursor]"] @@ -33,7 +33,7 @@ extensions: - ["system.management.automation.subsystem.subsystemkind", "system.management.automation.subsystem.prediction.icommandpredictor", "Member[system.management.automation.subsystem.isubsystem.kind]"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.prediction.predictionclient", "Method[predictionclient]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationTracing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationTracing/model.yml index d3083c29b7b0..7560d7eae8aa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationTracing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementAutomationTracing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.management.automation.tracing.powershelltraceevent", "system.management.automation.tracing.powershelltraceevent!", "Member[wsmancloseshell]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementInstrumentation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementInstrumentation/model.yml index e4c360bc8300..555d06d06837 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementInstrumentation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemManagementInstrumentation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.management.instrumentation.wmiconfigurationattribute", "Member[scope]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMedia/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMedia/model.yml index 568f82eb3d60..133cc434df0c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMedia/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMedia/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.media.soundplayer", "Member[isloadcompleted]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessaging/model.yml index 5a9f31b428f7..ab6d3f1909c0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.messaging.messagelookupaction", "system.messaging.messagelookupaction!", "Member[previous]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessagingDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessagingDesign/model.yml index ff84361fa087..48835716d28c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessagingDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemMessagingDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.drawing.design.uitypeeditoreditstyle", "system.messaging.design.queuepatheditor", "Method[geteditstyle].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNet/model.yml index 86e1285577dd..3a3efbdfa161 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.net.webclient", "Member[isbusy]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetCache/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetCache/model.yml index 92d9153312dc..6265203c8262 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetCache/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetCache/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.cache.httpcacheagecontrol", "system.net.cache.httpcacheagecontrol!", "Member[maxage]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetConfiguration/model.yml index 768ece205bf8..2fd7dc538b55 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.net.configuration.httpwebrequestelement", "Member[maximumunauthorizeduploadlength]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttp/model.yml index 858cafe0a8c5..3bace9dd9dec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.iwebproxy", "system.net.http.httpclient!", "Member[defaultproxy]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpHeaders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpHeaders/model.yml index 6f79b82024c6..32ddddadf679 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpHeaders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpHeaders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.http.headers.httpheadervaluecollection", "system.net.http.headers.httprequestheaders", "Member[te]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpJson/model.yml index d4856fd796bb..ca6503ef1731 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.task", "system.net.http.json.httpcontentjsonextensions!", "Method[readfromjsonasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpMetrics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpMetrics/model.yml index ecf4500579c2..6441de0c05c6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpMetrics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetHttpMetrics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.exception", "system.net.http.metrics.httpmetricsenrichmentcontext", "Member[exception]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMail/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMail/model.yml index 97ff4436ff78..e161d38718ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMail/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMail/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.mail.smtpdeliveryformat", "system.net.mail.smtpdeliveryformat!", "Member[international]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMime/model.yml index c795b6c61a64..9bfdad882c5b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetMime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.net.mime.dispositiontypenames!", "Member[attachment]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetNetworkInformation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetNetworkInformation/model.yml index 62fb1dc474fb..2536f87d706d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetNetworkInformation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetNetworkInformation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.ipendpoint[]", "system.net.networkinformation.ipglobalproperties", "Method[getactiveudplisteners].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeer/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeer/model.yml index 427becc8c1dd..8ad078f3cd1c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeer/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeer/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.net.peertopeer.peernamerecord", "Member[comment]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeerCollaboration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeerCollaboration/model.yml index 710d6d97c2b2..6e18537956e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeerCollaboration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetPeerToPeerCollaboration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.net.peertopeer.collaboration.peercontact", "Method[gethashcode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetQuic/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetQuic/model.yml index c8ace670afbd..73976f461a7e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetQuic/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetQuic/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.valuetask", "system.net.quic.quiclistener!", "Method[listenasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSecurity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSecurity/model.yml index 7b990b911c7c..5807b8a47cc9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSecurity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSecurity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.security.tlsciphersuite", "system.net.security.tlsciphersuite!", "Member[tls_dhe_psk_with_null_sha256]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetServerSentEvents/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetServerSentEvents/model.yml index 8666b097aec7..7c4817ff6cac 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetServerSentEvents/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetServerSentEvents/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.serversentevents.sseparser", "system.net.serversentevents.sseparser!", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSockets/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSockets/model.yml index 733e2c8b06de..2605c9f27e6c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSockets/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetSockets/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sourceModel data: - ["system.net.sockets.tcpclient", "Method[getstream].ReturnValue", "remote"] @@ -9,7 +9,7 @@ extensions: - ["system.net.sockets.udpclient", "Method[receiveasync].ReturnValue", "remote"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.net.sockets.udpclient", "Method[endsend].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetWebSockets/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetWebSockets/model.yml index f6bef514a7c0..382e3479a488 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetWebSockets/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNetWebSockets/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.net.websockets.websocketclosestatus", "system.net.websockets.websocketclosestatus!", "Member[endpointunavailable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumerics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumerics/model.yml index 918b1bf247bb..e612f70ef137 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumerics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumerics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.numerics.biginteger!", "Method[system.numerics.inumberbase.tryconverttotruncating].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumericsTensors/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumericsTensors/model.yml index d4eb160fdfac..9466be478281 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumericsTensors/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemNumericsTensors/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["t", "System.Numerics.tensors.tensorPrimitives!", "Method[Distance].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrinting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrinting/model.yml index 44e8a0fa241a..d681871e0502 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrinting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrinting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.printing.truetypefontmode", "system.printing.truetypefontmode!", "Member[renderasbitmap]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingIndexedProperties/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingIndexedProperties/model.yml index 69ed4e4ad85b..dd39ee59adda 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingIndexedProperties/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingIndexedProperties/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.printing.indexedproperties.printbooleanproperty", "Member[value]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingInterop/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingInterop/model.yml index 49fae43426a3..2d14ec684730 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingInterop/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemPrintingInterop/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.printing.interop.basedevmodetype", "system.printing.interop.basedevmodetype!", "Member[printerdefault]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflection/model.yml index a9e11b31175b..4a08129c2bf0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.propertyattributes", "system.reflection.propertyattributes!", "Member[reserved3]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionContext/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionContext/model.yml index 61f6baa8c6df..ee2d74a45723 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionContext/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionContext/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.typeinfo", "system.reflection.context.customreflectioncontext", "Method[maptype].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionEmit/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionEmit/model.yml index 064dad5fb9ac..25c8e238cafd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionEmit/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionEmit/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object[]", "system.reflection.emit.generictypeparameterbuilder", "Method[getcustomattributes].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadata/model.yml index f21cab4fd6cf..85cd3d572f93 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.metadata.ilopcode", "system.reflection.metadata.ilopcode!", "Member[brfalse_s]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadataEcma335/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadataEcma335/model.yml index 0011efae0b7b..be12b20b77f7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadataEcma335/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionMetadataEcma335/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.metadata.ecma335.literalencoder", "system.reflection.metadata.ecma335.fixedargumentsencoder", "Method[addargument].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionPortableExecutable/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionPortableExecutable/model.yml index d2bad2a77a9f..505a043354b0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionPortableExecutable/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemReflectionPortableExecutable/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.portableexecutable.machine", "system.reflection.portableexecutable.machine!", "Member[alpha]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResources/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResources/model.yml index 8928101f108b..ba1cc418878b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResources/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResources/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.type", "system.resources.resxresourceset", "Method[getdefaultwriter].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesExtensions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesExtensions/model.yml index 5ee4457d417c..ab9e6717aa35 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesExtensions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesExtensions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ienumerator", "system.resources.extensions.deserializingresourcereader", "Method[system.collections.ienumerable.getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesTools/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesTools/model.yml index 0e94e83f57ba..298623bd3436 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesTools/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemResourcesTools/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.resources.tools.itargetawarecodedomprovider", "Method[supportsproperty].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntime/model.yml index dfb9e2342e48..1ae73068ea97 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.timespan", "system.runtime.jitinfo!", "Method[getcompilationtime].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCaching/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCaching/model.yml index 2dbdefc2d190..9367dec0ceb7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCaching/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCaching/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerator>", "system.runtime.caching.memorycache", "Method[getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingConfiguration/model.yml index a3274fda6cbd..220ece99f986 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.configuration.configurationpropertycollection", "system.runtime.caching.configuration.memorycachesettingscollection", "Member[properties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingHosting/model.yml index 283c99a45dbe..e074838bb00f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCachingHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.runtime.caching.hosting.iapplicationidentifier", "Method[getapplicationid].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCompilerServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCompilerServices/model.yml index 6210fa37b928..444770151456 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCompilerServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeCompilerServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.runtime.compilerservices.valuetaskawaiter", "Member[iscompleted]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeConstrainedExecution/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeConstrainedExecution/model.yml index 2f33ff78205b..d8b353b9c9a0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeConstrainedExecution/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeConstrainedExecution/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.constrainedexecution.cer", "system.runtime.constrainedexecution.cer!", "Member[mayfail]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDesignerServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDesignerServices/model.yml index 4bd8a7aaa7d1..da76c2960dfa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDesignerServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDesignerServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.type", "system.runtime.designerservices.windowsruntimedesignercontext", "Method[gettype].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDurableInstancing/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDurableInstancing/model.yml index 2df973522a97..90b70d0fddf4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDurableInstancing/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeDurableInstancing/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.guid", "system.runtime.durableinstancing.instancelockedexception", "Member[instanceownerid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeExceptionServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeExceptionServices/model.yml index 4b9c4da21758..c0278e384106 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeExceptionServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeExceptionServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.exception", "system.runtime.exceptionservices.exceptiondispatchinfo", "Member[sourceexception]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeHosting/model.yml index 71ec24434722..ded2b6113a05 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.remoting.objecthandle", "system.runtime.hosting.applicationactivator!", "Method[createinstancehelper].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServices/model.yml index c5013f394afa..44a39a12ff92 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.runtime.interopservices.automationproxyattribute", "Member[value]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesComTypes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesComTypes/model.yml index 03eacee8ee67..bdbcef4f642d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesComTypes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesComTypes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int16", "system.runtime.interopservices.comtypes.typeattr", "Member[wmajorvernum]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesCustomMarshalers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesCustomMarshalers/model.yml index c353066a7806..fb0f652ba61f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesCustomMarshalers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesCustomMarshalers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.interopservices.icustommarshaler", "system.runtime.interopservices.custommarshalers.typetotypeinfomarshaler!", "Method[getinstance].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesExpando/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesExpando/model.yml index a56cc81c258a..c05524876b73 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesExpando/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesExpando/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.fieldinfo", "system.runtime.interopservices.expando.iexpando", "Method[addfield].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesJavaScript/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesJavaScript/model.yml index e7df93f6ae99..42c8c6629785 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesJavaScript/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesJavaScript/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.interopservices.javascript.jsmarshalertype", "system.runtime.interopservices.javascript.jsmarshalertype!", "Member[bigint64]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesMarshalling/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesMarshalling/model.yml index 3386fb7360b9..1452c161d1da 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesMarshalling/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesMarshalling/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.runtime.interopservices.marshalling.marshalusingattribute!", "Member[returnscountvalue]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesObjectiveC/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesObjectiveC/model.yml index b3d03255de09..705454ac627d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesObjectiveC/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesObjectiveC/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.interopservices.gchandle", "system.runtime.interopservices.objectivec.objectivecmarshal!", "Method[createreferencetrackinghandle].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesSwift/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesSwift/model.yml index 383808f96b27..20d4f1fdf395 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesSwift/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesSwift/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.void*", "system.runtime.interopservices.swift.swifterror", "Member[value]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesWindowsRuntime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesWindowsRuntime/model.yml index c206d48dcde6..585d37f9ee5a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesWindowsRuntime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeInteropServicesWindowsRuntime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["windows.storage.streams.ibuffer", "system.runtime.interopservices.windowsruntime.windowsruntimebuffer!", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsics/model.yml index 0571460d8b51..ec596dbb7f64 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.intrinsics.vector128", "system.runtime.intrinsics.vector128!", "Method[subtract].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsArm/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsArm/model.yml index bce3b99e6021..832f949a2991 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsArm/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsArm/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.intrinsics.vector64", "system.runtime.intrinsics.arm.advsimd!", "Method[comparelessthanorequal].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsWasm/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsWasm/model.yml index a5f9245b56b5..b4ba728c1b4a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsWasm/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsWasm/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.intrinsics.vector128", "system.runtime.intrinsics.wasm.packedsimd!", "Method[or].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsX86/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsX86/model.yml index fea8972ee193..01f541b64dee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsX86/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeIntrinsicsX86/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.intrinsics.vector256", "system.runtime.intrinsics.x86.avx2!", "Method[shiftleftlogicalvariable].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeLoader/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeLoader/model.yml index befafba4084b..16e6a6545844 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeLoader/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeLoader/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.loader.assemblyloadcontext", "system.runtime.loader.assemblyloadcontext!", "Member[default]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemoting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemoting/model.yml index 56b2b22ac8b2..34da7f3e7f84 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemoting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemoting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.runtime.remoting.remotingservices!", "Method[getlifetimeservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingActivation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingActivation/model.yml index d8a9df46df7b..c6a27513387f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingActivation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingActivation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ilist", "system.runtime.remoting.activation.iconstructioncallmessage", "Member[contextproperties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannels/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannels/model.yml index 1e9e22caf008..f4d7cff44c37 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannels/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannels/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.remoting.channels.iclientchannelsinkprovider", "system.runtime.remoting.channels.binaryclientformattersinkprovider", "Member[next]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsHttp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsHttp/model.yml index 15d3e84c63f3..93943c0a1d13 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsHttp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsHttp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string[]", "system.runtime.remoting.channels.http.httpserverchannel", "Method[geturlsforuri].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsIpc/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsIpc/model.yml index 10e8e0dea4e9..511361e3762d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsIpc/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsIpc/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.runtime.remoting.channels.ipc.ipcchannel", "Member[channeldata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsTcp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsTcp/model.yml index 29084f2bef4f..97635a2b5c28 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsTcp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingChannelsTcp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.runtime.remoting.channels.tcp.tcpserverchannel", "Member[channelpriority]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingContexts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingContexts/model.yml index c34dd0245947..5e63157a7747 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingContexts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingContexts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.runtime.remoting.contexts.synchronizationattribute", "Method[iscontextok].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingLifetime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingLifetime/model.yml index 9577c4c03413..5b64e2be2e41 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingLifetime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingLifetime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.runtime.remoting.lifetime.clientsponsor", "Method[initializelifetimeservice].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMessaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMessaging/model.yml index 148dcfd629aa..0a74f956c8b5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMessaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMessaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.runtime.remoting.messaging.returnmessage", "Method[getoutargname].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadata/model.yml index dd55eb60494f..aca999b6de17 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.remoting.metadata.xmlfieldorderoption", "system.runtime.remoting.metadata.xmlfieldorderoption!", "Member[all]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataServices/model.yml index 8c77c870fe74..056c28a9a73a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.idictionary", "system.runtime.remoting.metadataservices.sdlchannelsink", "Member[properties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataW3cXsd2001/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataW3cXsd2001/model.yml index 8b79fe1d46c0..39610c2dc35d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataW3cXsd2001/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingMetadataW3cXsd2001/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.runtime.remoting.metadata.w3cxsd2001.soapnegativeinteger!", "Member[xsdtype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingProxies/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingProxies/model.yml index f2f3608a78a7..d669322a0663 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingProxies/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingProxies/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.remoting.activation.iconstructionreturnmessage", "system.runtime.remoting.proxies.realproxy", "Method[initializeserverobject].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingServices/model.yml index 017b7e8c3815..01ad9cf67999 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeRemotingServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.runtime.remoting.services.remotingclientproxy", "Member[timeout]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerialization/model.yml index a78912933428..28567f1d4fa6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.xmldictionarystring", "system.runtime.serialization.datacontractserializersettings", "Member[rootnamespace]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationConfiguration/model.yml index e64718b74a97..425f104a2caa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.runtime.serialization.configuration.typeelementcollection", "Method[getelementkey].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationDataContracts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationDataContracts/model.yml index 69e57a7b3ecd..9e2c44530c43 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationDataContracts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationDataContracts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.dictionary", "system.runtime.serialization.datacontracts.datacontract", "Member[knowndatacontracts]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormatters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormatters/model.yml index 9b1deed31b07..b8de8519158b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormatters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormatters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.remoting.messaging.header[]", "system.runtime.serialization.formatters.soapmessage", "Member[headers]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersBinary/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersBinary/model.yml index f2b1c21e8c46..d85be0a87076 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersBinary/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersBinary/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.runtime.serialization.formatters.binary.binaryformatter", "Method[deserializemethodresponse].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersSoap/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersSoap/model.yml index ccec31219ff8..a907b7a9d57b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersSoap/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationFormattersSoap/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.serialization.formatters.isoapmessage", "system.runtime.serialization.formatters.soap.soapformatter", "Member[topobject]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationJson/model.yml index 4fc83a36bc55..9db1a101e7cf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeSerializationJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.runtime.serialization.json.datacontractjsonserializersettings", "Member[maxitemsinobjectgraph]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeVersioning/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeVersioning/model.yml index a33b1247d303..16dc67109378 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeVersioning/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemRuntimeVersioning/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.runtime.versioning.componentguaranteesoptions", "system.runtime.versioning.componentguaranteesoptions!", "Member[exchange]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurity/model.yml index 73453a783ee7..53941e147774 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.policy.evidence", "system.security.ievidencefactory", "Member[evidence]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAccessControl/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAccessControl/model.yml index 13eab96b3259..bc912f636296 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAccessControl/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAccessControl/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.accesscontrol.filesystemrights", "system.security.accesscontrol.filesystemrights!", "Member[fullcontrol]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthentication/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthentication/model.yml index bfcee7dbb7ed..cc8a6c24a990 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthentication/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthentication/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.authentication.cipheralgorithmtype", "system.security.authentication.cipheralgorithmtype!", "Member[aes]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtection/model.yml index c1b83e5970f9..ea3169ab329b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.authentication.extendedprotection.tokenbindingtype", "system.security.authentication.extendedprotection.tokenbinding", "Member[bindingtype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtectionConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtectionConfiguration/model.yml index 76f9d57127a9..1223e5e02e67 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtectionConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityAuthenticationExtendedProtectionConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.security.authentication.extendedprotection.configuration.servicenameelement", "Member[name]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityClaims/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityClaims/model.yml index 2de8f6f3d635..d424d2a6af87 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityClaims/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityClaims/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.security.claims.claimtypes!", "Member[anonymous]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptography/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptography/model.yml index 268a1032337a..c275c4a39026 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptography/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptography/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.security.cryptography.sha3_512!", "Member[issupported]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyCose/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyCose/model.yml index 3c17163b8032..e2174e1e45f2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyCose/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyCose/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.byte[]", "system.security.cryptography.cose.coseheadermap", "Method[getvalueasbytes].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyPkcs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyPkcs/model.yml index 9cb0652139e5..5d405f57aab9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyPkcs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyPkcs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.cryptography.pkcs.contentinfo", "system.security.cryptography.pkcs.envelopedcms", "Member[contentinfo]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyX509Certificates/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyX509Certificates/model.yml index a41bc75c2414..23d70fb3a329 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyX509Certificates/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyX509Certificates/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.cryptography.x509certificates.x509findtype", "system.security.cryptography.x509certificates.x509findtype!", "Member[findbythumbprint]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyXml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyXml/model.yml index faf2f4ffa49e..81ffdf8f598a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyXml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityCryptographyXml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.xmlelement", "system.security.cryptography.xml.encryptedkey", "Method[getxml].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPermissions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPermissions/model.yml index fd8de5f42af3..fa219abc58fe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPermissions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPermissions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.permissions.keycontainerpermissionflags", "system.security.permissions.keycontainerpermission", "Member[flags]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPolicy/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPolicy/model.yml index 64090f773e54..0ca7046dee60 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPolicy/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPolicy/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.security.policy.zone", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPrincipal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPrincipal/model.yml index c3fe429f4a2c..6e65b1ebdd90 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPrincipal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityPrincipal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.security.principal.identityreference", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityRightsManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityRightsManagement/model.yml index bbe87a448a9f..cff480560201 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityRightsManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSecurityRightsManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.security.rightsmanagement.rightsmanagementfailurecode", "system.security.rightsmanagement.rightsmanagementfailurecode!", "Member[needsgroupidentityactivation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModel/model.yml index 48f684b34f79..8749da0e1276 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.nettcpsecurity", "system.servicemodel.nettcpbinding", "Member[security]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivation/model.yml index fda13a3e0b08..9669d2c9455a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.icollection", "system.servicemodel.activation.servicebuildprovider", "Member[virtualpathdependencies]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivationConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivationConfiguration/model.yml index c4adcffc5c04..4cebfebdc260 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivationConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivationConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.configuration.configurationpropertycollection", "system.servicemodel.activation.configuration.securityidentifierelement", "Member[properties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivities/model.yml index 99b29153fcb7..e6c0ac783c7d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.activities.sendparameterscontent", "system.servicemodel.activities.sendcontent!", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesActivation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesActivation/model.yml index 7a4d6b24d926..b73e38bf4619 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesActivation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesActivation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.servicehostbase", "system.servicemodel.activities.activation.workflowservicehostfactory", "Method[createservicehost].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesConfiguration/model.yml index 67d4aae94950..ea197608cd59 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.timespan", "system.servicemodel.activities.configuration.sqlworkflowinstancestoreelement", "Member[hostlockrenewalperiod]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesDescription/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesDescription/model.yml index 82f450bbeab5..329fa4215375 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesDescription/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesDescription/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.activities.description.workflowunhandledexceptionaction", "system.servicemodel.activities.description.workflowunhandledexceptionaction!", "Member[cancel]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentation/model.yml index 561a0bc6834f..0f2c133e60db 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.type", "system.servicemodel.activities.presentation.servicecontractimporter!", "Method[selectcontracttype].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentationFactories/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentationFactories/model.yml index e64a4bf5bae7..cf5e39c860c0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentationFactories/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesPresentationFactories/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.activity", "system.servicemodel.activities.presentation.factories.receiveandsendreplyfactory", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTracking/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTracking/model.yml index aa5b0ecdbe4a..a746d584b78c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTracking/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTracking/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.guid", "system.servicemodel.activities.tracking.sendmessagerecord", "Member[e2eactivityid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTrackingConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTrackingConfiguration/model.yml index 620bd8f8c362..2ddf43f5aa44 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTrackingConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelActivitiesTrackingConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.servicemodel.activities.tracking.configuration.cancelrequestedqueryelement", "Member[activityname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelChannels/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelChannels/model.yml index 60ee578f3d36..becb48cf0be0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelChannels/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelChannels/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.servicemodel.channels.messagefault", "Member[node]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelComIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelComIntegration/model.yml index e2576ab8b8aa..2550b54493de 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelComIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelComIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.servicehostbase", "system.servicemodel.comintegration.washostedcomplusfactory", "Method[createservicehost].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelConfiguration/model.yml index c8151310a2a5..407b3edabe29 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.configuration.xmldictionaryreaderquotaselement", "system.servicemodel.configuration.httpbindingbaseelement", "Member[readerquotas]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDescription/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDescription/model.yml index 156ec76535ae..036f3bb5e4a8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDescription/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDescription/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.description.wsdlcontractconversioncontext", "system.servicemodel.description.wsdlendpointconversioncontext", "Member[contractconversioncontext]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiagnostics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiagnostics/model.yml index aaa825b0d4c3..8cbb3f2d8c30 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiagnostics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiagnostics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.diagnostics.performancecounterscope", "system.servicemodel.diagnostics.performancecounterscope!", "Member[off]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscovery/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscovery/model.yml index 039a300f0b23..90aeb518a1f7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscovery/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscovery/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.discovery.discoveryversion", "system.servicemodel.discovery.announcementendpoint", "Member[discoveryversion]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryConfiguration/model.yml index 3c2c3304a139..8f972e5e30c9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.uri", "system.servicemodel.discovery.configuration.udpdiscoveryendpointelement", "Member[multicastaddress]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersion11/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersion11/model.yml index 173437927292..8eed3aff97e7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersion11/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersion11/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.discovery.resolvecriteria", "system.servicemodel.discovery.version11.resolvecriteria11", "Method[toresolvecriteria].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionApril2005/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionApril2005/model.yml index 75d3e896e5ca..829f71766229 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionApril2005/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionApril2005/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.schema.xmlschema", "system.servicemodel.discovery.versionapril2005.endpointdiscoverymetadataapril2005", "Method[getschema].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionCD1/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionCD1/model.yml index ac02fd9bbb9a..03502e9aebef 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionCD1/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDiscoveryVersionCD1/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.discovery.resolvecriteria", "system.servicemodel.discovery.versioncd1.resolvecriteriacd1", "Method[toresolvecriteria].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDispatcher/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDispatcher/model.yml index bbe0b8b9e60b..e11c13afa336 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDispatcher/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelDispatcher/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.servicemodel.dispatcher.dispatchruntime", "Member[ignoretransactionmessageproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelFederation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelFederation/model.yml index bc24f87d4a4a..09ea95aa5b27 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelFederation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelFederation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.nullable", "system.servicemodel.federation.wstrusttokenparameters", "Member[keysize]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelMsmqIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelMsmqIntegration/model.yml index 1dfc6ec4d68c..cc2c128f2702 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelMsmqIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelMsmqIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.servicemodel.msmqintegration.msmqintegrationmessageproperty", "Member[body]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPeerResolvers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPeerResolvers/model.yml index 694586106d71..96056627a62d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPeerResolvers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPeerResolvers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.peerresolvers.registerresponseinfo", "system.servicemodel.peerresolvers.ipeerresolvercontract", "Method[register].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPersistence/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPersistence/model.yml index 511e783b6b9a..147902f90f5e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPersistence/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelPersistence/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.servicemodel.persistence.persistenceprovider", "Method[create].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRouting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRouting/model.yml index 47618f19e58e..73c2bd7d0661 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRouting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRouting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.channels.message", "system.servicemodel.routing.irequestreplyrouter", "Method[endprocessrequest].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRoutingConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRoutingConfiguration/model.yml index 2725fe7ba504..dfa2287c8593 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRoutingConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelRoutingConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.routing.configuration.filtertableentrycollection", "system.servicemodel.routing.configuration.filtertablecollection", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurity/model.yml index bd5413d54df7..663ca8f31e70 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.identitymodel.tokens.securitykeyidentifier", "system.servicemodel.security.wssecuritytokenserializer", "Method[readkeyidentifiercore].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurityTokens/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurityTokens/model.yml index f108a5ab21ec..e91d33b787a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurityTokens/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSecurityTokens/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.servicemodel.security.tokens.servicemodelsecuritytokenrequirement!", "Member[endpointfiltertableproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSyndication/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSyndication/model.yml index c860f6331496..e08dde57c468 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSyndication/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelSyndication/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.servicemodel.syndication.textsyndicationcontent", "Member[text]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelWeb/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelWeb/model.yml index 9a4e110da35f..b41dd7b042d5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelWeb/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelWeb/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.servicemodel.web.incomingwebrequestcontext", "system.servicemodel.web.weboperationcontext", "Member[incomingrequest]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelXamlIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelXamlIntegration/model.yml index 2475222da20e..8513b5870c81 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelXamlIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceModelXamlIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.servicemodel.xamlintegration.servicexnametypeconverter", "Method[canconvertto].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcess/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcess/model.yml index 36f9ea90b175..8c4af49edc40 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcess/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcess/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.serviceprocess.servicestartmode", "system.serviceprocess.servicestartmode!", "Member[automatic]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcessDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcessDesign/model.yml index bf97c35ee27a..97054aa5ef30 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcessDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemServiceProcessDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.serviceprocess.design.serviceinstallerdialogresult", "system.serviceprocess.design.serviceinstallerdialogresult!", "Member[ok]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechAudioFormat/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechAudioFormat/model.yml index a5ffa05680e0..69b7dff89bbf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechAudioFormat/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechAudioFormat/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.speech.audioformat.encodingformat", "system.speech.audioformat.speechaudioformatinfo", "Member[encodingformat]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognition/model.yml index cfd3dd466093..c9f1dd725896 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.speech.recognition.displayattributes", "system.speech.recognition.recognizedwordunit", "Member[displayattributes]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognitionSrgsGrammar/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognitionSrgsGrammar/model.yml index 01cc011c33a6..0aea3e4ce688 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognitionSrgsGrammar/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechRecognitionSrgsGrammar/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.speech.recognition.srgsgrammar.srgsrulescope", "system.speech.recognition.srgsgrammar.srgsrulescope!", "Member[private]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesis/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesis/model.yml index eab97986b59e..7ab43235a2b2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesis/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesis/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.speech.synthesis.synthesizeremphasis", "system.speech.synthesis.synthesizeremphasis!", "Member[emphasized]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesisTtsEngine/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesisTtsEngine/model.yml index c4ef9db2c62d..e3d4096db84f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesisTtsEngine/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemSpeechSynthesisTtsEngine/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.speech.synthesis.ttsengine.prosodyvolume", "system.speech.synthesis.ttsengine.prosodyvolume!", "Member[loud]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemText/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemText/model.yml index 514e097c8bfb..6ba931ae33ea 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemText/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemText/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.text.encoding", "Member[preamble]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextEncodingsWeb/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextEncodingsWeb/model.yml index 137c28d15ae0..ff7ca8907bdf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextEncodingsWeb/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextEncodingsWeb/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.encodings.web.javascriptencoder", "system.text.encodings.web.javascriptencoder!", "Member[unsaferelaxedjsonescaping]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJson/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJson/model.yml index 002efa26e211..74be66127d22 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJson/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJson/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.json.jsonencodedtext", "system.text.json.jsonencodedtext!", "Method[encode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonNodes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonNodes/model.yml index d78baac25d92..e773d1722c8d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonNodes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonNodes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.guid", "system.text.json.nodes.jsonnode!", "Method[op_explicit].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSchema/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSchema/model.yml index f36eaed8af71..755771ab5355 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSchema/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSchema/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.func", "system.text.json.schema.jsonschemaexporteroptions", "Member[transformschemanode]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerialization/model.yml index 8bffa2cdce41..bf64586e8114 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.json.serialization.jsonsourcegenerationmode", "system.text.json.serialization.jsonsourcegenerationoptionsattribute", "Member[generationmode]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerializationMetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerializationMetadata/model.yml index ee3879b0f133..e014abd1e030 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerializationMetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextJsonSerializationMetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.json.serialization.metadata.ijsontypeinforesolver", "system.text.json.serialization.metadata.jsontypeinfo", "Member[originatingresolver]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextRegularExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextRegularExpressions/model.yml index af239230e383..095962255bb1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextRegularExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextRegularExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.text.regularexpressions.capturecollection", "Member[issynchronized]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextUnicode/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextUnicode/model.yml index 619ddbd7eefb..676ff8c87d2e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextUnicode/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTextUnicode/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.text.unicode.unicoderange", "system.text.unicode.unicoderanges!", "Member[ideographicdescriptioncharacters]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreading/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreading/model.yml index b30d82f8090b..c5f752bee6d5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreading/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreading/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.threading.interlocked!", "Method[add].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingChannels/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingChannels/model.yml index b4b5b91c81a7..50ea22eb208e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingChannels/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingChannels/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.channels.boundedchannelfullmode", "system.threading.channels.boundedchannelfullmode!", "Member[wait]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasks/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasks/model.yml index a63f1854c9e1..2357d9a8a434 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasks/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasks/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.task", "system.threading.tasks.taskFactory", "Method[continuewhenany].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksDataflow/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksDataflow/model.yml index 9d94a4c3a270..29cd2724af3d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksDataflow/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksDataflow/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.idisposable", "system.threading.tasks.dataflow.dataflowblock!", "Method[linkto].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksSources/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksSources/model.yml index b959881c0ad6..de253c800c7c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksSources/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemThreadingTasksSources/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.threading.tasks.sources.valuetasksourcestatus", "system.threading.tasks.sources.valuetasksourcestatus!", "Member[canceled]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTimers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTimers/model.yml index 0a4d1221dfa3..905d73ea856b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTimers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTimers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.timers.timer", "Member[autoreset]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactions/model.yml index a91c2ccbbcc7..4539d8c3ad69 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.transactions.transactionoptions", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactionsConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactionsConfiguration/model.yml index 4239faf7f39d..2ca2806d5a34 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactionsConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemTransactionsConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.transactions.configuration.machinesettingssection", "system.transactions.configuration.transactionssectiongroup", "Member[machinesettings]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWeb/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWeb/model.yml index 0b86a7f225e8..178d0e1092ba 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWeb/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWeb/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.sitemapnode", "system.web.xmlsitemapprovider", "Member[rootnode]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebApplicationServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebApplicationServices/model.yml index 074f7709269d..e38ba75f3be9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebApplicationServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebApplicationServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.applicationservices.profilepropertymetadata", "Member[defaultvalue]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCaching/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCaching/model.yml index 0a4339d0f271..987ef0448b7e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCaching/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCaching/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.datetime", "system.web.caching.cachedependency", "Member[utclastmodified]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServices/model.yml index a99201870cb5..eea1fc837f1e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.clientservices.clientformsidentity", "Member[isauthenticated]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServicesProviders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServicesProviders/model.yml index b27d42daac37..722558457f51 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServicesProviders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebClientServicesProviders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.clientservices.providers.clientformsauthenticationcredentials", "system.web.clientservices.providers.iclientformsauthenticationcredentialsprovider", "Method[getcredentials].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCompilation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCompilation/model.yml index 20b204ba7c96..94a0274deeb2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCompilation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebCompilation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.compilation.buildproviderappliesto", "system.web.compilation.buildproviderappliesto!", "Member[web]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfiguration/model.yml index 60459643eac2..7af5c12bd653 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.configuration.configurationpropertycollection", "system.web.configuration.deploymentsection", "Member[properties]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfigurationInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfigurationInternal/model.yml index 45d06a4a29b0..b8b36ce532e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfigurationInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebConfigurationInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.configuration.internal.iinternalconfigwebhost", "Method[getconfigpathfromsiteidandvpath].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicData/model.yml index 0fbd779963a3..964f737a1d0c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.linq.iqueryable", "system.web.dynamicdata.controlfilterexpression", "Method[getqueryable].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataDesign/model.yml index 6e2b310e947f..60f8f77ac30e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.dynamicdata.design.datacontrolreferenceidconverter", "Method[getstandardvaluesexclusive].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataModelProviders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataModelProviders/model.yml index c33ee478be61..5d624595905a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataModelProviders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebDynamicDataModelProviders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.dynamicdata.modelproviders.columnprovider", "Member[nullable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebGlobalization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebGlobalization/model.yml index 6b4cd4b122ce..d48b07e78c8b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebGlobalization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebGlobalization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.globalization.istringlocalizerprovider", "system.web.globalization.stringlocalizerproviders!", "Member[dataannotationstringlocalizerprovider]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHandlers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHandlers/model.yml index 6d3e42cee775..fe5e31cb6a1e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHandlers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHandlers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.handlers.scriptresourcehandler", "Member[system.web.ihttphandler.isreusable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHosting/model.yml index 179319e3161a..d954aa30a52f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.hosting.simpleworkerrequest", "Method[getfilepath].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebInstrumentation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebInstrumentation/model.yml index b24c145b2abf..30386ec8d194 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebInstrumentation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebInstrumentation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.web.instrumentation.pageexecutioncontext", "Member[length]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMail/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMail/model.yml index fef7d9116302..7ca9c4de37a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMail/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMail/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.mail.mailpriority", "system.web.mail.mailpriority!", "Member[normal]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebManagement/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebManagement/model.yml index 4ceb38a6490e..f0312e1aba13 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebManagement/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebManagement/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.web.management.maileventnotificationinfo", "Member[messagesinnotification]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMobile/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMobile/model.yml index 49a9c40cd2e8..edcafb8cd853 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMobile/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebMobile/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.mobile.mobilecapabilities", "Member[supportsselectmultiple]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebModelBinding/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebModelBinding/model.yml index f21578207a30..86cf188e1a47 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebModelBinding/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebModelBinding/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.modelbinding.modelvalidatorprovidercollection", "system.web.modelbinding.modelvalidatorproviders!", "Member[providers]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebProfile/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebProfile/model.yml index 29207b6ccdb6..a5809aaea71e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebProfile/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebProfile/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.profile.profilegroupbase", "system.web.profile.profilebase", "Method[getprofilegroup].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebQueryDynamic/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebQueryDynamic/model.yml index 1ee05b16bd36..dc3b88bf2b03 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebQueryDynamic/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebQueryDynamic/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.query.dynamic.parseexception", "Method[tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebRouting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebRouting/model.yml index 2b57372431ee..f801a9e4df6f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebRouting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebRouting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ihttphandler", "system.web.routing.pageroutehandler", "Method[gethttphandler].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScript/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScript/model.yml index f0fea4ae7a6f..b12fc7cb3eb8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScript/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScript/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.assembly", "system.web.script.ajaxframeworkassemblyattribute", "Method[getdefaultajaxframeworkassembly].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptSerialization/model.yml index d38fb142f07a..e3b1b1cf1a64 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.web.script.serialization.javascriptserializer", "Member[recursionlimit]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptServices/model.yml index 6ed3d9c8a37a..aa8c37cf0c1d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebScriptServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.script.services.proxygenerator!", "Method[getclientproxyscript].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurity/model.yml index 6017ab9040b9..a79d21f17a80 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.security.formsauthenticationticket", "Member[userdata]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurityAntiXss/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurityAntiXss/model.yml index 63dfd577138a..9b86a87e5004 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurityAntiXss/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSecurityAntiXss/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.security.antixss.midcodecharts", "system.web.security.antixss.midcodecharts!", "Member[miscellaneoussymbolsandarrows]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServices/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServices/model.yml index 25d1d92a32a7..2870e54e7099 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServices/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServices/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.services.webserviceattribute", "Member[description]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesConfiguration/model.yml index 742b90a25ea7..b68ca5c1110d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.services.configuration.protocolelementcollection", "Method[containskey].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDescription/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDescription/model.yml index f8d579f0b9b3..a43d3cac8cd8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDescription/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDescription/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.services.description.soapbindingstyle", "system.web.services.description.soapbindingstyle!", "Member[default]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDiscovery/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDiscovery/model.yml index 0e2365862aca..d55376da8eba 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDiscovery/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesDiscovery/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.services.discovery.discoveryreference", "system.web.services.discovery.discoveryclientreferencecollection", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesProtocols/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesProtocols/model.yml index ef8075262ced..5419fda70046 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesProtocols/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebServicesProtocols/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.services.protocols.soapmessagestage", "system.web.services.protocols.soapmessagestage!", "Member[afterserialize]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSessionState/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSessionState/model.yml index 20a85e95a39e..99ba5c178130 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSessionState/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebSessionState/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.specialized.nameobjectcollectionbase+keyscollection", "system.web.sessionstate.httpsessionstatecontainer", "Member[keys]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUI/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUI/model.yml index 91502ce4c109..7cae022b70bd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUI/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUI/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.web.ui.page", "Member[codepage]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIAdapters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIAdapters/model.yml index c4b5889d5095..eb79d2314f41 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIAdapters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIAdapters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.pagestatepersister", "system.web.ui.adapters.pageadapter", "Method[getstatepersister].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDataVisualizationCharting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDataVisualizationCharting/model.yml index 63f025286c83..b284ad656d71 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDataVisualizationCharting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDataVisualizationCharting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.datavisualization.charting.chartcolorpalette", "system.web.ui.datavisualization.charting.chartcolorpalette!", "Member[light]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesign/model.yml index b3795ed73fa5..1fe216c9d9d0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.web.ui.design.templateeditingverb", "Member[index]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignDirectives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignDirectives/model.yml index ba32e50b2680..b34a70aa526f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignDirectives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignDirectives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.objectmodel.readonlycollection", "system.web.ui.design.directives.directiveregistry!", "Method[getdirectives].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControls/model.yml index 95712aa883cc..62315228e148 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.web.ui.design.mobilecontrols.imobilewebformservices", "Method[getcache].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControlsConverters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControlsConverters/model.yml index 8c63579ff5e5..c4530dfb8a3e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControlsConverters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignMobileControlsConverters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.web.ui.design.mobilecontrols.converters.datamemberconverter", "Method[convertfrom].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControls/model.yml index dca1a12aa979..4842d5b4b9ed 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.design.templategroupcollection", "system.web.ui.design.webcontrols.menudesigner", "Member[templategroups]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControlsWebParts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControlsWebParts/model.yml index 5bd67f07f208..6e608da1cb53 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControlsWebParts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIDesignWebControlsWebParts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.ui.design.webcontrols.webparts.catalogzonedesigner", "Method[getemptydesigntimehtml].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIHtmlControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIHtmlControls/model.yml index 6c41323f134e..9d33b49b8ef1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIHtmlControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIHtmlControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.ui.htmlcontrols.htmlselect", "Member[datavaluefield]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControls/model.yml index 210893665e73..4b6cfc9b34e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.web.ui.mobilecontrols.pagedcontrol", "Method[saveprivateviewstate].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdapters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdapters/model.yml index dc04bf6bc877..7308ab338011 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdapters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdapters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.ui.mobilecontrols.adapters.sr!", "Member[mobiletextwriternotmultipart]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdaptersXhtmlAdapters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdaptersXhtmlAdapters/model.yml index 2d551228efc0..bdd0ba450780 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdaptersXhtmlAdapters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIMobileControlsAdaptersXhtmlAdapters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.web.ui.mobilecontrols.adapters.xhtmladapters.xhtmlmobiletextwriter", "Method[isstylesheetempty].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControls/model.yml index 394250059999..3c8d2a60de37 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.webcontrols.detailsviewmode", "system.web.ui.webcontrols.detailsview", "Member[currentmode]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsAdapters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsAdapters/model.yml index 5e540b73a0fa..a503109d3113 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsAdapters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsAdapters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.webcontrols.menu", "system.web.ui.webcontrols.adapters.menuadapter", "Member[control]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsExpressions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsExpressions/model.yml index a499b3a97b0e..77e0af89621e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsExpressions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsExpressions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.webcontrols.sortdirection", "system.web.ui.webcontrols.expressions.thenby", "Member[direction]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsWebParts/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsWebParts/model.yml index 810acb9c8e24..3d6b429b2736 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsWebParts/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUIWebControlsWebParts/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.ui.webcontrols.webparts.webparttransformercollection", "system.web.ui.webcontrols.webparts.webpartconnection", "Member[transformers]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUtil/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUtil/model.yml index e76d6861dce0..98d5ef2bae56 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUtil/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebUtil/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.web.util.requestvalidationsource", "system.web.util.requestvalidationsource!", "Member[path]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebWebSockets/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebWebSockets/model.yml index 7f792fd07a45..3be47474ba0d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebWebSockets/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWebWebSockets/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.web.websockets.aspnetwebsocketcontext", "Member[path]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindows/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindows/model.yml index d69f96554761..c2f8c32c8a0b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindows/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindows/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.resourcekey", "system.windows.systemcolors!", "Member[windowtextbrushkey]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotations/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotations/model.yml index 5875608639f5..6e4053b7810e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotations/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotations/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.annotations.annotation", "system.windows.annotations.ianchorinfo", "Member[annotation]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotationsStorage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotationsStorage/model.yml index 5c2b8b7706fe..71c2570edc6a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotationsStorage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAnnotationsStorage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.annotations.storage.storecontentaction", "system.windows.annotations.storage.storecontentchangedeventargs", "Member[action]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomation/model.yml index 4250c641415d..0b1dae475690 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.automation.automationproperty", "system.windows.automation.automationelementidentifiers!", "Member[classnameproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationPeers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationPeers/model.yml index edf926191c64..6ff3bc5eb89b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationPeers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationPeers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.automation.peers.automationorientation", "system.windows.automation.peers.automationorientation!", "Member[horizontal]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationProvider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationProvider/model.yml index df08a3596f4f..d584a50e52b0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationProvider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationProvider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.automation.provider.irawelementprovidersimple", "system.windows.automation.provider.irawelementprovidersimple", "Member[hostrawelementprovider]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationText/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationText/model.yml index 515ab25c5914..83a2be52c510 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationText/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsAutomationText/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.automation.text.bulletstyle", "system.windows.automation.text.bulletstyle!", "Member[other]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsBaml2006/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsBaml2006/model.yml index 739a7a56b857..a47e4376db3d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsBaml2006/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsBaml2006/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.baml2006.baml2006reader", "Member[iseof]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControls/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControls/model.yml index 3d23619b1bb8..c36f43904437 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControls/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControls/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.windows.controls.datagrid!", "Member[rowheaderactualwidthproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsPrimitives/model.yml index 31995894d56e..4365593261d6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.windows.controls.primitives.textboxbase!", "Member[isreadonlycaretvisibleproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbon/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbon/model.yml index 629007fce633..932a36cc8433 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbon/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbon/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.windows.controls.ribbon.ribbongallery", "Member[mincolumncount]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbonPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbonPrimitives/model.yml index 3a77c0dff7f3..3c32fbff09cb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbonPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsControlsRibbonPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.double", "system.windows.controls.ribbon.primitives.ribbontabheaderspanel", "Member[extentwidth]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsConverters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsConverters/model.yml index 42350684b782..e1537f2c689f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsConverters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsConverters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.windows.converters.sizevalueserializer", "Method[convertfromstring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsData/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsData/model.yml index 7ae4ea6ea593..e41bce9c8e7f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsData/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsData/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.windows.data.compositecollection", "Method[indexof].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDiagnostics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDiagnostics/model.yml index fb60173331a2..0fe3127bdf0e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDiagnostics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDiagnostics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.diagnostics.visualtreechangetype", "system.windows.diagnostics.visualtreechangeeventargs", "Member[changetype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocuments/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocuments/model.yml index bdeec43070ec..86623cf2b6e9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocuments/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocuments/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.windows.documents.typography!", "Member[contextualalternatesproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsDocumentStructures/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsDocumentStructures/model.yml index ac2c60d16b66..588c18964372 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsDocumentStructures/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsDocumentStructures/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerator", "system.windows.documents.documentstructures.listitemstructure", "Method[system.collections.generic.ienumerable.getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsSerialization/model.yml index 530cb2ecefe0..61f7235f4b02 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsDocumentsSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.windows.documents.serialization.serializerdescriptor", "Member[assemblyname]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsForms/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsForms/model.yml index 16ac42bbbde4..bf947bea3c58 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsForms/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsForms/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.windows.forms.scrollbar", "Member[largechange]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsAutomation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsAutomation/model.yml index aeaabbea76cb..d54c9af6a527 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsAutomation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsAutomation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.forms.automation.automationnotificationprocessing", "system.windows.forms.automation.automationnotificationprocessing!", "Member[importantall]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsComponentModelCom2Interop/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsComponentModelCom2Interop/model.yml index e1afb1355f35..47040758e7d7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsComponentModelCom2Interop/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsComponentModelCom2Interop/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.forms.componentmodel.com2interop.icompropertybrowser", "Member[inpropertyset]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDataVisualizationCharting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDataVisualizationCharting/model.yml index 6ec51881da33..d54b43e7c755 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDataVisualizationCharting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDataVisualizationCharting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.double", "system.windows.forms.datavisualization.charting.ztestresult", "Member[zvalue]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesign/model.yml index a91c26e521de..5649d0051d0b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.propertydescriptor", "system.windows.forms.design.eventstab", "Method[getdefaultproperty].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesignBehavior/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesignBehavior/model.yml index 6a81a4e0e87e..ebaf341cbcd3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesignBehavior/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsDesignBehavior/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.forms.design.behavior.behavior", "system.windows.forms.design.behavior.glyph", "Member[behavior]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsIntegration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsIntegration/model.yml index 39536371b9d2..21726a15d8d6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsIntegration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsIntegration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.windows.forms.integration.windowsformshost!", "Member[fontstyleproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsLayout/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsLayout/model.yml index 77a0a752f89e..2228476be366 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsLayout/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsLayout/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.forms.layout.arrangedelementcollection", "Member[system.collections.icollection.issynchronized]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsPropertyGridInternal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsPropertyGridInternal/model.yml index 7022f204b1b4..96deea66b633 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsPropertyGridInternal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsPropertyGridInternal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.componentmodel.design.commandid", "system.windows.forms.propertygridinternal.propertygridcommands!", "Member[reset]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsVisualStyles/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsVisualStyles/model.yml index 71bfbe5f5ca5..c2406db5275a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsVisualStyles/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsFormsVisualStyles/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.forms.visualstyles.trackbarthumbstate", "system.windows.forms.visualstyles.trackbarthumbstate!", "Member[disabled]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInk/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInk/model.yml index b7cabba094b5..9a9d38e08f3c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInk/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInk/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.ink.gesturerecognizer", "Member[isrecognizeravailable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInput/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInput/model.yml index 23a08f6e0a6d..2036414408a1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInput/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInput/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.input.inputmethodstatechangedeventargs", "Member[isimeconversionmodechanged]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputManipulations/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputManipulations/model.yml index 8772857b95d7..04aeeb6f3423 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputManipulations/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputManipulations/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.input.manipulations.manipulations2d", "system.windows.input.manipulations.manipulations2d!", "Member[rotate]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputStylusPlugIns/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputStylusPlugIns/model.yml index f6fd7da2908c..0465ea98ccd3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputStylusPlugIns/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInputStylusPlugIns/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.rect", "system.windows.input.stylusplugins.stylusplugin", "Member[elementbounds]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInterop/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInterop/model.yml index 1f5eddaf79ef..0032d1d6fb89 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInterop/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsInterop/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.interop.d3dimage", "Method[trylock].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkup/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkup/model.yml index dfbbefb31a03..1c420f273d0c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkup/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkup/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.windows.markup.xmllanguage", "Method[tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupLocalizer/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupLocalizer/model.yml index 2789515bf290..05e7d40b2730 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupLocalizer/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupLocalizer/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.markup.localizer.bamllocalizableresource", "system.windows.markup.localizer.bamllocalizationdictionary", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupPrimitives/model.yml index 21c9ad6b97f8..c0a931ab48fb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMarkupPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.windows.markup.primitives.markupobject", "Member[instance]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMedia/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMedia/model.yml index 04aa41f42adb..970315caeaa0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMedia/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMedia/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.media.generaltransform", "system.windows.media.generaltransformcollection", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaAnimation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaAnimation/model.yml index a8878800ad7f..f0e6a998c5f8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaAnimation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaAnimation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.freezable", "system.windows.media.animation.easingdoublekeyframe", "Method[createinstancecore].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaConverters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaConverters/model.yml index b77811088131..9bc574b722f9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaConverters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaConverters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.media.converters.matrixvalueserializer", "Method[canconvertfromstring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaEffects/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaEffects/model.yml index e99f801cb8b9..4759dbe77e0a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaEffects/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaEffects/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.windows.media.effects.bitmapeffectcollection", "Method[system.collections.ilist.indexof].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaImaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaImaging/model.yml index ba4694168d39..499d7b6b5230 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaImaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaImaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.freezable", "system.windows.media.imaging.croppedbitmap", "Method[createinstancecore].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3D/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3D/model.yml index 64e496a0a38d..fdb212d824ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3D/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3D/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.media.media3d.point3d", "system.windows.media.media3d.point3d!", "Method[op_subtraction].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3DConverters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3DConverters/model.yml index 216866880ba6..4de1a9ef543c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3DConverters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaMedia3DConverters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.windows.media.media3d.converters.matrix3dvalueserializer", "Method[canconvertfromstring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaTextFormatting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaTextFormatting/model.yml index a0a4a95d4db8..b6a33487307e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaTextFormatting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsMediaTextFormatting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.media.textformatting.textline", "system.windows.media.textformatting.textformatter", "Method[formatline].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsNavigation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsNavigation/model.yml index ed06d6af3e81..04e418477536 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsNavigation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsNavigation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.dependencyproperty", "system.windows.navigation.navigationwindow!", "Member[cangobackproperty]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsResources/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsResources/model.yml index 19ad37bbeb4f..f106ea06191c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsResources/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsResources/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.windows.resources.contenttypes!", "Member[xamlcontenttype]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShapes/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShapes/model.yml index cf165fbe8ca0..b912c2542687 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShapes/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShapes/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.media.geometry", "system.windows.shapes.rectangle", "Member[renderedgeometry]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShell/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShell/model.yml index 325eb4d8b295..14303e734e11 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShell/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsShell/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.shell.nonclientframeedges", "system.windows.shell.nonclientframeedges!", "Member[bottom]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsThreading/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsThreading/model.yml index 67aecb4408cf..1b6d09861a5f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsThreading/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsThreading/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.threading.dispatcheroperation", "system.windows.threading.dispatcher", "Method[invokeasync].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXps/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXps/model.yml index 958d2e42e8c6..5b1fa528156e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXps/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXps/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.xps.xpsdocumentnotificationlevel", "system.windows.xps.xpsdocumentnotificationlevel!", "Member[none]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsPackaging/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsPackaging/model.yml index fcef6cafa515..d62e292b4a19 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsPackaging/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsPackaging/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.windows.xps.packaging.ixpsfixedpagereader", "Member[pagenumber]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsSerialization/model.yml index 1fde984acf68..3994f575c475 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWindowsXpsSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.xps.serialization.xpsresourcestream", "system.windows.xps.serialization.xpspackagingpolicy", "Method[acquireresourcestreamforxpscolorcontext].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivities/model.yml index 911a29fafe0d..e07e3e7aaea1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.workflow.componentmodel.activityexecutionstatus", "system.workflow.activities.webserviceinputactivity", "Method[cancel].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesConfiguration/model.yml index f5d1b7dfc556..84e4cc482367 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.workflow.activities.configuration.activedirectoryrolefactoryconfiguration", "Member[manager]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRules/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRules/model.yml index 2864405b5a83..bca36026ed5f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRules/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRules/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.workflow.activities.rules.ruleexpressionresult", "system.workflow.activities.rules.ruleexpressionwalker!", "Method[evaluate].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRulesDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRulesDesign/model.yml index 7be726d33aef..d374d3e3fe43 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRulesDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowActivitiesRulesDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.workflow.activities.rules.design.rulesetdialog", "Method[processcmdkey].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModel/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModel/model.yml index d156f5c447f2..2c264ea28253 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModel/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModel/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.workflow.componentmodel.activitybind", "Method[providevalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelCompiler/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelCompiler/model.yml index b7d38905b5bb..ca40c35fb5f9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelCompiler/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelCompiler/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.workflow.componentmodel.compiler.compileworkflowtask", "Member[projectextension]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelDesign/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelDesign/model.yml index 6efa4eed4173..c8b6c5d5032e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelDesign/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelDesign/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.workflow.componentmodel.design.hittestlocations", "system.workflow.componentmodel.design.hittestlocations!", "Member[connector]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelSerialization/model.yml index ce2c93d65818..a748b08ec5b0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowComponentModelSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.workflow.componentmodel.serialization.markupextension", "Method[providevalue].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntime/model.yml index 929adeacdc3b..d38385018929 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.guid", "system.workflow.runtime.workflowownershipexception", "Member[instanceid]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeConfiguration/model.yml index 801e6ffd1e2d..f17a12e52d78 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.specialized.namevaluecollection", "system.workflow.runtime.configuration.workflowruntimeserviceelement", "Member[parameters]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeDebugEngine/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeDebugEngine/model.yml index dcdace316f58..79a25f5d1a24 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeDebugEngine/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeDebugEngine/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.workflow.runtime.debugengine.workflowdebuggersteppingoption", "system.workflow.runtime.debugengine.workflowdebuggersteppingoption!", "Member[sequential]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeHosting/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeHosting/model.yml index e6f7524b9a8b..c98fc7c45b77 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeHosting/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeHosting/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.workflow.runtime.hosting.defaultworkflowcommitworkbatchservice", "Member[enableretries]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeTracking/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeTracking/model.yml index 3a65be07eece..1f6cd0eecdc9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeTracking/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemWorkflowRuntimeTracking/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.workflow.runtime.tracking.trackingannotationcollection", "system.workflow.runtime.tracking.workflowtrackpoint", "Member[annotations]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXaml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXaml/model.yml index f3b4e0eb6ddc..cc8c3dd84062 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXaml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXaml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ilist", "system.xaml.xamltype", "Member[contentwrappers]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlPermissions/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlPermissions/model.yml index 9cc7433e720a..319f1d4d7013 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlPermissions/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlPermissions/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "system.xaml.permissions.xamlloadpermission", "Method[gethashcode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlSchema/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlSchema/model.yml index a701dd953d78..d389888b3dbe 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlSchema/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXamlSchema/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.reflection.methodinfo", "system.xaml.schema.xamlmemberinvoker", "Member[underlyinggetter]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXml/model.yml index fdc6ebe3b2fd..a25380c862ce 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.xml.xmlreader", "Method[movetofirstattribute].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlLinq/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlLinq/model.yml index 3e7711f86c9d..603feadfeb9d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlLinq/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlLinq/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.generic.ienumerable", "system.xml.linq.xobject", "Method[annotations].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlResolvers/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlResolvers/model.yml index 971a5509dfb9..75b485534ea8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlResolvers/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlResolvers/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.object", "system.xml.resolvers.xmlpreloadedresolver", "Method[getentity].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSchema/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSchema/model.yml index 77669634e681..be727d4f38d0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSchema/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSchema/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.xml.schema.xmlschemaset", "Method[removerecursive].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerialization/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerialization/model.yml index 244ad2007824..fcfc8917ab97 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerialization/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerialization/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.serialization.soapattributes", "system.xml.serialization.soapattributeoverrides", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationAdvanced/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationAdvanced/model.yml index 16f2bfb15a31..ee8ea37ceb7d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationAdvanced/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationAdvanced/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.serialization.advanced.schemaimporterextension", "system.xml.serialization.advanced.schemaimporterextensioncollection", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationConfiguration/model.yml index e5deec6628b1..bd9db7c9f3e2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlSerializationConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.serialization.configuration.schemaimporterextensionelement", "system.xml.serialization.configuration.schemaimporterextensionelementcollection", "Member[item]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXPath/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXPath/model.yml index d3c91a22aeb8..cfb43d94d8ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXPath/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXPath/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "system.xml.xpath.xpathnavigator", "Method[movetofollowing].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXmlConfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXmlConfiguration/model.yml index 32f8f2461d2e..c7502ed95bc9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXmlConfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXmlConfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "system.xml.xmlconfiguration.xmlreadersection", "Member[collapsewhitespaceintoemptystringstring]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXsl/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXsl/model.yml index 7afbc686a911..3c21fbe03d74 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXsl/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXsl/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.xmlreader", "system.xml.xsl.xsltransform", "Method[transform].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXslRuntime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXslRuntime/model.yml index 4053cb81043c..b4ddb9f66df9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXslRuntime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/SystemXmlXslRuntime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.xml.xsl.runtime.xmlquerynodesequence", "system.xml.xsl.runtime.xmlquerynodesequence!", "Method[createorreuse].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/UIAutomationClientsideProviders/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/UIAutomationClientsideProviders/model.yml index e3a131bf0e61..40b732eda5d0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/UIAutomationClientsideProviders/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/UIAutomationClientsideProviders/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.windows.automation.clientsideproviderdescription[]", "uiautomationclientsideproviders.uiautomationclientsideproviders!", "Member[clientsideproviderdescriptiontable]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsFoundation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsFoundation/model.yml index 197af81442f2..3b6fc54c442b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsFoundation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsFoundation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "windows.foundation.point!", "Method[op_equality].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUI/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUI/model.yml index 7315ab44b4bd..d42a8b8d07f8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUI/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUI/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "windows.ui.color", "Method[tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXaml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXaml/model.yml index 25abda22ea51..942b40e7c5ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXaml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXaml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.int32", "windows.ui.xaml.cornerradius", "Method[gethashcode].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlControlsPrimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlControlsPrimitives/model.yml index 82c6fa7fb809..9c2bfac2cd0e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlControlsPrimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlControlsPrimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "windows.ui.xaml.controls.primitives.generatorposition", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMedia/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMedia/model.yml index 9ea125ecc752..363a453fc668 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMedia/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMedia/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "windows.ui.xaml.media.matrix!", "Method[op_equality].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaAnimation/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaAnimation/model.yml index 93f1dfcedfe0..f4474320878a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaAnimation/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaAnimation/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.boolean", "windows.ui.xaml.media.animation.repeatbehavior", "Method[equals].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaMedia3D/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaMedia3D/model.yml index a7cc24316729..f0328cc5b407 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaMedia3D/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/WindowsUIXamlMediaMedia3D/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.string", "windows.ui.xaml.media.media3d.matrix3d", "Method[system.iformattable.tostring].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/XamlGeneratedNamespace/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/XamlGeneratedNamespace/model.yml index 32332193d373..6b1465da8690 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/XamlGeneratedNamespace/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/XamlGeneratedNamespace/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.delegate", "xamlgeneratednamespace.generatedinternaltypehelper", "Method[createdelegate].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/cimcmdletsActivities/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/cimcmdletsActivities/model.yml index f38c997b11b1..f365704dd54c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/cimcmdletsActivities/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/cimcmdletsActivities/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.activities.inargument", "cimcmdlets.activities.setciminstance", "Member[inputobject]"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/data/empty.model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/data/empty.model.yml index 63cc261eb306..3aad99bdddec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/data/empty.model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/data/empty.model.yml @@ -2,31 +2,31 @@ 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 + pack: microsoft/powershell-all extensible: sourceModel data: [] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: sinkModel data: [] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: [] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: neutralModel data: [] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: [] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeVariableModel data: [] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcimcimcmdletadapter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcimcimcmdletadapter/model.yml index 8409de07c274..3cfcf96a4619 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcimcimcmdletadapter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcimcimcmdletadapter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.cim.cimcmdletadapter", "Method[get_defaultsession]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcmdletadapter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcmdletadapter/model.yml index 095fd1943ecf..116df355ce44 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcmdletadapter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationcmdletadapter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.cmdletadapter", "Method[get_classname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationmethodinvocationinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationmethodinvocationinfo/model.yml index 3301dd73c393..81f949b98b1b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationmethodinvocationinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationmethodinvocationinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.methodinvocationinfo", "Method[methodinvocationinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationquerybuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationquerybuilder/model.yml index 7ee39517f399..fa4a52dd0b69 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationquerybuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcmdletizationquerybuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.cmdletization.querybuilder", "Method[excludebyproperty]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbasichtmlwebresponseobject/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbasichtmlwebresponseobject/model.yml index a3e071c84dc0..ea81a66c126f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbasichtmlwebresponseobject/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbasichtmlwebresponseobject/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.basichtmlwebresponseobject", "Method[basichtmlwebresponseobject]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbytecollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbytecollection/model.yml index 9d7fc124de05..7a10dc6adc87 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbytecollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsbytecollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.bytecollection", "Method[bytecollection]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscommonrunspacecommandbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscommonrunspacecommandbase/model.yml index 89005a213fa1..f6c1c78a5ee7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscommonrunspacecommandbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscommonrunspacecommandbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.commonrunspacecommandbase", "Method[getdebuggerfromrunspace]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscorecommandbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscorecommandbase/model.yml index 419fdb121f4e..175512312968 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscorecommandbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandscorecommandbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.corecommandbase", "Method[get_retrieveddynamicparameters]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsfilesystemprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsfilesystemprovider/model.yml index 7f9798636505..5e17581bd2f8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsfilesystemprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsfilesystemprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.filesystemprovider!", "Method[namestring]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobject/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobject/model.yml index 3579e55060d6..09fe7b7c8618 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobject/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobject/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.formobject", "Method[formobject]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobjectcollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobjectcollection/model.yml index c91e9bc3286a..6825bf63adb8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobjectcollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsformobjectcollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.formobjectcollection", "Method[get_item]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsgetjobcommand/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsgetjobcommand/model.yml index 0af73856116c..a688163ac38d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsgetjobcommand/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsgetjobcommand/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.getjobcommand", "Method[findjobs]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpcategoryinvalidexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpcategoryinvalidexception/model.yml index e9f33cc93bd8..b7305cd9880d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpcategoryinvalidexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpcategoryinvalidexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.helpcategoryinvalidexception", "Method[get_helpcategory]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpnotfoundexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpnotfoundexception/model.yml index 1c732b3aec69..42e510af32eb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpnotfoundexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshelpnotfoundexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.helpnotfoundexception", "Method[get_helptopic]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshistoryinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshistoryinfo/model.yml index 90bc14a591bf..868f76aa200a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshistoryinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshistoryinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.historyinfo", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshttpresponseexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshttpresponseexception/model.yml index 3e8a4656af1a..3e5c3dc95187 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshttpresponseexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandshttpresponseexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.httpresponseexception", "Method[httpresponseexception]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalformatfrontendcommandbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalformatfrontendcommandbase/model.yml index cc60a85d3640..1ff83cbf4055 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalformatfrontendcommandbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalformatfrontendcommandbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.internal.format.frontendcommandbase", "Method[inputobjectcall]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalsymboliclinklinkcodemethods/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalsymboliclinklinkcodemethods/model.yml index 64e674b0f39e..bc11e3bdbedd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalsymboliclinklinkcodemethods/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsinternalsymboliclinklinkcodemethods/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.internalsymboliclinklinkcodemethods!", "Method[gettarget]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsjsonobject/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsjsonobject/model.yml index e457924266ad..6fbf635b89ae 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsjsonobject/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsjsonobject/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.jsonobject!", "Method[convertfromjson]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfo/model.yml index 3e299811f9ee..787e89b3c7ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.matchinfo", "Method[relativepath]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfocontext/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfocontext/model.yml index 40ac6d010ac8..a59f47c82176 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfocontext/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmatchinfocontext/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.matchinfocontext", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmemberdefinition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmemberdefinition/model.yml index b8c9140dec46..959d3f7e2f00 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmemberdefinition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmemberdefinition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.memberdefinition", "Method[memberdefinition]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmodulespecification/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmodulespecification/model.yml index 18bafdd8df4a..b0270fe6a36c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmodulespecification/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsmodulespecification/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.modulespecification", "Method[modulespecification]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsobjecteventregistrationbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsobjecteventregistrationbase/model.yml index c794451e686f..d229e1f849f2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsobjecteventregistrationbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsobjecteventregistrationbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.objecteventregistrationbase", "Method[get_newsubscriber]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspshostprocessinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspshostprocessinfo/model.yml index 43277a4306cd..748d2a33426e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspshostprocessinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspshostprocessinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.pshostprocessinfo", "Method[getpipenamefilepath]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpression/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpression/model.yml index 1e89a86441ba..506bbbca470c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpression/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpression/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.pspropertyexpression", "Method[getvalues]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpressionresult/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpressionresult/model.yml index 7b928cf426b9..e8b35fd9b739 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpressionresult/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspspropertyexpressionresult/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.pspropertyexpressionresult", "Method[pspropertyexpressionresult]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingbasecmdlet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingbasecmdlet/model.yml index 011a4e46da4a..c83a443e4c3c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingbasecmdlet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingbasecmdlet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.psremotingbasecmdlet", "Method[parsesshhostname]", "Argument[0]", "Argument[1]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingcmdlet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingcmdlet/model.yml index af5b3697c702..b78580a02e7d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingcmdlet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsremotingcmdlet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.psremotingcmdlet", "Method[resolveappname]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacecmdlet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacecmdlet/model.yml index 7f204e00a211..7d92175dd10e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacecmdlet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacecmdlet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.psrunspacecmdlet", "Method[getmatchingrunspaces]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacedebug/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacedebug/model.yml index 710c128e91b6..55c04c344909 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacedebug/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandspsrunspacedebug/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.psrunspacedebug", "Method[psrunspacedebug]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecurestringcommandbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecurestringcommandbase/model.yml index 98b8581b3676..8b4ddce771b0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecurestringcommandbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecurestringcommandbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.securestringcommandbase", "Method[securestringcommandbase]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecuritydescriptorcommandsbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecuritydescriptorcommandsbase/model.yml index 808e63fd404c..7f768803155e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecuritydescriptorcommandsbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssecuritydescriptorcommandsbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.securitydescriptorcommandsbase!", "Method[getpath]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsselectxmlinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsselectxmlinfo/model.yml index 917d99f85d97..77c934af3158 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsselectxmlinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsselectxmlinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.selectxmlinfo", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandcommandinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandcommandinfo/model.yml index 76a1761d2648..9257ee2f7290 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandcommandinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandcommandinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandcommandinfo", "Method[showcommandcommandinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandmoduleinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandmoduleinfo/model.yml index 0b96253530a1..e65176d6b95b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandmoduleinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandmoduleinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandmoduleinfo", "Method[showcommandmoduleinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparameterinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparameterinfo/model.yml index b47d0709ebd5..70a7b521e614 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparameterinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparameterinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandparameterinfo", "Method[showcommandparameterinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametersetinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametersetinfo/model.yml index 6da276dbce86..b64beab7699f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametersetinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametersetinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandparametersetinfo", "Method[showcommandparametersetinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametertype/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametertype/model.yml index 00b05a8b9a96..02e42a9ae5f5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametertype/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandsshowcommandextensionshowcommandparametertype/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.showcommandextension.showcommandparametertype", "Method[showcommandparametertype]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssignaturecommandsbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssignaturecommandsbase/model.yml index b7882f8aa872..c3afa87e60e9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssignaturecommandsbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandssignaturecommandsbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.signaturecommandsbase", "Method[performaction]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebcmdletelementcollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebcmdletelementcollection/model.yml index 9281945a2a4a..627f998632cd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebcmdletelementcollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebcmdletelementcollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.webcmdletelementcollection", "Method[find]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebresponseobject/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebresponseobject/model.yml index c22f24e5731c..1bb47d9e28af 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebresponseobject/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellcommandswebresponseobject/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.commands.webresponseobject", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldeserializingtypeconverter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldeserializingtypeconverter/model.yml index 75bbe216a500..c504af10d9e0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldeserializingtypeconverter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldeserializingtypeconverter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.deserializingtypeconverter!", "Method[getformatviewdefinitioninstanceid]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldesiredstateconfigurationinternaldscclasscache/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldesiredstateconfigurationinternaldscclasscache/model.yml index fabbf4240924..a30aefe5c65d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldesiredstateconfigurationinternaldscclasscache/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelldesiredstateconfigurationinternaldscclasscache/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.desiredstateconfiguration.internal.dscclasscache!", "Method[getdscresourceusagestring]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellpsauthorizationmanager/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellpsauthorizationmanager/model.yml index 4c3a6161c0c2..694a0c84f6e8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellpsauthorizationmanager/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershellpsauthorizationmanager/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.psauthorizationmanager", "Method[psauthorizationmanager]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelltostringcodemethods/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelltostringcodemethods/model.yml index 48570d40a823..7cfe17e57ed8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelltostringcodemethods/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/microsoftpowershelltostringcodemethods/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["microsoft.powershell.tostringcodemethods!", "Method[xmlnode]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/mshtml/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/mshtml/model.yml index 8d4dedb9b2b4..2be4c281e545 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/mshtml/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/mshtml/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: typeModel data: - ["system.collections.ienumerator", "mshtml.ihtmlelementcollection", "Method[getenumerator].ReturnValue"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasattribute/model.yml index 9e875b696765..cb2df2ca61e9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.aliasattribute", "Method[aliasattribute]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasinfo/model.yml index 59804870bc55..5ef1bf25a789 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationaliasinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.aliasinfo", "Method[get_resolvedcommand]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompleterattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompleterattribute/model.yml index fea0171fc308..f64b3e1964d8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompleterattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompleterattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.argumentcompleterattribute", "Method[argumentcompleterattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompletionsattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompletionsattribute/model.yml index 19c81dc435bc..a6be10a4331d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompletionsattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumentcompletionsattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.argumentcompletionsattribute", "Method[argumentcompletionsattribute]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumenttransformationattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumenttransformationattribute/model.yml index 7d09b8552645..e12ae2ac038c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumenttransformationattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationargumenttransformationattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.argumenttransformationattribute", "Method[transform]", "Argument[1]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationauthorizationmanager/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationauthorizationmanager/model.yml index 15262ab772d4..4ef1d8092a9b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationauthorizationmanager/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationauthorizationmanager/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.authorizationmanager", "Method[authorizationmanager]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationbreakpoint/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationbreakpoint/model.yml index 1d80781a9615..7919b26c0448 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationbreakpoint/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationbreakpoint/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.breakpoint", "Method[breakpoint]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcallstackframe/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcallstackframe/model.yml index fb91143f25bd..a7818f29acc2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcallstackframe/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcallstackframe/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.callstackframe", "Method[get_functionname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationchilditemcmdletproviderintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationchilditemcmdletproviderintrinsics/model.yml index b694af313749..b93c021b6bb2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationchilditemcmdletproviderintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationchilditemcmdletproviderintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.childitemcmdletproviderintrinsics", "Method[getnames]", "Argument[0].Element", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdlet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdlet/model.yml index 8e5eb79c8005..73612f6269c2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdlet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdlet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmdlet", "Method[get_currentpstransaction]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletattribute/model.yml index 39462be9975b..5e178343f4bd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmdletattribute", "Method[cmdletattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletinfo/model.yml index df8d0d1769b1..6af159e93732 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmdletinfo", "Method[get_defaultparameterset]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletproviderinvocationexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletproviderinvocationexception/model.yml index c8c88d83c734..ffdbf45f7711 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletproviderinvocationexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletproviderinvocationexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmdletproviderinvocationexception", "Method[cmdletproviderinvocationexception]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletprovidermanagementintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletprovidermanagementintrinsics/model.yml index be71f56cb648..62be77bd3f09 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletprovidermanagementintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmdletprovidermanagementintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmdletprovidermanagementintrinsics", "Method[getall]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmsmessagerecipient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmsmessagerecipient/model.yml index 47c29dfaf429..71e4e00828e7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmsmessagerecipient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcmsmessagerecipient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.cmsmessagerecipient", "Method[cmsmessagerecipient]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandbreakpoint/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandbreakpoint/model.yml index fb4b2d22c0c5..a879e709895e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandbreakpoint/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandbreakpoint/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandbreakpoint", "Method[commandbreakpoint]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandcompletion/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandcompletion/model.yml index 08791eb5a0f3..39c8a3e0aa08 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandcompletion/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandcompletion/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandcompletion", "Method[commandcompletion]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinfo/model.yml index 3aeae6d1dad4..6a12180e2f8e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandinfo", "Method[get_definition]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinvocationintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinvocationintrinsics/model.yml index 2cdd02492acb..a1be74587845 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinvocationintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandinvocationintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandinvocationintrinsics", "Method[getcmdlet]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandmetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandmetadata/model.yml index 18121f287ee0..f77572f256a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandmetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandmetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandmetadata", "Method[commandmetadata]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandparametersetinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandparametersetinfo/model.yml index 3a250e69924a..c55069e65952 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandparametersetinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcommandparametersetinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.commandparametersetinfo", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletioncompleters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletioncompleters/model.yml index 0b513bf42985..f05972d90046 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletioncompleters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletioncompleters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.completioncompleters!", "Method[completefilename]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletionresult/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletionresult/model.yml index 4086d49ec129..fe967456145e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletionresult/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcompletionresult/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.completionresult", "Method[completionresult]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcontainerparentjob/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcontainerparentjob/model.yml index fe5a4f5ba807..2e76e5d29fb6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcontainerparentjob/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcontainerparentjob/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.containerparentjob", "Method[addchildjob]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomcontrolbuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomcontrolbuilder/model.yml index a7ab25bc97eb..a682569a98f0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomcontrolbuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomcontrolbuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.customcontrolbuilder", "Method[endcontrol]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomentrybuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomentrybuilder/model.yml index 9215b80458d4..e326c0c1f381 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomentrybuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationcustomentrybuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.customentrybuilder", "Method[addcustomcontrolexpressionbinding]", "Argument[this]", "ReturnValue", "value"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebugger/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebugger/model.yml index 6083e677dfa1..18e9ffc98a1e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebugger/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebugger/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.debugger", "Method[disablebreakpoint]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggercommandresults/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggercommandresults/model.yml index e215d2f2c028..fbdce5c5d37e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggercommandresults/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggercommandresults/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.debuggercommandresults", "Method[debuggercommandresults]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggerstopeventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggerstopeventargs/model.yml index 1877d52010e8..caa267733dbc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggerstopeventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdebuggerstopeventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.debuggerstopeventargs", "Method[debuggerstopeventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdefaultparameterdictionary/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdefaultparameterdictionary/model.yml index ef903252b3d0..38975367cdef 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdefaultparameterdictionary/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdefaultparameterdictionary/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.defaultparameterdictionary", "Method[defaultparameterdictionary]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdisplayentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdisplayentry/model.yml index 281e4476f08e..0239b8f99905 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdisplayentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdisplayentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.displayentry", "Method[displayentry]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdrivemanagementintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdrivemanagementintrinsics/model.yml index 5a806aba748d..3a3780ac7270 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdrivemanagementintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdrivemanagementintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.drivemanagementintrinsics", "Method[get]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdscresourceinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdscresourceinfo/model.yml index 628fef1cb96d..3293fdf127c8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdscresourceinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationdscresourceinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.dscresourceinfo", "Method[updateproperties]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorcategoryinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorcategoryinfo/model.yml index 9793fee8910f..65a9df81b5ce 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorcategoryinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorcategoryinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.errorcategoryinfo", "Method[getmessage]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrordetails/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrordetails/model.yml index 124de4ea036a..02460b0a9220 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrordetails/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrordetails/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.errordetails", "Method[errordetails]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorrecord/model.yml index 78a3201f9469..3d98e3ce7b45 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationerrorrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.errorrecord", "Method[errorrecord]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexperimentalattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexperimentalattribute/model.yml index 7587c6f6d817..2392bbb67ba3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexperimentalattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexperimentalattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.experimentalattribute", "Method[experimentalattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationextendedtypedefinition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationextendedtypedefinition/model.yml index a8ac418f93a7..f3eccb717ec9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationextendedtypedefinition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationextendedtypedefinition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.extendedtypedefinition", "Method[extendedtypedefinition]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexternalscriptinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexternalscriptinfo/model.yml index df69d4ceee1b..8eb3c80da36c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexternalscriptinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationexternalscriptinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.externalscriptinfo", "Method[get_originalencoding]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationformatviewdefinition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationformatviewdefinition/model.yml index ae1369b7e801..cf32df7b404b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationformatviewdefinition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationformatviewdefinition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.formatviewdefinition", "Method[formatviewdefinition]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationfunctioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationfunctioninfo/model.yml index 088ec5f1a82e..cd0b7a8cf3fd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationfunctioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationfunctioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.functioninfo", "Method[get_defaultparameterset]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostchoicedescription/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostchoicedescription/model.yml index fbeb5f35f7ef..9a842851142c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostchoicedescription/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostchoicedescription/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.choicedescription", "Method[choicedescription]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostfielddescription/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostfielddescription/model.yml index 3104e2382458..e20fe1ddb8e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostfielddescription/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostfielddescription/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.fielddescription", "Method[fielddescription]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhosthostexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhosthostexception/model.yml index f534c3e8f566..ac129fc00839 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhosthostexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhosthostexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.hostexception", "Method[hostexception]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostihostsupportsinteractivesession/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostihostsupportsinteractivesession/model.yml index a74300d8ebbc..f711756dbb46 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostihostsupportsinteractivesession/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostihostsupportsinteractivesession/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.ihostsupportsinteractivesession", "Method[get_runspace]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostinformationmessage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostinformationmessage/model.yml index d5b5f4c4b310..8fecedcfc8d4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostinformationmessage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostinformationmessage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.hostinformationmessage", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshost/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshost/model.yml index 09a636956129..9f8405be90d9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshost/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshost/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.pshost", "Method[get_instanceid]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostrawuserinterface/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostrawuserinterface/model.yml index 2b2f84df54c1..7149d0962922 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostrawuserinterface/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostrawuserinterface/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.pshostrawuserinterface", "Method[get_maxphysicalwindowsize]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostuserinterface/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostuserinterface/model.yml index 138c06351b7f..32ec9df1e31c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostuserinterface/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationhostpshostuserinterface/model.yml @@ -1,12 +1,12 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.pshostuserinterface!", "Method[getoutputstring]", "Argument[0]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.host.pshostuserinterface", "Method[get_rawui]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationiargumentcompleter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationiargumentcompleter/model.yml index cdbf72b227de..d156fda7a35e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationiargumentcompleter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationiargumentcompleter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.iargumentcompleter", "Method[completeargument]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicommandruntime/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicommandruntime/model.yml index 10fa2b89ae7c..d9aa8a8c3b59 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicommandruntime/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicommandruntime/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.icommandruntime", "Method[throwterminatingerror]", "Argument[this]", "Argument[0]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicontainserrorrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicontainserrorrecord/model.yml index 08f70d293f48..c4f5ed895051 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicontainserrorrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationicontainserrorrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.icontainserrorrecord", "Method[get_errorrecord]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationidynamicparameters/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationidynamicparameters/model.yml index b55a5471df77..edc1d76de878 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationidynamicparameters/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationidynamicparameters/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.idynamicparameters", "Method[getdynamicparameters]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationijobdebugger/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationijobdebugger/model.yml index 17f42fb945f8..c230f195af7e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationijobdebugger/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationijobdebugger/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.ijobdebugger", "Method[get_debugger]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationalrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationalrecord/model.yml index 121f329518f9..3d2c63cd2e66 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationalrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationalrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.informationalrecord", "Method[get_invocationinfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationrecord/model.yml index ae017d06d0d5..4a57a7b000cf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinformationrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.informationrecord", "Method[informationrecord]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalclassops/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalclassops/model.yml index 9ab0600340ed..b1b70d5c6c09 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalclassops/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalclassops/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.classops!", "Method[callbasector]", "Argument[0]", "Argument[1]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalinternaltesthooks/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalinternaltesthooks/model.yml index 97a100a62511..95c55ae80e25 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalinternaltesthooks/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalinternaltesthooks/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.internaltesthooks!", "Method[getcustompssenderinfo]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsembeddedmonitorrunspaceinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsembeddedmonitorrunspaceinfo/model.yml index 7a10d9e92088..8006bed72dd5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsembeddedmonitorrunspaceinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsembeddedmonitorrunspaceinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.psembeddedmonitorrunspaceinfo", "Method[psembeddedmonitorrunspaceinfo]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsmonitorrunspaceinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsmonitorrunspaceinfo/model.yml index 859d1d5c60ce..dccb92058306 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsmonitorrunspaceinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalpsmonitorrunspaceinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.psmonitorrunspaceinfo", "Method[psmonitorrunspaceinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalstringdecorated/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalstringdecorated/model.yml index 59a111ca9415..79e2bc12c030 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalstringdecorated/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinternalstringdecorated/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.internal.stringdecorated", "Method[stringdecorated]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinvocationinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinvocationinfo/model.yml index 2d0e46a7b3f1..7b08b61ec1ce 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinvocationinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationinvocationinfo/model.yml @@ -1,12 +1,12 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.invocationinfo!", "Method[create]", "Argument[1]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.invocationinfo", "Method[get_positionmessage]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationivalidatesetvaluesgenerator/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationivalidatesetvaluesgenerator/model.yml index b3f3e36313d0..f1d70b040ddf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationivalidatesetvaluesgenerator/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationivalidatesetvaluesgenerator/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.ivalidatesetvaluesgenerator", "Method[getvalidvalues]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob/model.yml index 44120bbd2601..ccc96f48dec0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.job", "Method[get_childjobs]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob2/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob2/model.yml index 00a6bdee5bba..2fecba48641c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob2/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjob2/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.job2", "Method[get_syncroot]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobdefinition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobdefinition/model.yml index ff84e581368a..623fd5a2f569 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobdefinition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobdefinition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobdefinition", "Method[jobdefinition]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobfailedexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobfailedexception/model.yml index bf26fd20a3f9..460da725723a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobfailedexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobfailedexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobfailedexception", "Method[get_displayscriptposition]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobinvocationinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobinvocationinfo/model.yml index 89fe3d8930ca..951412fecec6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobinvocationinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobinvocationinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobinvocationinfo", "Method[jobinvocationinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobrepository/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobrepository/model.yml index f403483ac09a..d44dd8ecb285 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobrepository/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobrepository/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobrepository", "Method[get_jobs]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobsourceadapter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobsourceadapter/model.yml index ac79c22b6be4..3fcb04a86c14 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobsourceadapter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobsourceadapter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobsourceadapter", "Method[retrievejobidforreuse]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateeventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateeventargs/model.yml index 57008d6c7d46..8a95e314ae61 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateeventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateeventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobstateeventargs", "Method[jobstateeventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateinfo/model.yml index a1b640c2c805..ed56b4f2d4dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationjobstateinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.jobstateinfo", "Method[jobstateinfo]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayexpressionast/model.yml index 5913d6d6385e..cec039b526a5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.arrayexpressionast", "Method[arrayexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayliteralast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayliteralast/model.yml index 24686a6bd273..6d3c4684845f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayliteralast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearrayliteralast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.arrayliteralast", "Method[arrayliteralast]", "Argument[1].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearraytypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearraytypename/model.yml index e70b3695389c..e1bf52f97e9b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearraytypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagearraytypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.arraytypename", "Method[arraytypename]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageassignmentstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageassignmentstatementast/model.yml index afd3507bf849..352acef78d0c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageassignmentstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageassignmentstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.assignmentstatementast", "Method[assignmentstatementast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageast/model.yml index 4f4af8d1a19f..f198c8206723 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.ast", "Method[ast]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor/model.yml index f8fad42e39dd..2a26b90597fc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.astvisitor", "Method[visitarrayexpression]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor2/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor2/model.yml index 2e01c6638fcf..75c867f49781 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor2/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageastvisitor2/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.astvisitor2", "Method[visitconfigurationdefinition]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributebaseast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributebaseast/model.yml index db31c03c0d62..4489105d35e0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributebaseast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributebaseast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.attributebaseast", "Method[attributebaseast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributedexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributedexpressionast/model.yml index 7065cc8e2c82..fe2c51c4773a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributedexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageattributedexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.attributedexpressionast", "Method[attributedexpressionast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebinaryexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebinaryexpressionast/model.yml index b0fd54ffe993..cd05e43a1777 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebinaryexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebinaryexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.binaryexpressionast", "Method[binaryexpressionast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageblockstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageblockstatementast/model.yml index 01dbecebc649..351a64000406 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageblockstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageblockstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.blockstatementast", "Method[blockstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebreakstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebreakstatementast/model.yml index c6b281db559b..73bf9c7f9f47 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebreakstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagebreakstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.breakstatementast", "Method[breakstatementast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecatchclauseast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecatchclauseast/model.yml index 26855af37d73..241145814600 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecatchclauseast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecatchclauseast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.catchclauseast", "Method[catchclauseast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecodegeneration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecodegeneration/model.yml index 50626b53dbcc..76f3862d1121 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecodegeneration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecodegeneration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.codegeneration!", "Method[escapeblockcommentcontent]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandast/model.yml index ddf77726916a..645998c79e23 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.commandast", "Method[getcommandname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandexpressionast/model.yml index f30719fd966a..5231b448a9d2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.commandexpressionast", "Method[commandexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandparameterast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandparameterast/model.yml index e8c422d9aa44..6b27bb8ac579 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandparameterast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommandparameterast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.commandparameterast", "Method[commandparameterast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommenthelpinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommenthelpinfo/model.yml index 8af88e889dae..052dc84c55d9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommenthelpinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecommenthelpinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.commenthelpinfo", "Method[getcommentblock]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconfigurationdefinitionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconfigurationdefinitionast/model.yml index 3f5be013db33..dada626b4e12 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconfigurationdefinitionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconfigurationdefinitionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.configurationdefinitionast", "Method[configurationdefinitionast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconstantexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconstantexpressionast/model.yml index ccf4ca56cc10..25a90cf2f151 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconstantexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconstantexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.constantexpressionast", "Method[constantexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecontinuestatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecontinuestatementast/model.yml index b31e57bf0c17..f35c778fa38c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecontinuestatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagecontinuestatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.continuestatementast", "Method[continuestatementast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconvertexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconvertexpressionast/model.yml index 094ee80c33f5..c08e1764dcd1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconvertexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageconvertexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.convertexpressionast", "Method[convertexpressionast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedatastatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedatastatementast/model.yml index 95ca5a1bf1a3..32361bd6b326 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedatastatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedatastatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.datastatementast", "Method[datastatementast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedountilstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedountilstatementast/model.yml index 2e9d4f53d530..a03e6cf55bc3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedountilstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedountilstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.dountilstatementast", "Method[dountilstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedowhilestatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedowhilestatementast/model.yml index 392a01cc4e89..6bc963ad5788 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedowhilestatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedowhilestatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.dowhilestatementast", "Method[dowhilestatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedynamickeyword/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedynamickeyword/model.yml index cd7d2231d69c..da20891a770a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedynamickeyword/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagedynamickeyword/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.dynamickeyword", "Method[copy]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexitstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexitstatementast/model.yml index 3cf4e223a4f6..0d2d2e7214ff 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexitstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexitstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.exitstatementast", "Method[exitstatementast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexpandablestringexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexpandablestringexpressionast/model.yml index 375ea38970f7..17018a4fe690 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexpandablestringexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageexpandablestringexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.expandablestringexpressionast", "Method[expandablestringexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefileredirectionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefileredirectionast/model.yml index 43e3e5051f2e..ecac26d838fa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefileredirectionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefileredirectionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.fileredirectionast", "Method[fileredirectionast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforeachstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforeachstatementast/model.yml index 051b10f23e8e..2641aebfcb17 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforeachstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforeachstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.foreachstatementast", "Method[foreachstatementast]", "Argument[1]", "Argument[4]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforstatementast/model.yml index 38afa739e688..221d7cf9f9e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageforstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.forstatementast", "Method[forstatementast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctiondefinitionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctiondefinitionast/model.yml index 1408e7c0f2f8..d2655200f34b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctiondefinitionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctiondefinitionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.functiondefinitionast", "Method[functiondefinitionast]", "Argument[3]", "Argument[5]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctionmemberast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctionmemberast/model.yml index dd28250834b1..d2b7441403d0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctionmemberast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagefunctionmemberast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.functionmemberast", "Method[functionmemberast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagegenerictypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagegenerictypename/model.yml index e35aaa4fee23..4edcaa543669 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagegenerictypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagegenerictypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.generictypename", "Method[generictypename]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor/model.yml index 0bbd46683b24..2d7890aabd46 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.icustomastvisitor", "Method[visitarrayexpression]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor2/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor2/model.yml index e67637515f08..079ef52dfd5a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor2/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageicustomastvisitor2/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.icustomastvisitor2", "Method[visitbasectorinvokememberexpression]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageifstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageifstatementast/model.yml index 113e3181c262..16de79690c68 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageifstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageifstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.ifstatementast", "Method[ifstatementast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageindexexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageindexexpressionast/model.yml index 6b90c2558455..c7d8af17f4d5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageindexexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageindexexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.indexexpressionast", "Method[indexexpressionast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageinvokememberexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageinvokememberexpressionast/model.yml index e12b807e2420..126646bd53dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageinvokememberexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageinvokememberexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.invokememberexpressionast", "Method[invokememberexpressionast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptextent/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptextent/model.yml index bca98bb599b5..4504059e465f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptextent/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptextent/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.iscriptextent", "Method[get_endscriptposition]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptposition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptposition/model.yml index d7bd08fa8a60..bf66daef2c70 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptposition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageiscriptposition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.iscriptposition", "Method[get_file]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageitypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageitypename/model.yml index b7ce4926fef8..29d35dbc5c00 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageitypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageitypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.itypename", "Method[get_assemblyname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagelabeledstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagelabeledstatementast/model.yml index e088c235328c..00195d01d1ab 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagelabeledstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagelabeledstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.labeledstatementast", "Method[labeledstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageloopstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageloopstatementast/model.yml index 96efa7f7705a..f087d0878974 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageloopstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageloopstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.loopstatementast", "Method[loopstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberast/model.yml index 420df59cab41..16c034b9fad0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.memberast", "Method[get_name]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberexpressionast/model.yml index ab3926e7d601..4cb10b9fbe7e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagememberexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.memberexpressionast", "Method[memberexpressionast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedattributeargumentast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedattributeargumentast/model.yml index b0717bcbb035..71349cc9af80 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedattributeargumentast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedattributeargumentast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.namedattributeargumentast", "Method[namedattributeargumentast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedblockast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedblockast/model.yml index 0bebf353cb68..5819a06fb1fd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedblockast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenamedblockast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.namedblockast", "Method[namedblockast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenumbertoken/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenumbertoken/model.yml index d90be24cf537..d6db9902f7d4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenumbertoken/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagenumbertoken/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.numbertoken", "Method[get_value]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparameterast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparameterast/model.yml index cb54d762a1f9..dfad7c42b0a6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparameterast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparameterast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.parameterast", "Method[parameterast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparametertoken/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparametertoken/model.yml index e261cc0c2755..0ceaa8a0a684 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparametertoken/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparametertoken/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.parametertoken", "Method[get_parametername]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparenexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparenexpressionast/model.yml index c6d40e895215..dd5f949a2d2a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparenexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparenexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.parenexpressionast", "Method[parenexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparseerror/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparseerror/model.yml index 75e750a5697f..eea0b57b9afd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparseerror/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageparseerror/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.parseerror", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelineast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelineast/model.yml index 7684f36ca582..6b7ac5e6bba1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelineast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelineast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.pipelineast", "Method[pipelineast]", "Argument[this]", "Argument[1]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinebaseast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinebaseast/model.yml index f13eede2fb7a..e620b0305b28 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinebaseast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinebaseast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.pipelinebaseast", "Method[getpureexpression]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinechainast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinechainast/model.yml index c397d6ad8e69..47607860eea8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinechainast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepipelinechainast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.pipelinechainast", "Method[pipelinechainast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageprimitives/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageprimitives/model.yml index e38dcc16e257..856ecc9e8e1b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageprimitives/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageprimitives/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.languageprimitives!", "Method[convertpsobjecttotype]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepropertymemberast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepropertymemberast/model.yml index 3fd9ca46669c..fcf4f9959c68 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepropertymemberast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagepropertymemberast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.propertymemberast", "Method[propertymemberast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereflectiontypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereflectiontypename/model.yml index 87f6e29d8564..cc781c67823f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereflectiontypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereflectiontypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.reflectiontypename", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereturnstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereturnstatementast/model.yml index e540f1d126e9..7119d14f5cae 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereturnstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagereturnstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.returnstatementast", "Method[returnstatementast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockast/model.yml index 0f5fa7686cee..efb17f701cbc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.scriptblockast", "Method[scriptblockast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockexpressionast/model.yml index 5d8ade73e17b..55ea2dcdc63c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptblockexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.scriptblockexpressionast", "Method[scriptblockexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptextent/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptextent/model.yml index afe323146f5e..5e414a44e8e7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptextent/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptextent/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.scriptextent", "Method[scriptextent]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptposition/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptposition/model.yml index 055c21f0115d..a38c4f8bc69d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptposition/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagescriptposition/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.scriptposition", "Method[scriptposition]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagestringconstantexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagestringconstantexpressionast/model.yml index cdebc2b30379..63000dd4a4aa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagestringconstantexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagestringconstantexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.stringconstantexpressionast", "Method[get_value]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagesubexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagesubexpressionast/model.yml index fd8071c5c408..13c4856b2f1e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagesubexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagesubexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.subexpressionast", "Method[subexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageswitchstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageswitchstatementast/model.yml index b3dc085516a7..2269154b703e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageswitchstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageswitchstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.switchstatementast", "Method[switchstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageternaryexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageternaryexpressionast/model.yml index 8dc3e84fdf6e..aeb665d6d1fc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageternaryexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageternaryexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.ternaryexpressionast", "Method[ternaryexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagethrowstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagethrowstatementast/model.yml index 505a9867b2dc..4f6d1c76d7e7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagethrowstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagethrowstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.throwstatementast", "Method[throwstatementast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetoken/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetoken/model.yml index e8ec87d55eb8..0695b10a85e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetoken/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetoken/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.token", "Method[get_extent]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrapstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrapstatementast/model.yml index a017a8061690..898127f9dea5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrapstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrapstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.trapstatementast", "Method[trapstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrystatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrystatementast/model.yml index 31da566c50fe..7987bc87fd9c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrystatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetrystatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.trystatementast", "Method[trystatementast]", "Argument[1]", "Argument[3]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypedefinitionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypedefinitionast/model.yml index a71bac09796e..fa381b1d514e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypedefinitionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypedefinitionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.typedefinitionast", "Method[typedefinitionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypeexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypeexpressionast/model.yml index 8271b15dcbed..5c9566a3e633 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypeexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypeexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.typeexpressionast", "Method[typeexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypename/model.yml index edcb1acfb550..a09b68df870d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagetypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.typename", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageunaryexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageunaryexpressionast/model.yml index f88a31d6ef87..902889a2e6e0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageunaryexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageunaryexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.unaryexpressionast", "Method[unaryexpressionast]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingexpressionast/model.yml index dbc0e8e87ae4..ac5d75a4fcf0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingexpressionast/model.yml @@ -1,12 +1,12 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.usingexpressionast!", "Method[extractusingvariable]", "Argument[0]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.usingexpressionast", "Method[usingexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingstatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingstatementast/model.yml index 76679b77f5ee..5229c0cb9725 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingstatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguageusingstatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.usingstatementast", "Method[usingstatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariableexpressionast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariableexpressionast/model.yml index 7211bfc220a4..41cfdf115957 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariableexpressionast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariableexpressionast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.variableexpressionast", "Method[variableexpressionast]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariabletoken/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariabletoken/model.yml index ad10bbec181a..ce95feb70ffc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariabletoken/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagevariabletoken/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.variabletoken", "Method[get_name]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagewhilestatementast/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagewhilestatementast/model.yml index d10260092efd..56159388fa62 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagewhilestatementast/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlanguagewhilestatementast/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.language.whilestatementast", "Method[whilestatementast]", "Argument[1]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlinebreakpoint/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlinebreakpoint/model.yml index ee70ba36d463..de061af7278d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlinebreakpoint/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlinebreakpoint/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.linebreakpoint", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrol/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrol/model.yml index cf6fbf9c9959..a1a92399d5ef 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrol/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrol/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.listcontrol", "Method[listcontrol]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolbuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolbuilder/model.yml index 10ddb182ef35..78afe87ba6ac 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolbuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolbuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.listcontrolbuilder", "Method[endlist]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentry/model.yml index 783941dbaea6..199f2c5ca07f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.listcontrolentry", "Method[get_selectedby]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentryitem/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentryitem/model.yml index c966e16c03b6..d5031f1379c5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentryitem/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistcontrolentryitem/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.listcontrolentryitem", "Method[listcontrolentryitem]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistentrybuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistentrybuilder/model.yml index 0e99b92a5b94..9c265b19a45b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistentrybuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationlistentrybuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.listentrybuilder", "Method[additemproperty]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationmoduleintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationmoduleintrinsics/model.yml index a81ab660e827..415940577e8f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationmoduleintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationmoduleintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.moduleintrinsics!", "Method[getmodulepath]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationorderedhashtable/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationorderedhashtable/model.yml index 4badd607de73..ddba18d61778 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationorderedhashtable/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationorderedhashtable/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.orderedhashtable", "Method[getenumerator]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterattribute/model.yml index fe360da542b9..fba3be6439a5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.parameterattribute", "Method[parameterattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterbindingexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterbindingexception/model.yml index 861706d0656f..ec0efa1f95e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterbindingexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparameterbindingexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.parameterbindingexception", "Method[get_commandinvocation]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparametermetadata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparametermetadata/model.yml index 42c5a1b2eeb3..a142fd3cb079 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparametermetadata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparametermetadata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.parametermetadata", "Method[get_aliases]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparentcontainserrorrecordexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparentcontainserrorrecordexception/model.yml index f09af56ccd90..7f97abea77a1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparentcontainserrorrecordexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparentcontainserrorrecordexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.parentcontainserrorrecordexception", "Method[parentcontainserrorrecordexception]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparseexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparseexception/model.yml index 2bd0dd959820..5f479a0b8166 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparseexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationparseexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.parseexception", "Method[get_errors]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathinfo/model.yml index 71ecc5d88af4..1b29e1f3776c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pathinfo", "Method[get_drive]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathintrinsics/model.yml index 8382bb177b63..f4b8064eb7cd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpathintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pathintrinsics", "Method[combine]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpowershellstreams/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpowershellstreams/model.yml index 2ab127e69e0a..95e7c71fdedf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpowershellstreams/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpowershellstreams/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.powershellstreams", "Method[powershellstreams]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprocessrunspacedebugendeventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprocessrunspacedebugendeventargs/model.yml index 0ae70deee126..4d743aacc3cf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprocessrunspacedebugendeventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprocessrunspacedebugendeventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.processrunspacedebugendeventargs", "Method[processrunspacedebugendeventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprogressrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprogressrecord/model.yml index a97bdb2ca2d0..3be257cdb0f9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprogressrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprogressrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.progressrecord", "Method[progressrecord]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletprovider/model.yml index 7b1046bf98b8..6fe76cc56f46 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.cmdletprovider", "Method[get_credential]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletproviderattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletproviderattribute/model.yml index 950c3fb64d4b..e1b79443f4f9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletproviderattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercmdletproviderattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.cmdletproviderattribute", "Method[cmdletproviderattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercontainercmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercontainercmdletprovider/model.yml index 4cd00529ef74..787c3af411a9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercontainercmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidercontainercmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.containercmdletprovider", "Method[convertpath]", "Argument[0]", "Argument[2]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderdrivecmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderdrivecmdletprovider/model.yml index b7ed8dfbb6db..53516433e7b2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderdrivecmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderdrivecmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.drivecmdletprovider", "Method[initializedefaultdrives]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericmdletprovidersupportshelp/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericmdletprovidersupportshelp/model.yml index e38bcbb9f35d..bb051bad982e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericmdletprovidersupportshelp/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericmdletprovidersupportshelp/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.icmdletprovidersupportshelp", "Method[gethelpmaml]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentcmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentcmdletprovider/model.yml index b094817e0464..3715e9c30047 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentcmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentcmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.icontentcmdletprovider", "Method[getcontentreader]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentreader/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentreader/model.yml index 3073dddfdda7..b90317a424ca 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentreader/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentreader/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.icontentreader", "Method[read]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentwriter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentwriter/model.yml index 3fe5eab3f308..af72fe501df0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentwriter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidericontentwriter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.icontentwriter", "Method[write]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinfo/model.yml index 12a76c393c1e..c6531bfdbd42 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.providerinfo", "Method[get_modulename]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinvocationexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinvocationexception/model.yml index 80fa26513292..88eafd414a2f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinvocationexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproviderinvocationexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.providerinvocationexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovideritemcmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovideritemcmdletprovider/model.yml index f6dc11163487..9f231c544662 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovideritemcmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovideritemcmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.itemcmdletprovider", "Method[expandpath]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernameambiguousexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernameambiguousexception/model.yml index 8f73df687202..b37374868b28 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernameambiguousexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernameambiguousexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.providernameambiguousexception", "Method[get_possiblematches]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernavigationcmdletprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernavigationcmdletprovider/model.yml index 602ab45a0039..fee79510016e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernavigationcmdletprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationprovidernavigationcmdletprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.provider.navigationcmdletprovider", "Method[getchildname]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproxycommand/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproxycommand/model.yml index 91cb2e8172ea..0c495c1a2bd1 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproxycommand/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationproxycommand/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.proxycommand!", "Method[gethelpcomments]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsadaptedproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsadaptedproperty/model.yml index c2f5aa8a954d..ec629e210036 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsadaptedproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsadaptedproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psadaptedproperty", "Method[get_baseobject]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsaliasproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsaliasproperty/model.yml index 547991ec732e..28f2ea00cd96 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsaliasproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsaliasproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psaliasproperty", "Method[psaliasproperty]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentexception/model.yml index 76e20908c9c4..0b35e9d8cc87 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psargumentexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentnullexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentnullexception/model.yml index 3b4f2e15901f..a94b155bdfbd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentnullexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsargumentnullexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psargumentnullexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsclassinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsclassinfo/model.yml index 9ad878e36a96..428383dc1133 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsclassinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsclassinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psclassinfo", "Method[updatemembers]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscmdlet/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscmdlet/model.yml index 07291be489f0..76542fabb194 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscmdlet/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscmdlet/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pscmdlet", "Method[get_events]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodemethod/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodemethod/model.yml index 37f5f16f2e03..573720afea88 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodemethod/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodemethod/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pscodemethod", "Method[pscodemethod]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodeproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodeproperty/model.yml index 65e3b5ef6a3d..37c9b50e56ee 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodeproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscodeproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pscodeproperty", "Method[pscodeproperty]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscommand/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscommand/model.yml index 85c846d3899a..57964a6f25bb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscommand/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscommand/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pscommand", "Method[addargument]", "Argument[this]", "ReturnValue", "value"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscredential/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscredential/model.yml index 3082cdbec100..2626045d32ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscredential/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpscredential/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pscredential", "Method[get_password]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdatacollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdatacollection/model.yml index 9afa93e772c4..3a29a6ffade8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdatacollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdatacollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psdatacollection", "Method[get_syncroot]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdebugcontext/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdebugcontext/model.yml index 32aa827f1d48..f05639ede4f6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdebugcontext/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdebugcontext/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psdebugcontext", "Method[psdebugcontext]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdriveinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdriveinfo/model.yml index e6ab21d3a23d..42a8421f474b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdriveinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdriveinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psdriveinfo", "Method[get_name]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdynamicmember/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdynamicmember/model.yml index 197491e62a6d..03300000b2cc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdynamicmember/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsdynamicmember/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psdynamicmember", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventargscollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventargscollection/model.yml index 4243d6d7dece..dd63451c73d7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventargscollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventargscollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pseventargscollection", "Method[get_item]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventhandler/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventhandler/model.yml index 354a94c78b9a..5647ca8963ac 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventhandler/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventhandler/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pseventhandler", "Method[pseventhandler]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventjob/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventjob/model.yml index ae4bb45695d9..0598b09c3fac 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventjob/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventjob/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pseventjob", "Method[get_module]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventmanager/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventmanager/model.yml index eb9cd3fed10c..90557da784b7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventmanager/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpseventmanager/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pseventmanager", "Method[createevent]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsinvocationstateinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsinvocationstateinfo/model.yml index d10b29cb5f36..4adff9062758 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsinvocationstateinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsinvocationstateinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psinvocationstateinfo", "Method[get_reason]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsjobstarteventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsjobstarteventargs/model.yml index 94ff27de8aac..4b513522a6a0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsjobstarteventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsjobstarteventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psjobstarteventargs", "Method[psjobstarteventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpslistmodifier/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpslistmodifier/model.yml index d4c51d6b93ff..ba46aa31836c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpslistmodifier/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpslistmodifier/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pslistmodifier", "Method[applyto]", "Argument[this]", "Argument[0].Element", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberinfo/model.yml index 69c0c823b292..a18dd36169fb 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psmemberinfo", "Method[copy]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberset/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberset/model.yml index 5d171d5c1bbc..30ad4e314719 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberset/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmemberset/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psmemberset", "Method[get_members]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmethodinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmethodinfo/model.yml index 57418d8e8a1c..f98fd162c108 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmethodinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmethodinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psmethodinfo", "Method[get_overloaddefinitions]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmoduleinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmoduleinfo/model.yml index 4ead05f4bdfb..82660230f1bc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmoduleinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsmoduleinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psmoduleinfo", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsnoteproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsnoteproperty/model.yml index 7d5898afee06..ae16d6f379d4 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsnoteproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsnoteproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psnoteproperty", "Method[psnoteproperty]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobject/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobject/model.yml index 52b9b457dc2a..9970ba5f5f93 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobject/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobject/model.yml @@ -1,12 +1,12 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psobject!", "Method[aspsobject]", "Argument[0]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psobject", "Method[copy]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjectpropertydescriptor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjectpropertydescriptor/model.yml index 5a8dc0c430d4..538a16d05721 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjectpropertydescriptor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjectpropertydescriptor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psobjectpropertydescriptor", "Method[getvalue]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptionprovider/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptionprovider/model.yml index 4e7b550f82de..4c73f90f1685 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptionprovider/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptionprovider/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psobjecttypedescriptionprovider", "Method[gettypedescriptor]", "Argument[1]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptor/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptor/model.yml index 45fd664664d6..761fb774ff21 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptor/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsobjecttypedescriptor/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psobjecttypedescriptor", "Method[getpropertyowner]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsparameterizedproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsparameterizedproperty/model.yml index f480d26a04b3..1cbfcee5ff3f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsparameterizedproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsparameterizedproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psparameterizedproperty", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsprimitivedictionary/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsprimitivedictionary/model.yml index 7af0d55c82df..a4bfd8a5f802 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsprimitivedictionary/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsprimitivedictionary/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psprimitivedictionary", "Method[add]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsproperty/model.yml index cfc2b7855475..683f018fbd58 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psproperty", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyadapter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyadapter/model.yml index 39607bea4fe2..00ac327ee524 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyadapter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyadapter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pspropertyadapter", "Method[getproperties]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyset/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyset/model.yml index 5415d46a1792..124bd042041a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyset/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpspropertyset/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pspropertyset", "Method[pspropertyset]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsreference/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsreference/model.yml index d5f37d8e120a..fd7f6dda0e07 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsreference/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsreference/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psreference", "Method[psreference]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptmethod/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptmethod/model.yml index a185f8c11430..d0c22cb3363b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptmethod/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptmethod/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psscriptmethod", "Method[get_script]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptproperty/model.yml index 3c9c2fbf8438..d181cf628598 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsscriptproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psscriptproperty", "Method[get_getterscript]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssecurityexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssecurityexception/model.yml index 846744fbf823..fecfd6e903a2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssecurityexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssecurityexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pssecurityexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssnapininfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssnapininfo/model.yml index 6a6322682bf0..bc5411db396a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssnapininfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpssnapininfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pssnapininfo", "Method[get_description]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsstyle/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsstyle/model.yml index cb2622146fb5..4dd0f3aba6d5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsstyle/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsstyle/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psstyle", "Method[formathyperlink]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstoken/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstoken/model.yml index 841e1a2d52a0..4282f18ef8ec 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstoken/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstoken/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pstoken", "Method[get_content]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstracesource/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstracesource/model.yml index 4781cf29cc23..54ea3e30f4a0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstracesource/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstracesource/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pstracesource", "Method[get_attributes]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypeconverter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypeconverter/model.yml index 43734d1deed0..92a00d68f378 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypeconverter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypeconverter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pstypeconverter", "Method[convertfrom]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypename/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypename/model.yml index 4895782ae8c2..811d82a664b6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypename/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypename/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pstypename", "Method[pstypename]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypenameattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypenameattribute/model.yml index a4f796b0913d..bb4b81a0593f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypenameattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpstypenameattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.pstypenameattribute", "Method[pstypenameattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariable/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariable/model.yml index daabf1f9718e..8e4896870adc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariable/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariable/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psvariable", "Method[get_modulename]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableintrinsics/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableintrinsics/model.yml index 1e484c0e032c..ba40a6770b59 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableintrinsics/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableintrinsics/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psvariableintrinsics", "Method[getvalue]", "Argument[1]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableproperty/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableproperty/model.yml index 6724853cc0ef..c17a1a7d2e94 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableproperty/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationpsvariableproperty/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.psvariableproperty", "Method[psvariableproperty]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationreadonlypsmemberinfocollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationreadonlypsmemberinfocollection/model.yml index 13d437ba1763..69e9974d9084 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationreadonlypsmemberinfocollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationreadonlypsmemberinfocollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.readonlypsmemberinfocollection", "Method[get_item]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremoteexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremoteexception/model.yml index b5e996c1595a..aabf2a0fa40f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremoteexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremoteexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoteexception", "Method[get_serializedremoteexception]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingclientclientsessiontransportmanagerbase/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingclientclientsessiontransportmanagerbase/model.yml index a8f3d8cfae07..b6d55b261546 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingclientclientsessiontransportmanagerbase/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingclientclientsessiontransportmanagerbase/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.client.clientsessiontransportmanagerbase", "Method[handledatareceived]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingorigininfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingorigininfo/model.yml index 36080b4f2cee..338e2d88cf68 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingorigininfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingorigininfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.origininfo", "Method[get_pscomputername]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpscertificatedetails/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpscertificatedetails/model.yml index cfec3581df4b..419cefdb97c7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpscertificatedetails/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpscertificatedetails/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.pscertificatedetails", "Method[pscertificatedetails]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsidentity/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsidentity/model.yml index 8c514f5823f6..82a189de8caa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsidentity/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsidentity/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.psidentity", "Method[psidentity]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsprincipal/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsprincipal/model.yml index 5966873199b3..0bc935107f96 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsprincipal/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpsprincipal/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.psprincipal", "Method[get_identity]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssenderinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssenderinfo/model.yml index 5417e337183c..301978c8d164 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssenderinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssenderinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.pssenderinfo", "Method[pssenderinfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfiguration/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfiguration/model.yml index 80912adab03a..a91946a78937 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfiguration/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfiguration/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.pssessionconfiguration", "Method[getinitialsessionstate]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfigurationdata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfigurationdata/model.yml index 168a9c8330ed..dc7aeb76f732 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfigurationdata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingpssessionconfigurationdata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.pssessionconfigurationdata", "Method[get_modulestoimport]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingtransporterroroccuredeventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingtransporterroroccuredeventargs/model.yml index c08c15834955..10edf50a3e6a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingtransporterroroccuredeventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationremotingtransporterroroccuredeventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.remoting.transporterroroccuredeventargs", "Method[transporterroroccuredeventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrepository/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrepository/model.yml index 697ff2ec6b2f..273158c6bbc8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrepository/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrepository/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.repository", "Method[getitems]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacepoolstateinfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacepoolstateinfo/model.yml index 8d7f0cd035fd..d2450495d344 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacepoolstateinfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacepoolstateinfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspacepoolstateinfo", "Method[runspacepoolstateinfo]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacerepository/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacerepository/model.yml index 3090e6ab295e..8178be55c1d5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacerepository/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacerepository/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspacerepository", "Method[get_runspaces]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesaliaspropertydata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesaliaspropertydata/model.yml index 62d078598517..e5636b92c17c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesaliaspropertydata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesaliaspropertydata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.aliaspropertydata", "Method[aliaspropertydata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodemethoddata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodemethoddata/model.yml index 1e931bd11ab0..1d96ccd89b3f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodemethoddata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodemethoddata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.codemethoddata", "Method[codemethoddata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodepropertydata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodepropertydata/model.yml index 19b7870a1c09..b6af9a86aa7d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodepropertydata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescodepropertydata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.codepropertydata", "Method[codepropertydata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommand/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommand/model.yml index f6545a8de808..1cfafa69863c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommand/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommand/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.command", "Method[command]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandcollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandcollection/model.yml index 8423a8b987b3..2a506c33bd98 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandcollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandcollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.commandcollection", "Method[addscript]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparameter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparameter/model.yml index e450f2abfd1c..b60edb832bba 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparameter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparameter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.commandparameter", "Method[commandparameter]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparametercollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparametercollection/model.yml index fcf3b149954f..958d7ca27aed 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparametercollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescommandparametercollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.commandparametercollection", "Method[add]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescontainerconnectioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescontainerconnectioninfo/model.yml index 1b7dbffb38e5..d7aea4e1e63b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescontainerconnectioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacescontainerconnectioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.containerconnectioninfo!", "Method[createcontainerconnectioninfo]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesformattableloadexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesformattableloadexception/model.yml index 977e44170bfd..c8466976ef9c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesformattableloadexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesformattableloadexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.formattableloadexception", "Method[get_errors]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstate/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstate/model.yml index c72de9f046ee..c1efb350b147 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstate/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstate/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.initialsessionstate", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentry/model.yml index aaf30c51296d..c61471246054 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.initialsessionstateentry", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentrycollection/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentrycollection/model.yml index 30dfab4d403c..7330abd1a101 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentrycollection/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesinitialsessionstateentrycollection/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.initialsessionstateentrycollection", "Method[add]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesmembersetdata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesmembersetdata/model.yml index d8bb1d347a78..cb0ca4c173a5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesmembersetdata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesmembersetdata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.membersetdata", "Method[membersetdata]", "Argument[1].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnamedpipeconnectioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnamedpipeconnectioninfo/model.yml index da8ff6dd3cf6..e35edea04e5a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnamedpipeconnectioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnamedpipeconnectioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.namedpipeconnectioninfo", "Method[namedpipeconnectioninfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnotepropertydata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnotepropertydata/model.yml index bbc9aee0ce48..0b6e7fea1237 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnotepropertydata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesnotepropertydata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.notepropertydata", "Method[notepropertydata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipeline/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipeline/model.yml index c1990859b4eb..2e1b788a54b0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipeline/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipeline/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.pipeline", "Method[connect]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipelinewriter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipelinewriter/model.yml index 6962315cdd58..4deef90acdb3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipelinewriter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespipelinewriter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.pipelinewriter", "Method[get_waithandle]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespowershellprocessinstance/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespowershellprocessinstance/model.yml index 50cd26780503..f16d4c0f027c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespowershellprocessinstance/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespowershellprocessinstance/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.powershellprocessinstance", "Method[powershellprocessinstance]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespropertysetdata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespropertysetdata/model.yml index 7f88b083ae07..cc5da233f7a8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespropertysetdata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespropertysetdata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.propertysetdata", "Method[propertysetdata]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespsconsoleloadexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespsconsoleloadexception/model.yml index 8bb92f33a6a0..d026ee36a1a9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespsconsoleloadexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespsconsoleloadexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.psconsoleloadexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssession/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssession/model.yml index 73a8769c738f..64a08cec7526 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssession/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssession/model.yml @@ -1,13 +1,13 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.pssession!", "Method[create]", "Argument[0]", "ReturnValue", "taint"] - ["system.management.automation.runspaces.pssession!", "Method[create]", "Argument[1]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.pssession", "Method[get_applicationprivatedata]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssnapinexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssnapinexception/model.yml index 3f915d2b81f4..91164aebeb33 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssnapinexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacespssnapinexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.pssnapinexception", "Method[get_message]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingdebugrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingdebugrecord/model.yml index 5f628d609986..2430f30ac4cd 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingdebugrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingdebugrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotingdebugrecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingerrorrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingerrorrecord/model.yml index 1fd910d20736..81c77fde6744 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingerrorrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingerrorrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotingerrorrecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotinginformationrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotinginformationrecord/model.yml index 6bb7a771df09..f696fba2cab2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotinginformationrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotinginformationrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotinginformationrecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingprogressrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingprogressrecord/model.yml index 338e1f067d59..3916387d8161 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingprogressrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingprogressrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotingprogressrecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingverboserecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingverboserecord/model.yml index 008c118f7494..db6f36a945dc 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingverboserecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingverboserecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotingverboserecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingwarningrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingwarningrecord/model.yml index 7b7a7cee7eee..048f42a84513 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingwarningrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesremotingwarningrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.remotingwarningrecord", "Method[get_origininfo]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspace/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspace/model.yml index da8ecf485f12..0f32b02aad4b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspace/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspace/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.runspace", "Method[createdisconnectedpipeline]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceconnectioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceconnectioninfo/model.yml index e3f539cfc479..e09b1bf6a00b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceconnectioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceconnectioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.runspaceconnectioninfo", "Method[clone]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacefactory/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacefactory/model.yml index 4bd8957a972d..eba5ab6a47be 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacefactory/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacefactory/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.runspacefactory!", "Method[createrunspace]", "Argument[0]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceopenmoduleloadexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceopenmoduleloadexception/model.yml index bb0c3fc632a5..cba5b23aae18 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceopenmoduleloadexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspaceopenmoduleloadexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.runspaceopenmoduleloadexception", "Method[get_errorrecords]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacepool/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacepool/model.yml index 203f43585804..1a39c4761d27 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacepool/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesrunspacepool/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.runspacepool", "Method[createdisconnectedpowershells]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptmethoddata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptmethoddata/model.yml index be2ceae1cd61..d73212df9846 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptmethoddata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptmethoddata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.scriptmethoddata", "Method[scriptmethoddata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptpropertydata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptpropertydata/model.yml index 257038f89446..94efc9f20d92 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptpropertydata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacesscriptpropertydata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.scriptpropertydata", "Method[scriptpropertydata]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatealiasentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatealiasentry/model.yml index 250dc707345e..6bbf5390274c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatealiasentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatealiasentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatealiasentry", "Method[sessionstatealiasentry]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateapplicationentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateapplicationentry/model.yml index 529b603fd57e..c7a88acac15b 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateapplicationentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateapplicationentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstateapplicationentry", "Method[sessionstateapplicationentry]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateassemblyentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateassemblyentry/model.yml index db16337f5ae9..f1d3897a687c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateassemblyentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateassemblyentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstateassemblyentry", "Method[sessionstateassemblyentry]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatecmdletentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatecmdletentry/model.yml index 621f6d8e4ca3..87957ca5b8d3 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatecmdletentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatecmdletentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatecmdletentry", "Method[sessionstatecmdletentry]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateformatentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateformatentry/model.yml index e82f5b96b9bb..eace20f81512 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateformatentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateformatentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstateformatentry", "Method[sessionstateformatentry]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatefunctionentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatefunctionentry/model.yml index 0daeb9fb4a53..373fbd5e060d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatefunctionentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatefunctionentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatefunctionentry", "Method[sessionstatefunctionentry]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproviderentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproviderentry/model.yml index abd47dadb447..a7d9e444000e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproviderentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproviderentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstateproviderentry", "Method[sessionstateproviderentry]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproxy/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproxy/model.yml index 8fe1a345c9d6..07503c357216 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproxy/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstateproxy/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstateproxy", "Method[get_applications]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatescriptentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatescriptentry/model.yml index b46e9bf140ca..a64916044d69 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatescriptentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatescriptentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatescriptentry", "Method[sessionstatescriptentry]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatetypeentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatetypeentry/model.yml index d21b701a8657..91dd9d161d59 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatetypeentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatetypeentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatetypeentry", "Method[sessionstatetypeentry]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatevariableentry/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatevariableentry/model.yml index 84b5a5735219..e42c28bfd696 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatevariableentry/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessessionstatevariableentry/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sessionstatevariableentry", "Method[sessionstatevariableentry]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessshconnectioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessshconnectioninfo/model.yml index dfe6cf7de52b..bc80142c9bb0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessshconnectioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacessshconnectioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.sshconnectioninfo", "Method[sshconnectioninfo]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypedata/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypedata/model.yml index 4779284ee365..c22efc2d20e6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypedata/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypedata/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.typedata", "Method[copy]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypetableloadexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypetableloadexception/model.yml index f6bfbb93470e..18f1ff3bbdcf 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypetableloadexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspacestypetableloadexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.typetableloadexception", "Method[get_errors]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspaceswsmanconnectioninfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspaceswsmanconnectioninfo/model.yml index acadf5ca8baf..e15db21c5c22 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspaceswsmanconnectioninfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationrunspaceswsmanconnectioninfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runspaces.wsmanconnectioninfo", "Method[copy]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimedefinedparameter/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimedefinedparameter/model.yml index 95a2e49fd226..ffd2921b6c3e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimedefinedparameter/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimedefinedparameter/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runtimedefinedparameter", "Method[runtimedefinedparameter]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimeexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimeexception/model.yml index 68cfca473115..f7fc6c5d1d76 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimeexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationruntimeexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.runtimeexception", "Method[runtimeexception]", "Argument[2]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationscriptrequiresexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationscriptrequiresexception/model.yml index e35522fa08db..a343e09150c0 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationscriptrequiresexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationscriptrequiresexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.scriptrequiresexception", "Method[get_commandname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsemanticversion/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsemanticversion/model.yml index f8506bb00193..e2b2ea9f2aaa 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsemanticversion/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsemanticversion/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.semanticversion", "Method[semanticversion]", "Argument[3]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstate/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstate/model.yml index a2b664ccd840..23cf24cac48f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstate/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstate/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.sessionstate", "Method[get_applications]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstateexception/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstateexception/model.yml index 033227f27ea5..1d5aabaab0f6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstateexception/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsessionstateexception/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.sessionstateexception", "Method[get_itemname]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsignature/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsignature/model.yml index d577f6042701..8929989df004 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsignature/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsignature/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.signature", "Method[get_path]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationstartrunspacedebugprocessingeventargs/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationstartrunspacedebugprocessingeventargs/model.yml index 3526708adec2..c4cf473398e5 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationstartrunspacedebugprocessingeventargs/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationstartrunspacedebugprocessingeventargs/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.startrunspacedebugprocessingeventargs", "Method[startrunspacedebugprocessingeventargs]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackcontext/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackcontext/model.yml index 0c04307aa811..3c58d0d1c202 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackcontext/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackcontext/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.feedback.feedbackcontext", "Method[feedbackcontext]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackitem/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackitem/model.yml index 57f7c002cd47..7f0de191aa26 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackitem/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemfeedbackfeedbackitem/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.feedback.feedbackitem", "Method[feedbackitem]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemisubsystem/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemisubsystem/model.yml index dcec7dc6508e..14f5e3537721 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemisubsystem/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemisubsystem/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.isubsystem", "Method[get_id]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictionclient/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictionclient/model.yml index 87bad4dca4be..76d4526022a7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictionclient/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictionclient/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.prediction.predictionclient", "Method[predictionclient]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictioncontext/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictioncontext/model.yml index 51b301e6a9b8..7275255df372 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictioncontext/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictioncontext/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.prediction.predictioncontext", "Method[predictioncontext]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictivesuggestion/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictivesuggestion/model.yml index 9eabe11c0c9c..ddf2ffb7d57f 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictivesuggestion/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionpredictivesuggestion/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.prediction.predictivesuggestion", "Method[predictivesuggestion]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionsuggestionpackage/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionsuggestionpackage/model.yml index 5a2d0982544c..173b2c3fdb04 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionsuggestionpackage/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystempredictionsuggestionpackage/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.prediction.suggestionpackage", "Method[suggestionpackage]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemsubsysteminfo/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemsubsysteminfo/model.yml index 71da185bcd08..c76fd91b196e 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemsubsysteminfo/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationsubsystemsubsysteminfo/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.subsystem.subsysteminfo", "Method[get_implementations]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrol/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrol/model.yml index 362e89e73550..bf102c1bfa09 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrol/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrol/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablecontrol", "Method[tablecontrol]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolbuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolbuilder/model.yml index e25fd0cff4a9..09a6f0e95c1a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolbuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolbuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablecontrolbuilder", "Method[addheader]", "Argument[this]", "ReturnValue", "value"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumn/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumn/model.yml index b6104fcf3aa6..4a1e29604c46 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumn/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumn/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablecontrolcolumn", "Method[tablecontrolcolumn]", "Argument[1]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumnheader/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumnheader/model.yml index 5b0c5a44b2c7..b7d6d2a490e7 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumnheader/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolcolumnheader/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablecontrolcolumnheader", "Method[tablecontrolcolumnheader]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolrow/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolrow/model.yml index 913895752cec..4b39d17f1493 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolrow/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablecontrolrow/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablecontrolrow", "Method[tablecontrolrow]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablerowdefinitionbuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablerowdefinitionbuilder/model.yml index 508937f3e5f2..e54d0a43251c 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablerowdefinitionbuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationtablerowdefinitionbuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.tablerowdefinitionbuilder", "Method[addpropertycolumn]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatedriveattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatedriveattribute/model.yml index 7e990d309db5..333412dc6fd2 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatedriveattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatedriveattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.validatedriveattribute", "Method[get_validrootdrives]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatepatternattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatepatternattribute/model.yml index 26dc5fa0427c..a43069dcf0ce 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatepatternattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatepatternattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.validatepatternattribute", "Method[validatepatternattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidaterangeattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidaterangeattribute/model.yml index 00c28f52f1f8..0e1f923ef8d8 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidaterangeattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidaterangeattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.validaterangeattribute", "Method[validaterangeattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatescriptattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatescriptattribute/model.yml index 47215f0b6658..6d9c4f5fe8b9 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatescriptattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatescriptattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.validatescriptattribute", "Method[validatescriptattribute]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatesetattribute/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatesetattribute/model.yml index cd456f9b0336..953e436ce068 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatesetattribute/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvalidatesetattribute/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.validatesetattribute", "Method[get_validvalues]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablebreakpoint/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablebreakpoint/model.yml index 15aa38466cfb..949ead584cc6 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablebreakpoint/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablebreakpoint/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.variablebreakpoint", "Method[tostring]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablepath/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablepath/model.yml index b3375e08c864..d92d6cfb541a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablepath/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationvariablepath/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.variablepath", "Method[get_drivename]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwarningrecord/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwarningrecord/model.yml index 600aeeb7d431..bc289573e149 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwarningrecord/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwarningrecord/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.warningrecord", "Method[get_fullyqualifiedwarningid]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrol/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrol/model.yml index d471a901e34b..dd2d3ddc3f52 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrol/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrol/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.widecontrol", "Method[widecontrol]", "Argument[0].Element", "Argument[this]", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolbuilder/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolbuilder/model.yml index 145b8506537e..95e8a15aa82d 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolbuilder/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolbuilder/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.widecontrolbuilder", "Method[addpropertyentry]", "Argument[this]", "ReturnValue", "value"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolentryitem/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolentryitem/model.yml index 79ac5a7cb15d..5cec5e2e2976 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolentryitem/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwidecontrolentryitem/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.widecontrolentryitem", "Method[get_selectedby]", "Argument[this]", "ReturnValue", "taint"] diff --git a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwildcardpattern/model.yml b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwildcardpattern/model.yml index a8ce116fb1ac..4355bfb5db3a 100644 --- a/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwildcardpattern/model.yml +++ b/powershell/ql/lib/semmle/code/powershell/frameworks/systemmanagementautomationwildcardpattern/model.yml @@ -1,6 +1,6 @@ extensions: - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.wildcardpattern!", "Method[escape]", "Argument[0]", "ReturnValue", "taint"] @@ -8,7 +8,7 @@ extensions: - ["system.management.automation.wildcardpattern!", "Method[unescape]", "Argument[0]", "ReturnValue", "taint"] - addsTo: - pack: microsoft-sdl/powershell-all + pack: microsoft/powershell-all extensible: summaryModel data: - ["system.management.automation.wildcardpattern", "Method[ismatch]", "Argument[0]", "Argument[this]", "taint"] diff --git a/powershell/ql/src/qlpack.yml b/powershell/ql/src/qlpack.yml index 8e7c697f5956..3eb0d6fa9513 100644 --- a/powershell/ql/src/qlpack.yml +++ b/powershell/ql/src/qlpack.yml @@ -6,6 +6,6 @@ groups: - queries extractor: powershell dependencies: - microsoft-sdl/powershell-all: ${workspace} + microsoft/powershell-all: ${workspace} codeql/suite-helpers: ${workspace} warnOnImplicitThis: true diff --git a/powershell/ql/test/qlpack.yml b/powershell/ql/test/qlpack.yml index b9e644ea2c3a..d035559ce0cb 100644 --- a/powershell/ql/test/qlpack.yml +++ b/powershell/ql/test/qlpack.yml @@ -3,7 +3,7 @@ groups: - powershell - test dependencies: - microsoft-sdl/powershell-all: ${workspace} + microsoft/powershell-all: ${workspace} microsoft-sdl/powershell-queries: ${workspace} extractor: powershell tests: .