Correct the select statement in the query

This commit is contained in:
Bt2018
2020-05-25 08:24:38 -04:00
committed by GitHub
parent 74ab6981eb
commit 2a654af983

View File

@@ -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"