Skip to content

Commit 084c75c

Browse files
author
Dilan Bhalla
committed
changing microsoft-sdl/powershell-all to microsoft/powershell-all
1 parent c3926d3 commit 084c75c

File tree

1,064 files changed

+1106
-1106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,064 files changed

+1106
-1106
lines changed

powershell/misc/typemodelgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def writeModels():
155155
with open(filename, "x") as file:
156156
file.write("extensions:\n")
157157
file.write(" - addsTo:\n")
158-
file.write(" pack: microsoft-sdl/powershell-all\n")
158+
file.write(" pack: microsoft/powershell-all\n")
159159
file.write(" extensible: typeModel\n")
160160
file.write(" data:\n")
161161
for summary in s:

powershell/ql/consistency-queries/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ groups:
55
- test
66
- consistency-queries
77
dependencies:
8-
microsoft-sdl/powershell-all: ${workspace}
8+
microsoft/powershell-all: ${workspace}
99
warnOnImplicitThis: true

powershell/ql/lib/semmle/code/powershell/frameworks/Accessibility/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.string", "accessibility.iaccessible", "Member[acchelp]"]

powershell/ql/lib/semmle/code/powershell/frameworks/IEHostExecute/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.int32", "iehost.execute.ieexecuteremote", "Method[executeasdll].ReturnValue"]

powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuild/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.boolean", "microsoft.activities.build.workflowbuildmessagetask", "Method[execute].ReturnValue"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.boolean", "microsoft.activities.build.debugger.debugbuildextension", "Method[execute].ReturnValue"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.boolean", "microsoft.activities.build.expressions.expressionsbuildextension", "Method[execute].ReturnValue"]

powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftActivitiesBuildValidation/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.boolean", "microsoft.activities.build.validation.reportdeferredvalidationerrorstask", "Method[execute].ReturnValue"]

powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftAspnetSnapin/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.int32", "microsoft.aspnet.snapin.iextendpropertysheet2", "Method[createpropertypages].ReturnValue"]

powershell/ql/lib/semmle/code/powershell/frameworks/MicrosoftBuildTasksWindows/model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extensions:
22
- addsTo:
3-
pack: microsoft-sdl/powershell-all
3+
pack: microsoft/powershell-all
44
extensible: typeModel
55
data:
66
- ["system.boolean", "microsoft.build.tasks.windows.resourcesgenerator", "Method[execute].ReturnValue"]

0 commit comments

Comments
 (0)