mirror of
https://github.com/github/codeql.git
synced 2026-03-27 09:48:16 +01:00
3 lines
311 B
Plaintext
3 lines
311 B
Plaintext
| hosttest.py:6:27:6:51 | (www\|beta).example.com/ | This regular expression has an unescaped '.' before 'example.com', so it might match more hosts than expected. |
|
|
| hosttest.py:6:27:6:51 | Str | This regular expression has an unescaped '.' before 'example.com', so it might match more hosts than expected. |
|