Skip to content

Commit b39b6b0

Browse files
committed
Update branch and fix method
1 parent 328d2bf commit b39b6b0

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/Remote.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class AspNetCoreQueryRemoteFlowSource extends AspNetCoreRemoteFlowSource, DataFl
243243
) and
244244
not this.asExpr()
245245
.(MemberAccess)
246-
.getQualifiedDeclaration()
246+
.getTarget()
247247
.hasFullyQualifiedName("Microsoft.AspNetCore.Http", "HttpRequest",
248248
["Method", "Scheme", "IsHttps", "Protocol"])
249249
)

0 commit comments

Comments
 (0)