Skip to content

Commit c4f44bb

Browse files
committed
sync files
1 parent a49d34c commit c4f44bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/src/Security/CWE-020/HostnameRegexpShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ predicate matchesBeginningOfString(RegExpTerm term) {
5353
}
5454

5555
/**
56-
* Holds if the given sequence contains top-level domain preceded by a dot, such as `.com`,
56+
* Holds if the given sequence `seq` contains top-level domain preceded by a dot, such as `.com`,
5757
* excluding cases where this is at the very beginning of the regexp.
5858
*
5959
* `i` is bound to the index of the last child in the top-level domain part.

ruby/ql/src/queries/security/cwe-020/HostnameRegexpShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ predicate matchesBeginningOfString(RegExpTerm term) {
5353
}
5454

5555
/**
56-
* Holds if the given sequence contains top-level domain preceded by a dot, such as `.com`,
56+
* Holds if the given sequence `seq` contains top-level domain preceded by a dot, such as `.com`,
5757
* excluding cases where this is at the very beginning of the regexp.
5858
*
5959
* `i` is bound to the index of the last child in the top-level domain part.

0 commit comments

Comments
 (0)