Skip to content

Python: Modernize 4 queries for missing/multiple calls to init/del methods#19932

Merged
joefarebrother merged 31 commits intogithub:mainfrom
joefarebrother:python-qual-init-del-calls
Sep 8, 2025
Merged

Python: Modernize 4 queries for missing/multiple calls to init/del methods#19932
joefarebrother merged 31 commits intogithub:mainfrom
joefarebrother:python-qual-init-del-calls

Conversation

@joefarebrother
Copy link
Contributor

@joefarebrother joefarebrother commented Jun 30, 2025

Modernizes py/missing-call-to-init, py/missing-call-to-del, py/multiple-calls-to-init,, and py/multiplecalls-to-del.
Uses DataFlowDispatch methods rather than pointsTo.

Improves precision (to reduce FPs) in resolving relevant calls as precisely as possible using known MRO information, improves descriptiveness of alert messages by including more possible relevant locations, and improves documentation.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants