Skip to content

Commit 9e83dee

Browse files
committed
PS: Accept test changes.
1 parent f5e7af1 commit 9e83dee

File tree

16 files changed

+613
-625
lines changed

16 files changed

+613
-625
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| ParamBlock.ps1:1:1:5:1 | {...} | 0 | ParamBlock.ps1:3:5:4:22 | Parameter |
1+
| ParamBlock.ps1:1:1:5:1 | {...} | 0 | ParamBlock.ps1:3:5:4:22 | parameter |
22
| ParamBlock.ps1:1:1:5:1 | {...} | 1 | ParamBlock.ps1:1:1:5:1 | [synth] pipeline |

powershell/ql/test/library-tests/ast/Expressions/expressions.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ cmdExpr
66
| ExpandableString.ps1:1:1:1:39 | [Stmt] Date: $([DateTime]::Now)\nName: $name | ExpandableString.ps1:1:1:1:39 | Date: $([DateTime]::Now)\nName: $name |
77
| ExpandableString.ps1:1:23:1:37 | [Stmt] Now | ExpandableString.ps1:1:23:1:37 | Now |
88
| MemberExpression.ps1:2:1:2:14 | [Stmt] ... | MemberExpression.ps1:2:1:2:14 | ... |
9-
| SubExpression.ps1:1:1:1:23 | [Stmt] Call to AddDays | SubExpression.ps1:1:1:1:23 | Call to AddDays |
10-
| SubExpression.ps1:1:3:1:10 | [Stmt] Call to Get-Date | SubExpression.ps1:1:3:1:10 | Call to Get-Date |
11-
| SubExpression.ps1:2:1:2:21 | [Stmt] Call to AddDays | SubExpression.ps1:2:1:2:21 | Call to AddDays |
12-
| SubExpression.ps1:2:3:2:10 | [Stmt] Call to Get-Date | SubExpression.ps1:2:3:2:10 | Call to Get-Date |
9+
| SubExpression.ps1:1:1:1:23 | [Stmt] Call to adddays | SubExpression.ps1:1:1:1:23 | Call to adddays |
10+
| SubExpression.ps1:1:3:1:10 | [Stmt] Call to get-date | SubExpression.ps1:1:3:1:10 | Call to get-date |
11+
| SubExpression.ps1:2:1:2:21 | [Stmt] Call to adddays | SubExpression.ps1:2:1:2:21 | Call to adddays |
12+
| SubExpression.ps1:2:3:2:10 | [Stmt] Call to get-date | SubExpression.ps1:2:3:2:10 | Call to get-date |
1313
invokeMemoryExpression
14-
| SubExpression.ps1:1:1:1:23 | Call to AddDays | SubExpression.ps1:1:1:1:11 | $(...) | 0 | SubExpression.ps1:1:21:1:22 | 10 |
14+
| SubExpression.ps1:1:1:1:23 | Call to adddays | SubExpression.ps1:1:1:1:11 | $(...) | 0 | SubExpression.ps1:1:21:1:22 | 10 |
1515
expandableString
1616
| ExpandableString.ps1:1:1:1:39 | Date: $([DateTime]::Now)\nName: $name | 1 | ExpandableString.ps1:1:21:1:38 | $(...) |
1717
memberExpr

powershell/ql/test/library-tests/ast/Statements/statements.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
| TrapStatement.ps1:2:5:2:25 | trap {...} |
1010
| TrapStatement.ps1:2:10:2:25 | {...} |
1111
| TrapStatement.ps1:2:11:2:24 | [Stmt] Error found. |
12-
| TrapStatement.ps1:3:5:3:18 | [Stmt] Call to nonsenseString |
13-
| TrapStatement.ps1:6:1:6:8 | [Stmt] Call to TrapTest |
12+
| TrapStatement.ps1:3:5:3:18 | [Stmt] Call to nonsensestring |
13+
| TrapStatement.ps1:6:1:6:8 | [Stmt] Call to traptest |
1414
| Try.ps1:1:1:13:1 | try {...} |
1515
| Try.ps1:1:5:4:1 | {...} |
1616
| Try.ps1:2:4:2:94 | ...=... |

powershell/ql/test/library-tests/ast/parent.expected

Lines changed: 125 additions & 125 deletions
Large diffs are not rendered by default.

powershell/ql/test/library-tests/controlflow/graph/Cfg.expected

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

powershell/ql/test/library-tests/dataflow/fields/test.expected

