Python: Avoid multiple results for toString

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-06-30 14:39:49 +02:00
parent 72986e1e28
commit 651f8abba0
8 changed files with 4 additions and 26 deletions

View File

@@ -1,2 +1 @@
| 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. |