We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106c181 commit 9a7ab4eCopy full SHA for 9a7ab4e
java/ql/src/experimental/CWE-939/IncorrectURLVerification.ql
@@ -31,8 +31,7 @@ class UriGetHostMethod extends Method {
31
}
32
33
/**
34
- * A library method that acts like `String.format` by formatting a number of
35
- * its arguments according to a format string.
+ * The method access with incorrect string comparision
36
*/
37
class HostVerificationMethodAccess extends MethodAccess {
38
HostVerificationMethodAccess() {
0 commit comments