Lines changed: 58 additions & 58 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
| test.ps1:1:1:1:3 | a1 | test.ps1:2:6:2:8 | a1 |
22
| test.ps1:1:1:24:22 | implicit unwrapping of {...} | test.ps1:1:1:24:22 | return value for {...} |
33
| test.ps1:1:1:24:22 | pre-return value for {...} | test.ps1:1:1:24:22 | implicit unwrapping of {...} |
4-
| test.ps1:1:7:1:12 | Call to Source | test.ps1:1:1:1:3 | a1 |
5-
| test.ps1:2:1:2:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
6-
| test.ps1:2:1:2:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
4+
| test.ps1:1:7:1:12 | Call to source | test.ps1:1:1:1:3 | a1 |
5+
| test.ps1:2:1:2:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
6+
| test.ps1:2:1:2:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
77
| test.ps1:4:1:4:2 | b | test.ps1:5:4:5:5 | b |
8-
| test.ps1:4:6:4:12 | Call to GetBool | test.ps1:4:1:4:2 | b |
8+
| test.ps1:4:6:4:12 | Call to getbool | test.ps1:4:1:4:2 | b |
99
| test.ps1:5:4:5:5 | b | test.ps1:10:14:10:15 | b |
1010
| test.ps1:6:5:6:7 | a2 | test.ps1:8:6:8:8 | a2 |
11-
| test.ps1:6:11:6:16 | Call to Source | test.ps1:6:5:6:7 | a2 |
12-
| test.ps1:8:1:8:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
13-
| test.ps1:8:1:8:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
11+
| test.ps1:6:11:6:16 | Call to source | test.ps1:6:5:6:7 | a2 |
12+
| test.ps1:8:1:8:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
13+
| test.ps1:8:1:8:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
1414
| test.ps1:10:1:10:2 | c | test.ps1:11:6:11:7 | c |
1515
| test.ps1:10:6:10:15 | [...]... | test.ps1:10:1:10:2 | c |
1616
| test.ps1:10:14:10:15 | b | test.ps1:10:6:10:15 | [...]... |
17-
| test.ps1:11:1:11:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
18-
| test.ps1:11:1:11:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
17+
| test.ps1:11:1:11:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
18+
| test.ps1:11:1:11:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
1919
| test.ps1:11:6:11:7 | [post] c | test.ps1:13:7:13:8 | c |
2020
| test.ps1:11:6:11:7 | c | test.ps1:13:7:13:8 | c |
2121
| test.ps1:13:1:13:2 | d | test.ps1:14:6:14:7 | d |
2222
| test.ps1:13:6:13:9 | (...) | test.ps1:13:1:13:2 | d |
2323
| test.ps1:13:7:13:8 | c | test.ps1:13:6:13:9 | (...) |
24-
| test.ps1:14:1:14:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
25-
| test.ps1:14:1:14:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
24+
| test.ps1:14:1:14:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
25+
| test.ps1:14:1:14:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
2626
| test.ps1:14:6:14:7 | [post] d | test.ps1:16:6:16:7 | d |
2727
| test.ps1:14:6:14:7 | d | test.ps1:16:6:16:7 | d |
2828
| test.ps1:16:1:16:2 | e | test.ps1:17:6:17:7 | e |
2929
| test.ps1:16:6:16:11 | ...+... | test.ps1:16:1:16:2 | e |
30-
| test.ps1:17:1:17:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
31-
| test.ps1:17:1:17:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
30+
| test.ps1:17:1:17:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
31+
| test.ps1:17:1:17:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
3232
| test.ps1:19:1:19:2 | f | test.ps1:21:25:21:26 | f |
33-
| test.ps1:19:6:19:11 | Call to Source | test.ps1:19:1:19:2 | f |
34-
| test.ps1:21:1:21:27 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
35-
| test.ps1:21:1:21:27 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
33+
| test.ps1:19:6:19:11 | Call to source | test.ps1:19:1:19:2 | f |
34+
| test.ps1:21:1:21:27 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
35+
| test.ps1:21:1:21:27 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
3636
| test.ps1:23:1:23:6 | input | test.ps1:24:17:24:22 | input |
37-
| test.ps1:23:10:23:32 | Call to Read-Host | test.ps1:23:1:23:6 | input |
38-
| test.ps1:24:1:24:22 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
39-
| test.ps1:24:1:24:22 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
37+
| test.ps1:23:10:23:32 | Call to read-host | test.ps1:23:1:23:6 | input |
38+
| test.ps1:24:1:24:22 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
39+
| test.ps1:24:1:24:22 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |

