mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Python: Don't treat re.escape(...) as a regex
Fixes https://github.com/github/codeql/issues/3712
This commit is contained in:
@@ -1,2 +1 @@
|
||||
| hosttest.py:6:27:6:51 | Str | This regular expression has an unescaped '.' before 'example.com', so it might match more hosts than expected. |
|
||||
| hosttest.py:23:21:23:63 | Str | This regular expression has an unescaped '.' before 'humblebundle.com', so it might match more hosts than expected. |
|
||||
|
||||
Reference in New Issue
Block a user