Files
codeql/python
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
..
2022-10-13 11:21:09 -04:00
2025-02-20 19:31:00 +00:00