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 811c175 commit 462e564Copy full SHA for 462e564
go/ql/src/Security/CWE-020/MissingRegexpAnchor.qhelp
@@ -47,7 +47,7 @@ one of the alternatives. As an example, the regular expression
47
</p>
48
49
<p>
50
-When checking for a domain name with subdomains, it is important to anchor the regular expression
+When checking for a domain name that may have subdomains, it is important to anchor the regular expression
51
or ensure that the domain name is prefixed with a dot.
52
53
<sample src="MissingRegexpAnchorGoodDomain.go"/>
0 commit comments