mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Correct the select statement in the query
This commit is contained in:
@@ -94,5 +94,4 @@ class HostVerificationMethodAccess extends MethodAccess {
|
||||
|
||||
from UriGetHostMethod um, MethodAccess uma, HostVerificationMethodAccess hma
|
||||
where hma.getQualifier() = uma and uma.getMethod() = um
|
||||
select "Potentially improper URL verification at ", hma, "having $@ ", hma.getFile(),
|
||||
hma.getArgument(0), "user-provided value"
|
||||
select hma, "Method has potentially $@ ", hma.getArgument(0), "improper URL verification"
|
||||
|
||||
Reference in New Issue
Block a user