Files
codeql/python/ql/test/query-tests/Security/CWE-020/IncompleteHostnameRegExp.expected

2 lines
145 B
Plaintext

| hosttest.py:6:27:6:51 | Str | This regular expression has an unescaped '.' before 'example.com', so it might match more hosts than expected. |