We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ab698 commit 2a654afCopy full SHA for 2a654af
1 file changed
java/ql/src/experimental/CWE-939/IncorrectURLVerification.ql
@@ -94,5 +94,4 @@ class HostVerificationMethodAccess extends MethodAccess {
94
95
from UriGetHostMethod um, MethodAccess uma, HostVerificationMethodAccess hma
96
where hma.getQualifier() = uma and uma.getMethod() = um
97
-select "Potentially improper URL verification at ", hma, "having $@ ", hma.getFile(),
98
- hma.getArgument(0), "user-provided value"
+select hma, "Method has potentially $@ ", hma.getArgument(0), "improper URL verification"
0 commit comments