File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
lib/semmle/code/powershell/dataflow/internal
test/library-tests/dataflow/local Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ module LocalFlow {
104
104
or
105
105
nodeFrom .asExpr ( ) = nodeTo .asExpr ( ) .( CfgNodes:: ExprNodes:: ConvertCfgNode ) .getBase ( )
106
106
or
107
+ nodeFrom .asStmt ( ) = nodeTo .asExpr ( ) .( CfgNodes:: ExprNodes:: ParenCfgNode ) .getBase ( )
108
+ or
107
109
exists (
108
110
CfgNodes:: ExprNodes:: ArrayExprCfgNode arrayExpr , EscapeContainer:: EscapeContainer container
109
111
|
Original file line number Diff line number Diff line change 31
31
| test.ps1:13:6:13:10 | (...) | test.ps1:13:1:13:3 | d |
32
32
| test.ps1:13:6:13:10 | (...) | test.ps1:13:1:13:10 | ...=... |
33
33
| test.ps1:13:6:13:10 | (...) | test.ps1:13:6:13:10 | (...) |
34
+ | test.ps1:13:7:13:9 | c | test.ps1:13:6:13:10 | (...) |
34
35
| test.ps1:13:7:13:9 | c | test.ps1:13:7:13:9 | c |
35
36
| test.ps1:14:1:14:8 | Sink | test.ps1:14:1:14:8 | pre-return value for Sink |
36
37
| test.ps1:14:1:14:8 | Sink | test.ps1:14:1:14:8 | pre-return value for Sink |
You can’t perform that action at this time.
0 commit comments