Files
codeql/python/ql/lib
Taus 01a9bec7df Python: Exclude sources in functions with unclear returns
A common source of FPs is when the flow inside a function depends on
some argument to the function. In this case, if a non-container class is
being returned in _some_ branch, we behave as if it _always_ is
returned, leading to false positives where the code is actually safe
because the argument to the function prevents the bad return from being
executed.
2026-04-14 09:11:28 +00:00
..
2026-02-16 13:48:32 +00:00
2026-01-20 11:56:16 +00:00
2024-04-16 16:29:56 +02:00
2022-10-13 11:21:10 -04:00