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