Python: Modernise raise-not-implemented query#20086
Python: Modernise raise-not-implemented query#20086joefarebrother merged 6 commits intogithub:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes the "raise-not-implemented" query by migrating away from the pointsTo API to use the newer ApiGraphs framework, along with updating documentation for clarity.
- Replaces the deprecated
pointsTo-based implementation withApiGraphsAPI for detectingNotImplementedusage - Updates query name and description to be more descriptive
- Improves documentation with clearer explanations and additional references
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| NotImplementedIsNotAnException.ql | Modernizes query implementation using ApiGraphs instead of pointsTo |
| NotImplementedIsNotAnException.qhelp | Updates documentation with clearer explanations and additional reference links |
|
QHelp previews: python/ql/src/Exceptions/NotImplementedIsNotAnException.qhelpRaising
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…d' into python-qual-raise-not-implemented
Co-authored-by: Napalys Klicius <napalys@github.com>
Napalys
left a comment
There was a problem hiding this comment.
Nice. Assuming DCA looks good. ![]()
Straightforward port away from pointsTo, and documentation updates