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
Accelerator
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
9.9k
Code
Issues
995
Pull requests
445
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
on
rc/1.21
User selector
All users
All time
Commit history
Commits on Jul 18, 2019
Fix typo.
markshannon
committed
3343f6b
View commit details
Copy full SHA for 3343f6b
View code at this point
Browse repository at this point
Python: modernize regex library to use new points-to.
markshannon
committed
c6ae06f
View commit details
Copy full SHA for c6ae06f
View code at this point
Browse repository at this point
Python points-to: Remove negative recursion when using legacy points-to in legacy points-to extensions.
markshannon
committed
54a8c64
View commit details
Copy full SHA for 54a8c64
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Python points-to: Fix up some oddities with nested from ... import *.
markshannon
committed
9bf67e1
View commit details
Copy full SHA for 9bf67e1
View code at this point
Browse repository at this point
Python: Add failing tests for undefined variable as value and nested 'from import *'.
markshannon
committed
a917019
View commit details
Copy full SHA for a917019
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
Python points-to. If __all__ is overly complex, treat all 'public' symbols as exported.
markshannon
committed
bbf25f3
View commit details
Copy full SHA for bbf25f3
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Merge pull request #1453 from markshannon/python-remove-redundant-override
Show description for 8b58b80
aibaars
authored
8b58b80
View commit details
Copy full SHA for 8b58b80
View code at this point
Browse repository at this point
Python: Improve performance of implicit_submodule_points_to
alexet
committed
78bf755
View commit details
Copy full SHA for 78bf755
View code at this point
Browse repository at this point
Python: Remove pointless charpred.
alexet
committed
6472588
View commit details
Copy full SHA for 6472588
View code at this point
Browse repository at this point
Python: Add no-inline to force correct join-order.
alexet
committed
4d1e4e0
View commit details
Copy full SHA for 4d1e4e0
View code at this point
Browse repository at this point
Merge pull request #1463 from markshannon/python-no-duplicate-modules
Show description for bc7e6af
taus-semmle
authored
bc7e6af
View commit details
Copy full SHA for bc7e6af
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Python: Avoid duplicate modules in points-to and resulting blow-up.
markshannon
committed
62591e4
View commit details
Copy full SHA for 62591e4
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Python: Minor performance enhancements.
markshannon
committed
a5fbbde
View commit details
Copy full SHA for a5fbbde
View code at this point
Browse repository at this point
Merge pull request #1458 from markshannon/fix-typo
Show description for 584b0a3
taus-semmle
authored
584b0a3
View commit details
Copy full SHA for 584b0a3
View code at this point
Browse repository at this point
Merge pull request #1456 from markshannon/python-remove-value-get-source
Show description for 51e0637
taus-semmle
authored
51e0637
View commit details
Copy full SHA for 51e0637
View code at this point
Browse repository at this point
Python: Fix 2 typos.
markshannon
committed
91efce9
View commit details
Copy full SHA for 91efce9
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Python: Remove Value.getSource(). It has no use.
markshannon
committed
30e1cbc
View commit details
Copy full SHA for 30e1cbc
View code at this point
Browse repository at this point
Merge pull request #1440 from markshannon/python-sanity-improvements
Show description for 635de7c
taus-semmle
authored
635de7c
View commit details
Copy full SHA for 635de7c
View code at this point
Browse repository at this point
Python: Remove redundant override.
markshannon
committed
660eda9
View commit details
Copy full SHA for 660eda9
View code at this point
Browse repository at this point
Python: Make sure that all Modules and ModuleObjects (even unused packages) have a working toString().
markshannon
committed
4a4ed69
View commit details
Copy full SHA for 4a4ed69
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Python: Update tests to account for improved API.
markshannon
committed
97294e1
View commit details
Copy full SHA for 97294e1
View code at this point
Browse repository at this point
Python: Extend object API. Clearly differentiate between what an object is called, and what it is named.
markshannon
committed
3b31b9c
View commit details
Copy full SHA for 3b31b9c
View code at this point
Browse repository at this point
Remove incorrect metadata from test query.
markshannon
committed
0b7d734
View commit details
Copy full SHA for 0b7d734
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Python: Fix up expected test results for six test.
markshannon
committed
0c02d3d
View commit details
Copy full SHA for 0c02d3d
View code at this point
Browse repository at this point
Merge pull request #1410 from markshannon/python-no-methodcall-defs-in-tests
Show description for d14d31c
taus-semmle
authored
d14d31c
View commit details
Copy full SHA for d14d31c
View code at this point
Browse repository at this point
Commits on Jun 10, 2019
Python: Improve points-to performance on large databases.
alexet
committed
f04bc26
View commit details
Copy full SHA for f04bc26
View code at this point
Browse repository at this point
Merge pull request #1433 from aeyerstaylor/faster-python
Show description for 28741dd
Mark Shannon
authored
28741dd
View commit details
Copy full SHA for 28741dd
View code at this point
Browse repository at this point
Python: Improve performance of submodule name computation.
alexet
committed
e66c132
View commit details
Copy full SHA for e66c132
View code at this point
Browse repository at this point
Python ESSA: Remove method-callsite definitions when call is in a test defining a pi-node.
markshannon
committed
0f0dc81
View commit details
Copy full SHA for 0f0dc81
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
Merge pull request #1424 from markshannon/python-points-to-varargs
Show description for f7620ae
aibaars
authored
f7620ae
View commit details
Copy full SHA for f7620ae
View code at this point
Browse repository at this point
Fix typo in qldoc.
markshannon
committed
2fab401
View commit details
Copy full SHA for 2fab401
View code at this point
Browse repository at this point
Python points-to: Make sure that vararg tuples are only assigned to vararg parameters.
markshannon
committed
cd79309
View commit details
Copy full SHA for cd79309
View code at this point
Browse repository at this point
Python: Clarify and document points-to and object model for calls involving starargs.
markshannon
committed
de39f92
View commit details
Copy full SHA for de39f92
View code at this point
Browse repository at this point
Python points-to: Handle varargs in caller
markshannon
committed
9e537a7
View commit details
Copy full SHA for 9e537a7
View code at this point
Browse repository at this point
Python points-to: Handle varargs in callee.
markshannon
committed
468975b
View commit details
Copy full SHA for 468975b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.