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
10.1k
Code
Issues
996
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
test
on
codeql-cli/v2.15.4
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 15, 2023
Python: Update `.expected` to support Python 3.12
Show description for 23419ee
RasmusWL
committed
23419ee
View commit details
Copy full SHA for 23419ee
View code at this point
Browse repository at this point
Python: Fix missing newline in `.expected`
RasmusWL
committed
69453aa
View commit details
Copy full SHA for 69453aa
View code at this point
Browse repository at this point
Python: Accept new ordering of query predicates in `.expected`
RasmusWL
committed
55f5b26
View commit details
Copy full SHA for 55f5b26
View code at this point
Browse repository at this point
Python: Delete orphaned `.expected` files
RasmusWL
committed
721bde1
View commit details
Copy full SHA for 721bde1
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
Python: Reorganize taint tests of `re`
Show description for e1c47f5
RasmusWL
committed
e1c47f5
View commit details
Copy full SHA for e1c47f5
View code at this point
Browse repository at this point
Python: Solve problems with missing TTupleElementContent
Show description for ffc27b5
RasmusWL
committed
ffc27b5
View commit details
Copy full SHA for ffc27b5
View code at this point
Browse repository at this point
Python: Fix problems with missing TAttributeContent
RasmusWL
committed
c3fa3f2
View commit details
Copy full SHA for c3fa3f2
View code at this point
Browse repository at this point
Python: Highlight problem with flow summaries and TAttributeContent
RasmusWL
committed
943b2a2
View commit details
Copy full SHA for 943b2a2
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
Merge branch 'main' into re-modeling
RasmusWL
committed
c85d99d
View commit details
Copy full SHA for c85d99d
View code at this point
Browse repository at this point
Python: Rename test function
RasmusWL
committed
5fc8a00
View commit details
Copy full SHA for 5fc8a00
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
Python: Model taint from `re.<func>` calls
RasmusWL
committed
4943fc5
View commit details
Copy full SHA for 4943fc5
View code at this point
Browse repository at this point
Python: Add taint modeling of `re.Match` objects
RasmusWL
committed
851c30e
View commit details
Copy full SHA for 851c30e
View code at this point
Browse repository at this point
Python: Add tests of taint-flow for `re` module
RasmusWL
committed
ea4761d
View commit details
Copy full SHA for ea4761d
View code at this point
Browse repository at this point
Python: Add test of nested classes
RasmusWL
committed
9b0ad82
View commit details
Copy full SHA for 9b0ad82
View code at this point
Browse repository at this point
Merge branch 'main' into class-attribute-flow
RasmusWL
authored
9d5cf0b
View commit details
Copy full SHA for 9d5cf0b
View code at this point
Browse repository at this point
Merge pull request #14590 from RasmusWL/fix-dataflow-class-scope
Show description for 6d4e000
RasmusWL
authored
6d4e000
View commit details
Copy full SHA for 6d4e000
View code at this point
Browse repository at this point
Merge pull request #14603 from github/max-schaefer/broken-crypto-algorithm-link
Show description for 43d9d2c
RasmusWL
authored
43d9d2c
View commit details
Copy full SHA for 43d9d2c
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
Python: Accept more test changes
Show description for 5433907
RasmusWL
committed
5433907
View commit details
Copy full SHA for 5433907
View code at this point
Browse repository at this point
Update python/ql/test/experimental/dataflow/validTest.py
Show description for 5220a8d
RasmusWL
and
tausbn
authored
5220a8d
View commit details
Copy full SHA for 5220a8d
View code at this point
Browse repository at this point
Python: Fix `DataFlowCall.getEnclosingCallable`
Show description for 9f43108
RasmusWL
committed
9f43108
View commit details
Copy full SHA for 9f43108
View code at this point
Browse repository at this point
Python: Add consistency tests for class scope
RasmusWL
committed
904a8b1
View commit details
Copy full SHA for 904a8b1
View code at this point
Browse repository at this point
Python: Add basic flow for class attributes
RasmusWL
committed
6568332
View commit details
Copy full SHA for 6568332
View code at this point
Browse repository at this point
Python: Highlight missing flow for class attributes
RasmusWL
committed
6c50c2b
View commit details
Copy full SHA for 6c50c2b
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
fix tests because of error in Frameworks.qll
am0o0
committed
e8eff78
View commit details
Copy full SHA for e8eff78
View code at this point
Browse repository at this point
add tests for new frameworks
am0o0
committed
315bdc2
View commit details
Copy full SHA for 315bdc2
View code at this point
Browse repository at this point
Python: Misc: show that all tests passed in validTest
RasmusWL
committed
43f1d09
View commit details
Copy full SHA for 43f1d09
View code at this point
Browse repository at this point
Python: Add test
tausbn
committed
75e6de8
View commit details
Copy full SHA for 75e6de8
View code at this point
Browse repository at this point
Merge branch 'main' into amammad-python-FileSystemAccess
RasmusWL
committed
92b13c4
View commit details
Copy full SHA for 92b13c4
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Python: filter self steps from use-use flow
Show description for 58bf70d
yoff
committed
58bf70d
View commit details
Copy full SHA for 58bf70d
View code at this point
Browse repository at this point
Python: add test for post-update loop flow
yoff
committed
613831b
View commit details
Copy full SHA for 613831b
View code at this point
Browse repository at this point
Merge pull request #14617 from yoff/python/module-for-import-time-flow
Show description for c26c68c
yoff
authored
c26c68c
View commit details
Copy full SHA for c26c68c
View code at this point
Browse repository at this point
Commits on Nov 1, 2023
Python: Update debug query to changed API
Show description for 0b45b63
yoff
committed
0b45b63
View commit details
Copy full SHA for 0b45b63
View code at this point
Browse repository at this point
Commits on Oct 31, 2023
Python: `Separate` -> `PhaseDependentFlow`
yoff
committed
38b811b
View commit details
Copy full SHA for 38b811b
View code at this point
Browse repository at this point
Commits on Oct 27, 2023
Python: module for import time flow
Show description for e745df6
yoff
committed
e745df6
View commit details
Copy full SHA for e745df6
View code at this point
Browse repository at this point
Address review comment.
Max Schaefer
committed
104700f
View commit details
Copy full SHA for 104700f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.