Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
python
ql
src
Functions
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 22, 2026
Python: deprecate AstNode.getAFlowNode() and rewrite internal callers
Show description for 717ff62
Copilot
authored and
yoff
committed
717ff62
View commit details
Copy full SHA for 717ff62
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
Python: Port DeprecatedSliceMethod.ql
Show description for 3584ad1
tausbn
committed
3584ad1
View commit details
Copy full SHA for 3584ad1
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
Python: Update all metrics-dependant queries
Show description for e8de843
tausbn
committed
e8de843
View commit details
Copy full SHA for e8de843
View code at this point
Browse repository at this point
Commits on Nov 26, 2025
Python: Fix all metrics-related compilation failures
Show description for 24a29f4
tausbn
committed
24a29f4
View commit details
Copy full SHA for 24a29f4
View code at this point
Browse repository at this point
Python: Fix reachability-related test failures
tausbn
committed
7328f26
View commit details
Copy full SHA for 7328f26
View code at this point
Browse repository at this point
Python: Fix query tests
Show description for 5b63b49
tausbn
committed
5b63b49
View commit details
Copy full SHA for 5b63b49
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Python: Remove points-to from `Expr`
tausbn
committed
b93ce98
View commit details
Copy full SHA for b93ce98
View code at this point
Browse repository at this point
Commits on Sep 17, 2025
Merge pull request #20217 from joefarebrother/python-qual-signature-mismatch
Show description for f3802ec
joefarebrother
authored
f3802ec
View commit details
Copy full SHA for f3802ec
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
Python: Add many medium precision queries to the code-quality-extended suite.
michaelnebel
committed
7c0aa78
View commit details
Copy full SHA for 7c0aa78
View code at this point
Browse repository at this point
Commits on Sep 9, 2025
Simplify choosaASignatureMismatchWitness for improved performance
joefarebrother
committed
f9e094d
View commit details
Copy full SHA for f9e094d
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
Performance experiment - add getFunctionFIle for better join order
joefarebrother
committed
eb246f6
View commit details
Copy full SHA for eb246f6
View code at this point
Browse repository at this point
Commits on Sep 3, 2025
Fix typos
joefarebrother
committed
71dec0b
View commit details
Copy full SHA for 71dec0b
View code at this point
Browse repository at this point
Add comments documenting helper predicates, and add call resolve condition to callMatchesSignature to avoid cartesian product
joefarebrother
committed
9fa630f
View commit details
Copy full SHA for 9fa630f
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
Increase precision in detecting call matches signature
joefarebrother
committed
318d1cd
View commit details
Copy full SHA for 318d1cd
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
Use new option name
joefarebrother
committed
125c653
View commit details
Copy full SHA for 125c653
View code at this point
Browse repository at this point
Update python/ql/src/Functions/SignatureOverriddenMethod.ql
Show description for 6587ad4
joefarebrother
and
Copilot
committed
6587ad4
View commit details
Copy full SHA for 6587ad4
View code at this point
Browse repository at this point
Add changenote.+ fix typo
joefarebrother
committed
0a83c11
View commit details
Copy full SHA for 0a83c11
View code at this point
Browse repository at this point
Update documentation
joefarebrother
committed
900a5cd
View commit details
Copy full SHA for 900a5cd
View code at this point
Browse repository at this point
Add additional test cases
joefarebrother
committed
2bbf24b
View commit details
Copy full SHA for 2bbf24b
View code at this point
Browse repository at this point
Update tests, update alert messages
joefarebrother
committed
f429b90
View commit details
Copy full SHA for f429b90
View code at this point
Browse repository at this point
Include conditional alert messages for various cases
joefarebrother
committed
067c98d
View commit details
Copy full SHA for 067c98d
View code at this point
Browse repository at this point
Update alert messages and choose one witness
joefarebrother
committed
4212d1b
View commit details
Copy full SHA for 4212d1b
View code at this point
Browse repository at this point
Modernize signature mismatch
joefarebrother
committed
5ba5007
View commit details
Copy full SHA for 5ba5007
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
Merge pull request #20120 from joefarebrother/python-qual-unexpected-raise-special
Show description for ada0b37
joefarebrother
authored
ada0b37
View commit details
Copy full SHA for ada0b37
View code at this point
Browse repository at this point
Update python/ql/src/Functions/IncorrectRaiseInSpecialMethod.qhelp
Show description for 5b0beb9
joefarebrother
and
tausbn
authored
5b0beb9
View commit details
Copy full SHA for 5b0beb9
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
Doc updates
joefarebrother
committed
d8083ad
View commit details
Copy full SHA for d8083ad
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
Fix typo in test dir name + update examples
joefarebrother
committed
c0da9c4
View commit details
Copy full SHA for c0da9c4
View code at this point
Browse repository at this point
cleanup order and remove duplicates for arithmetic methods
joefarebrother
committed
958fddb
View commit details
Copy full SHA for 958fddb
View code at this point
Browse repository at this point
qhelp fix
joefarebrother
committed
d7b855c
View commit details
Copy full SHA for d7b855c
View code at this point
Browse repository at this point
Cleanups
joefarebrother
committed
9af2ab8
View commit details
Copy full SHA for 9af2ab8
View code at this point
Browse repository at this point
Add qldoc
joefarebrother
committed
8bdf680
View commit details
Copy full SHA for 8bdf680
View code at this point
Browse repository at this point
Add changenote + some doc updates
joefarebrother
committed
3525e83
View commit details
Copy full SHA for 3525e83
View code at this point
Browse repository at this point
Commits on Jul 24, 2025
Update docs
joefarebrother
committed
871688f
View commit details
Copy full SHA for 871688f
View code at this point
Browse repository at this point
Update unit tests
joefarebrother
committed
362bfba
View commit details
Copy full SHA for 362bfba
View code at this point
Browse repository at this point
Remove use of toString. This does also reduce reaults from cases where the exception is not a simple identifier.
joefarebrother
committed
b9f6657
View commit details
Copy full SHA for b9f6657
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.