Files
codeql/python/ql/lib
Taus 1a1f083383 Python: Add DuckTyping::hasUnreliableMro
The relative simplicity of the MRO computation in `DataFlowDispatch` was
causing quite a lot of FPs to appear for the "wrong number/name of
arguments in class instantiation" queries. The easiest fix was to just
exclude cases where we know the MRO computation will be imprecise --
when there are superclasses with multiple inheritance or unknown bases.
2026-03-11 16:59:22 +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