File tree Expand file tree Collapse file tree
lib/semmle/code/powershell/dataflow/internal
test/library-tests/dataflow/local Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ module LocalFlow {
104104 or
105105 nodeFrom .asExpr ( ) = nodeTo .asExpr ( ) .( CfgNodes:: ExprNodes:: ConvertCfgNode ) .getBase ( )
106106 or
107+ nodeFrom .asStmt ( ) = nodeTo .asExpr ( ) .( CfgNodes:: ExprNodes:: ParenCfgNode ) .getBase ( )
108+ or
107109 exists (
108110 CfgNodes:: ExprNodes:: ArrayExprCfgNode arrayExpr , EscapeContainer:: EscapeContainer container
109111 |
Original file line number Diff line number Diff line change 3131| test.ps1:13:6:13:10 | (...) | test.ps1:13:1:13:3 | d |
3232| test.ps1:13:6:13:10 | (...) | test.ps1:13:1:13:10 | ...=... |
3333| 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 | (...) |
3435| test.ps1:13:7:13:9 | c | test.ps1:13:7:13:9 | c |
3536| test.ps1:14:1:14:8 | Sink | test.ps1:14:1:14:8 | pre-return value for Sink |
3637| 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