powershell/ql/test/library-tests/dataflow/local/taint.expected

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22
| test.ps1:1:1:24:22 | implicit unwrapping of {...} | test.ps1:1:1:24:22 | return value for {...} |
33
| test.ps1:1:1:24:22 | pre-return value for {...} | test.ps1:1:1:24:22 | implicit unwrapping of {...} |
44
| test.ps1:1:1:24:22 | pre-return value for {...} | test.ps1:1:1:24:22 | implicit unwrapping of {...} |
5-
| test.ps1:1:7:1:12 | Call to Source | test.ps1:1:1:1:3 | a1 |
6-
| test.ps1:2:1:2:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
7-
| test.ps1:2:1:2:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
5+
| test.ps1:1:7:1:12 | Call to source | test.ps1:1:1:1:3 | a1 |
6+
| test.ps1:2:1:2:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
7+
| test.ps1:2:1:2:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
88
| test.ps1:4:1:4:2 | b | test.ps1:5:4:5:5 | b |
9-
| test.ps1:4:6:4:12 | Call to GetBool | test.ps1:4:1:4:2 | b |
9+
| test.ps1:4:6:4:12 | Call to getbool | test.ps1:4:1:4:2 | b |
1010
| test.ps1:5:4:5:5 | b | test.ps1:10:14:10:15 | b |
1111
| test.ps1:6:5:6:7 | a2 | test.ps1:8:6:8:8 | a2 |
12-
| test.ps1:6:11:6:16 | Call to Source | test.ps1:6:5:6:7 | a2 |
13-
| test.ps1:8:1:8:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
14-
| test.ps1:8:1:8:8 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
12+
| test.ps1:6:11:6:16 | Call to source | test.ps1:6:5:6:7 | a2 |
13+
| test.ps1:8:1:8:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
14+
| test.ps1:8:1:8:8 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
1515
| test.ps1:10:1:10:2 | c | test.ps1:11:6:11:7 | c |
1616
| test.ps1:10:6:10:15 | [...]... | test.ps1:10:1:10:2 | c |
1717
| test.ps1:10:14:10:15 | b | test.ps1:10:6:10:15 | [...]... |
18-
| test.ps1:11:1:11:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
19-
| test.ps1:11:1:11:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
18+
| test.ps1:11:1:11:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
19+
| test.ps1:11:1:11:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
2020
| test.ps1:11:6:11:7 | [post] c | test.ps1:13:7:13:8 | c |
2121
| test.ps1:11:6:11:7 | c | test.ps1:13:7:13:8 | c |
2222
| test.ps1:13:1:13:2 | d | test.ps1:14:6:14:7 | d |
2323
| test.ps1:13:6:13:9 | (...) | test.ps1:13:1:13:2 | d |
2424
| test.ps1:13:7:13:8 | c | test.ps1:13:6:13:9 | (...) |
25-
| test.ps1:14:1:14:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
26-
| test.ps1:14:1:14:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
25+
| test.ps1:14:1:14:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
26+
| test.ps1:14:1:14:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
2727
| test.ps1:14:6:14:7 | [post] d | test.ps1:16:6:16:7 | d |
2828
| test.ps1:14:6:14:7 | d | test.ps1:16:6:16:7 | d |
2929
| test.ps1:16:1:16:2 | e | test.ps1:17:6:17:7 | e |
3030
| test.ps1:16:6:16:7 | d | test.ps1:16:6:16:11 | ...+... |
3131
| test.ps1:16:6:16:11 | ...+... | test.ps1:16:1:16:2 | e |
3232
| test.ps1:16:11:16:11 | 1 | test.ps1:16:6:16:11 | ...+... |
33-
| test.ps1:17:1:17:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
34-
| test.ps1:17:1:17:7 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
33+
| test.ps1:17:1:17:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
34+
| test.ps1:17:1:17:7 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
3535
| test.ps1:19:1:19:2 | f | test.ps1:21:25:21:26 | f |
36-
| test.ps1:19:6:19:11 | Call to Source | test.ps1:19:1:19:2 | f |
37-
| test.ps1:21:1:21:27 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
38-
| test.ps1:21:1:21:27 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
36+
| test.ps1:19:6:19:11 | Call to source | test.ps1:19:1:19:2 | f |
37+
| test.ps1:21:1:21:27 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
38+
| test.ps1:21:1:21:27 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
3939
| test.ps1:21:25:21:26 | f | test.ps1:21:6:21:27 | here is a string: $f |
4040
| test.ps1:23:1:23:6 | input | test.ps1:24:17:24:22 | input |
41-
| test.ps1:23:10:23:32 | Call to Read-Host | test.ps1:23:1:23:6 | input |
42-
| test.ps1:24:1:24:22 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
43-
| test.ps1:24:1:24:22 | Call to Sink | test.ps1:1:1:24:22 | pre-return value for {...} |
41+
| test.ps1:23:10:23:32 | Call to read-host | test.ps1:23:1:23:6 | input |
42+
| test.ps1:24:1:24:22 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |
43+
| test.ps1:24:1:24:22 | Call to sink | test.ps1:1:1:24:22 | pre-return value for {...} |

