Merge pull request #8486 from aibaars/incomplete-hostname-python

Python: switch to shared implementation of IncompleteHostnameRegExp.ql
This commit is contained in:
yoff
2022-03-22 15:06:14 +01:00
committed by GitHub
7 changed files with 256 additions and 30 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 |