- Notifications
You must be signed in to change notification settings - Fork1.7k
Python: Modernise raise-not-implemented query#20086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Python: Modernise raise-not-implemented query#20086
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR modernizes the "raise-not-implemented" query by migrating away from thepointsTo
API to use the newerApiGraphs
framework, along with updating documentation for clarity.
- Replaces the deprecated
pointsTo
-based implementation withApiGraphs
API for detectingNotImplemented
usage - 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 |
Uh oh!
There was an error while loading.Please reload this page.
github-actionsbot commentedJul 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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
Straightforward port away from pointsTo, and documentation updates