Skip to content

Commit 22e958b

Browse files
committed
Fix jump node by using associated property
1 parent 8ea6974 commit 22e958b

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore/Components.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private module JumpNodes {
182182

183183
override DataFlow::Node getAJumpSuccessor(boolean preservesValue) {
184184
preservesValue = true and
185-
result.asExpr() = call.getParameterProperty().getAnAccess()
185+
result.asExpr() = prop.getAnAccess()
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)