Ruby: IncompleteHostnameRegExp.ql

This commit is contained in:
Arthur Baars
2022-02-09 18:07:14 +01:00
parent 832c9c4b0b
commit 9e8930c192
12 changed files with 137 additions and 114 deletions

View File

@@ -30,7 +30,7 @@
<p>
Escape all meta-characters appropriately when constructing
regular expressions for security checks, pay special attention to the
regular expressions for security checks, and pay special attention to the
<code>.</code> meta-character.
</p>