Python: switch to shared implementation of IncompleteHostnameRegExp.ql

This commit is contained in:
Arthur Baars
2022-03-03 17:34:53 +01:00
parent bb348116ab
commit ce50f35dda
6 changed files with 250 additions and 31 deletions

View File

@@ -1 +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:6:31:6:53 | (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 | ControlFlowNode for Str | here |