Skip to content

Commit 462e564

Browse files
erik-kroghowen-mc
andauthored
apply suggestion from code review
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 811c175 commit 462e564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/Security/CWE-020/MissingRegexpAnchor.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ one of the alternatives. As an example, the regular expression
4747
</p>
4848

4949
<p>
50-
When checking for a domain name with subdomains, it is important to anchor the regular expression
50+
When checking for a domain name that may have subdomains, it is important to anchor the regular expression
5151
or ensure that the domain name is prefixed with a dot.
5252
</p>
5353
<sample src="MissingRegexpAnchorGoodDomain.go"/>

0 commit comments

Comments
 (0)