We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3101cc8 commit 1816356Copy full SHA for 1816356
powershell/ql/test/library-tests/frameworks/microsoft_powershell/test.ps1
@@ -5,4 +5,7 @@ $xmlQuery = "/Users/User"
5
$path = "C:/Users/MyData.xml"
6
$xmldata = Select-Xml -Path $path -XPath $xmlQuery # $ type="file stream"
7
8
-$hexdata = Format-Hex -Path $path -Count 48 # $ type="file stream"
+$hexdata = Format-Hex -Path $path -Count 48 # $ type="file stream"
9
+
10
+$remote_data1 = Iwr https://example.com/install.ps1 # $ MISSING: type="remote flow source"
11
+$remote_data2 = Invoke-RestMethod -Uri https://blogs.msdn.microsoft.com/powershell/feed/ # $ MISSING: type="remote flow source"
0 commit comments