Files
codeql/python/ql/test/query-tests
Taus 95a84ad655 Python: Fix false positive for unmatchable dollar/caret
Our previous modelling did not account for the fact that a lookahead can
potentially extend all the way to the end of the input (and similarly,
that a lookbehind can extend all the way to the beginning).

To fix this, I extended `firstPart` and `lastPart` to handle lookbehinds
and lookaheads correctly, and added some test cases (all of which yield
no new results).

Fixes #20429.
2025-09-19 15:06:46 +00:00
..
2025-07-17 22:25:18 +01:00
2022-08-22 21:41:47 +02:00
2025-09-09 15:17:16 +01:00
2025-04-04 11:56:07 +01:00