powershell/ql/test/library-tests/dataflow/mad/flow.expected

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ edges
55
| file://:0:0:0:0 | [summary param] pos(0, {}) in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | file://:0:0:0:0 | [summary] to write: ReturnValue in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | provenance | |
66
| file://:0:0:0:0 | [summary] read: Argument[pipeline].Element[?] in microsoft.powershell.utility!;Method[join-string] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | provenance | |
77
| file://:0:0:0:0 | [summary] read: Argument[pipeline].Element[?] in microsoft.powershell.utility!;Method[join-string] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | provenance | |
8-
| test.ps1:1:6:1:15 | Call to Source | test.ps1:2:94:2:95 | x | provenance | |
9-
| test.ps1:2:6:2:96 | Call to EscapeSingleQuotedStringContent | test.ps1:3:6:3:7 | y | provenance | |
8+
| test.ps1:1:6:1:15 | Call to source | test.ps1:2:94:2:95 | x | provenance | |
9+
| test.ps1:2:6:2:96 | Call to escapesinglequotedstringcontent | test.ps1:3:6:3:7 | y | provenance | |
1010
| test.ps1:2:94:2:95 | x | file://:0:0:0:0 | [summary param] pos(0, {}) in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | provenance | |
11-
| test.ps1:2:94:2:95 | x | test.ps1:2:6:2:96 | Call to EscapeSingleQuotedStringContent | provenance | |
12-
| test.ps1:5:6:5:15 | Call to Source | test.ps1:7:6:7:7 | x | provenance | |
13-
| test.ps1:6:6:6:15 | Call to Source | test.ps1:7:10:7:11 | y | provenance | |
11+
| test.ps1:2:94:2:95 | x | test.ps1:2:6:2:96 | Call to escapesinglequotedstringcontent | provenance | |
12+
| test.ps1:5:6:5:15 | Call to source | test.ps1:7:6:7:7 | x | provenance | |
13+
| test.ps1:6:6:6:15 | Call to source | test.ps1:7:10:7:11 | y | provenance | |
1414
| test.ps1:7:6:7:7 | x | test.ps1:7:6:7:11 | ...,... [element 0] | provenance | |
1515
| test.ps1:7:6:7:11 | ...,... [element 0] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 0] | provenance | |
16-
| test.ps1:7:6:7:11 | ...,... [element 0] | test.ps1:7:15:7:25 | Call to Join-String | provenance | |
16+
| test.ps1:7:6:7:11 | ...,... [element 0] | test.ps1:7:15:7:25 | Call to join-string | provenance | |
1717
| test.ps1:7:6:7:11 | ...,... [element 1] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 1] | provenance | |
18-
| test.ps1:7:6:7:11 | ...,... [element 1] | test.ps1:7:15:7:25 | Call to Join-String | provenance | |
18+
| test.ps1:7:6:7:11 | ...,... [element 1] | test.ps1:7:15:7:25 | Call to join-string | provenance | |
1919
| test.ps1:7:10:7:11 | y | test.ps1:7:6:7:11 | ...,... [element 1] | provenance | |
20-
| test.ps1:7:15:7:25 | Call to Join-String | test.ps1:8:6:8:7 | z | provenance | |
20+
| test.ps1:7:15:7:25 | Call to join-string | test.ps1:8:6:8:7 | z | provenance | |
2121
nodes
2222
| file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 0] | semmle.label | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 0] |
2323
| file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 1] | semmle.label | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 1] |
@@ -27,24 +27,24 @@ nodes
2727
| file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | semmle.label | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] |
2828
| file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | semmle.label | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] |
2929
| file://:0:0:0:0 | [summary] to write: ReturnValue in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | semmle.label | [summary] to write: ReturnValue in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] |
30-
| test.ps1:1:6:1:15 | Call to Source | semmle.label | Call to Source |
31-
| test.ps1:2:6:2:96 | Call to EscapeSingleQuotedStringContent | semmle.label | Call to EscapeSingleQuotedStringContent |
30+
| test.ps1:1:6:1:15 | Call to source | semmle.label | Call to source |
31+
| test.ps1:2:6:2:96 | Call to escapesinglequotedstringcontent | semmle.label | Call to escapesinglequotedstringcontent |
3232
| test.ps1:2:94:2:95 | x | semmle.label | x |
3333
| test.ps1:3:6:3:7 | y | semmle.label | y |
34-
| test.ps1:5:6:5:15 | Call to Source | semmle.label | Call to Source |
35-
| test.ps1:6:6:6:15 | Call to Source | semmle.label | Call to Source |
34+
| test.ps1:5:6:5:15 | Call to source | semmle.label | Call to source |
35+
| test.ps1:6:6:6:15 | Call to source | semmle.label | Call to source |
3636
| test.ps1:7:6:7:7 | x | semmle.label | x |
3737
| test.ps1:7:6:7:11 | ...,... [element 0] | semmle.label | ...,... [element 0] |
3838
| test.ps1:7:6:7:11 | ...,... [element 1] | semmle.label | ...,... [element 1] |
3939
| test.ps1:7:10:7:11 | y | semmle.label | y |
40-
| test.ps1:7:15:7:25 | Call to Join-String | semmle.label | Call to Join-String |
40+
| test.ps1:7:15:7:25 | Call to join-string | semmle.label | Call to join-string |
4141
| test.ps1:8:6:8:7 | z | semmle.label | z |
4242
subpaths
43-
| test.ps1:2:94:2:95 | x | file://:0:0:0:0 | [summary param] pos(0, {}) in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | file://:0:0:0:0 | [summary] to write: ReturnValue in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | test.ps1:2:6:2:96 | Call to EscapeSingleQuotedStringContent |
44-
| test.ps1:7:6:7:11 | ...,... [element 0] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 0] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | test.ps1:7:15:7:25 | Call to Join-String |
45-
| test.ps1:7:6:7:11 | ...,... [element 1] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 1] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | test.ps1:7:15:7:25 | Call to Join-String |
43+
| test.ps1:2:94:2:95 | x | file://:0:0:0:0 | [summary param] pos(0, {}) in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | file://:0:0:0:0 | [summary] to write: ReturnValue in system.management.automation.language.codegeneration!;Method[escapesinglequotedstringcontent] | test.ps1:2:6:2:96 | Call to escapesinglequotedstringcontent |
44+
| test.ps1:7:6:7:11 | ...,... [element 0] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 0] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | test.ps1:7:15:7:25 | Call to join-string |
45+
| test.ps1:7:6:7:11 | ...,... [element 1] | file://:0:0:0:0 | [summary param] pipeline in microsoft.powershell.utility!;Method[join-string] [element 1] | file://:0:0:0:0 | [summary] to write: ReturnValue in microsoft.powershell.utility!;Method[join-string] | test.ps1:7:15:7:25 | Call to join-string |
4646
testFailures
4747
#select
48-
| test.ps1:3:6:3:7 | y | test.ps1:1:6:1:15 | Call to Source | test.ps1:3:6:3:7 | y | $@ | test.ps1:1:6:1:15 | Call to Source | Call to Source |
49-
| test.ps1:8:6:8:7 | z | test.ps1:5:6:5:15 | Call to Source | test.ps1:8:6:8:7 | z | $@ | test.ps1:5:6:5:15 | Call to Source | Call to Source |
50-
| test.ps1:8:6:8:7 | z | test.ps1:6:6:6:15 | Call to Source | test.ps1:8:6:8:7 | z | $@ | test.ps1:6:6:6:15 | Call to Source | Call to Source |
48+
| test.ps1:3:6:3:7 | y | test.ps1:1:6:1:15 | Call to source | test.ps1:3:6:3:7 | y | $@ | test.ps1:1:6:1:15 | Call to source | Call to source |
49+
| test.ps1:8:6:8:7 | z | test.ps1:5:6:5:15 | Call to source | test.ps1:8:6:8:7 | z | $@ | test.ps1:5:6:5:15 | Call to source | Call to source |
50+
| test.ps1:8:6:8:7 | z | test.ps1:6:6:6:15 | Call to source | test.ps1:8:6:8:7 | z | $@ | test.ps1:6:6:6:15 | Call to source | Call to source |

0 commit comments

Comments
 (0)