mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
so we can see the light go green. But we should perhaps do something about those duplicate results.
9 lines
821 B
Plaintext
9 lines
821 B
Plaintext
| test.py:29:12:29:19 | Str | This regular expression includes an unmatchable dollar at offset 3. |
|
|
| test.py:29:12:29:19 | abc$ | This regular expression includes an unmatchable dollar at offset 3. |
|
|
| test.py:30:12:30:23 | Str | This regular expression includes an unmatchable dollar at offset 3. |
|
|
| test.py:30:12:30:23 | abc$ (?s) | This regular expression includes an unmatchable dollar at offset 3. |
|
|
| test.py:31:12:31:20 | Str | This regular expression includes an unmatchable dollar at offset 2. |
|
|
| test.py:31:12:31:20 | \\[$] | This regular expression includes an unmatchable dollar at offset 2. |
|
|
| test.py:80:12:80:26 | Str | This regular expression includes an unmatchable dollar at offset 3. |
|
|
| test.py:80:12:80:26 | \\w+$(?=foo) | This regular expression includes an unmatchable dollar at offset 3. |
|