Skip to content

Commit 9a7ab4e

Browse files
authored
Correct comment of the HostVerificationMethodAccess method access
1 parent 106c181 commit 9a7ab4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/ql/src/experimental/CWE-939/IncorrectURLVerification.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class UriGetHostMethod extends Method {
3131
}
3232

3333
/**
34-
* A library method that acts like `String.format` by formatting a number of
35-
* its arguments according to a format string.
34+
* The method access with incorrect string comparision
3635
*/
3736
class HostVerificationMethodAccess extends MethodAccess {
3837
HostVerificationMethodAccess() {

0 commit comments

Comments
 (0)