1
+ extensions :
2
+ - addsTo :
3
+ pack : microsoft/powershell-all
4
+ extensible : sourceModel
5
+ data :
6
+ - ["microsoft.powershell.utility!", "Method[read-host].ReturnValue", "stdin"]
7
+ - ["microsoft.powershell.utility!", "Method[select-xml].ReturnValue[path]", "file"]
8
+ - ["microsoft.powershell.utility!", "Method[format-hex].ReturnValue[path]", "file"]
9
+
10
+ - addsTo :
11
+ pack : microsoft/powershell-all
12
+ extensible : summaryModel
13
+ data :
14
+ - ["microsoft.powershell.utility!", "Method[get-unique]", "Argument[-inputobject,pipeline].Element[?]", "ReturnValue.Element[?]", "value"]
15
+ - ["microsoft.powershell.utility!", "Method[join-string]", "Argument[-inputobject,pipeline].Element[?]", "ReturnValue", "taint"]
16
+ - ["microsoft.powershell.utility!", "Method[convertfrom-clixmlreference]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
17
+ - ["microsoft.powershell.utility!", "Method[convertfrom-csv]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
18
+ - ["microsoft.powershell.utility!", "Method[convertfrom-json]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
19
+ - ["microsoft.powershell.utility!", "Method[convertfrom-markdown]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
20
+ - ["microsoft.powershell.utility!", "Method[convertfrom-sddlstring]", "Argument[-sddl,0,pipeline]", "ReturnValue", "taint"]
21
+ - ["microsoft.powershell.utility!", "Method[convertfrom-stringdata]", "Argument[-stringdata,0,pipeline]", "ReturnValue", "taint"]
22
+ - ["microsoft.powershell.utility!", "Method[convertto-clixml]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
23
+ - ["microsoft.powershell.utility!", "Method[convertto-csv]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
24
+ - ["microsoft.powershell.utility!", "Method[convertto-html]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
25
+ - ["microsoft.powershell.utility!", "Method[convertto-json]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
26
+ - ["microsoft.powershell.utility!", "Method[convertto-xml]", "Argument[-inputobject,0,pipeline]", "ReturnValue", "taint"]
27
+ - ["microsoft.powershell.utility!", "Method[out-string]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
28
+ - ["microsoft.powershell.utility!", "Method[select-object]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
29
+ - ["microsoft.powershell.utility!", "Method[select-string]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
30
+ - ["microsoft.powershell.utility!", "Method[select-xml]", "Argument[-content,-path,-xml]", "ReturnValue", "taint"]
31
+ - ["microsoft.powershell.utility!", "Method[sort-object]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
32
+ - ["microsoft.powershell.utility!", "Method[tee-object]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
33
+ - ["microsoft.powershell.utility!", "Method[write-output]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
34
+ - ["microsoft.powershell.utility!", "Method[format-custom]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
35
+ - ["microsoft.powershell.utility!", "Method[format-hex]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
36
+ - ["microsoft.powershell.utility!", "Method[format-list]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
37
+ - ["microsoft.powershell.utility!", "Method[format-table]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
38
+ - ["microsoft.powershell.utility!", "Method[format-wide]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
39
+ - ["microsoft.powershell.utility!", "Method[get-unique]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
40
+ - ["microsoft.powershell.utility!", "Method[join-string]", "Argument[-inputobject,pipeline]", "ReturnValue", "taint"]
41
+
42
+ - addsTo :
43
+ pack : microsoft/powershell-all
44
+ extensible : typeModel
45
+ data :
46
+ - ["system.datetime", "microsoft.powershell.utility!", "Method[get-date].ReturnValue"]
47
+ - ["system.object", "microsoft.powershell.utility!", "Method[convertfrom-clixmlreference].ReturnValue"]
48
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[convertFrom-json].ReturnValue"]
49
+ - ["system.management.automation.hashtable", "microsoft.powershell.utility!", "Method[convertFrom-json].ReturnValue"]
50
+ - ["microsoft.powershell.markdownrender.markdownInfo", "microsoft.powershell.utility!", "Method[convertfrom-markdown].ReturnValue"]
51
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[convertfrom-sddlstring].ReturnValue"]
52
+ - ["system.collections.hashtable", "microsoft.powershell.utility!", "Method[convertfrom-stringdata].ReturnValue"]
53
+ - ["system.string", "microsoft.powershell.utility!", "Method[convertto-clixml].ReturnValue"]
54
+ - ["system.string", "microsoft.powershell.utility!", "Method[convertto-csv].ReturnValue"]
55
+ - ["system.string[]", "microsoft.powershell.utility!", "Method[convertto-csv].ReturnValue"]
56
+ - ["system.string", "microsoft.powershell.utility!", "Method[convertto-html].ReturnValue"]
57
+ - ["system.string[]", "microsoft.powershell.utility!", "Method[convertto-html].ReturnValue"]
58
+ - ["system.string", "microsoft.powershell.utility!", "Method[convertto-json].ReturnValue"]
59
+ - ["system.string[]", "microsoft.powershell.utility!", "Method[convertto-json].ReturnValue"]
60
+ - ["system.string", "microsoft.powershell.utility!", "Method[convertto-xml].ReturnValue"]
61
+ - ["system.string[]", "microsoft.powershell.utility!", "Method[convertto-xml].ReturnValue"]
62
+ - ["system.string", "microsoft.powershell.utility!", "Method[out-string].ReturnValue"]
63
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[select-object].ReturnValue"]
64
+ - ["microsoft.powerShell.commands.matchinfo", "microsoft.powershell.utility!", "Method[select-string].ReturnValue"]
65
+ - ["system.boolean", "microsoft.powershell.utility!", "Method[select-string].ReturnValue"]
66
+ - ["system.string", "microsoft.powershell.utility!", "Method[select-string].ReturnValue"]
67
+ - ["microsoft.powerShell.commands.selectxmlinfo", "microsoft.powershell.utility!", "Method[select-xml].ReturnValue"]
68
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[sort-object].ReturnValue"]
69
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[tee-object].ReturnValue"]
70
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[write-output].ReturnValue"]
71
+ - ["microsoft.powershell.commands.internal.format", "microsoft.powershell.utility!", "Method[format-custom].ReturnValue"]
72
+ - ["microsoft.powershell.commands.bytecollection", "microsoft.powershell.utility!", "Method[format-hex].ReturnValue"]
73
+ - ["microsoft.powershell.commands.internal.format", "microsoft.powershell.utility!", "Method[format-list].ReturnValue"]
74
+ - ["microsoft.powershell.commands.internal.format", "microsoft.powershell.utility!", "Method[format-table].ReturnValue"]
75
+ - ["microsoft.powershell.commands.internal.format", "microsoft.powershell.utility!", "Method[format-wide].ReturnValue"]
76
+ - ["pscustomobject", "microsoft.powershell.utility!", "Method[get-unique].ReturnValue"]
77
+ - ["system.string", "microsoft.powershell.utility!", "Method[join-string].ReturnValue"]
0 commit comments