Files
codeql/python/ql/src
Taus 71318cb3d5 Python: Use global data-flow for ContainsNonContainer.ql
Replaces the `classTracker`-based approach with one based on global
data-flow. To make it easy to share across queries, this is implemented
as a parameterised module.

The data-flow configuration itself keeps track of two flow states:
whether we're tracking a reference to a class or a reference to an
instance.
2026-04-14 09:11:28 +00:00
..
2026-02-16 13:48:32 +00:00
2021-03-25 15:06:46 +01:00
2025-09-09 13:46:52 +01:00
2026-03-23 15:07:31 +01:00