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 }}
markoenix
/
codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
python
ql
src
Variables
on
main
User selector
All users
All time
Commit history
Commits on Apr 22, 2024
Python: Change all remaining occurrences of `StrConst`
Show description for 1c68c98
tausbn
committed
1c68c98
View commit details
Copy full SHA for 1c68c98
View code at this point
Browse repository at this point
Commits on May 3, 2023
Python: Make implicit this receivers explicit
kaspersv
committed
3eb5a95
View commit details
Copy full SHA for 3eb5a95
View code at this point
Browse repository at this point
Commits on Mar 20, 2023
python: format
yoff
committed
72e9791
View commit details
Copy full SHA for 72e9791
View code at this point
Browse repository at this point
python: exclude nonlocals from query
yoff
committed
5f438e4
View commit details
Copy full SHA for 5f438e4
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
spelling: uninitialized
Show description for f19a5c4
jsoref
committed
f19a5c4
View commit details
Copy full SHA for f19a5c4
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
changes to address reviews
erik-krogh
committed
6fdfd40
View commit details
Copy full SHA for 6fdfd40
View code at this point
Browse repository at this point
fix some more style-guide violations in the alert-messages
erik-krogh
committed
944ca4a
View commit details
Copy full SHA for 944ca4a
View code at this point
Browse repository at this point
Commits on Aug 24, 2022
fixup a Python query, it didn't select something with a location
erik-krogh
committed
014dcd1
View commit details
Copy full SHA for 014dcd1
View code at this point
Browse repository at this point
Commits on Aug 23, 2022
change the alert message of unused-local-variable
erik-krogh
committed
d96d672
View commit details
Copy full SHA for d96d672
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Python: Fix a bunch of class QLDoc
tausbn
authored
d260388
View commit details
Copy full SHA for d260388
View code at this point
Browse repository at this point
Python: Fix up a bunch of function QLDoc
tausbn
authored
af7f532
View commit details
Copy full SHA for af7f532
View code at this point
Browse repository at this point
Commits on Mar 4, 2022
Python: Fix "use set literal" warnings
tausbn
authored
2071061
View commit details
Copy full SHA for 2071061
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
simplify expressions that could be type-casts
erik-krogh
committed
4e8e3a7
View commit details
Copy full SHA for 4e8e3a7
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Python: Fix FP in `py/unused-local-variable`
Show description for 233ae5a
tausbn
authored
233ae5a
View commit details
Copy full SHA for 233ae5a
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
Fix all dead qhelp links
Show description for 455b840
smowton
committed
455b840
View commit details
Copy full SHA for 455b840
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Use `.inc.qhelp` extension for included help files
Marcono1234
committed
5a8ffa5
View commit details
Copy full SHA for 5a8ffa5
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
Python: Fix query names that inclde __ (dunder)
Show description for 3fe715a
RasmusWL
committed
3fe715a
View commit details
Copy full SHA for 3fe715a
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Python: Autoformat everything using `qlformat`.
Show description for f07a7bf
tausbn
committed
f07a7bf
View commit details
Copy full SHA for f07a7bf
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Python: Get rid of deprecated terms in code and `.qhelp`.
tausbn
committed
01fb1e3
View commit details
Copy full SHA for 01fb1e3
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Python: Minor fixes from code review
Show description for 721713b
RasmusWL
and
tausbn
authored
721713b
View commit details
Copy full SHA for 721713b
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
Python: Handle Enum._convert in Python 3.8
RasmusWL
committed
7c037cd
View commit details
Copy full SHA for 7c037cd
View code at this point
Browse repository at this point
Commits on May 25, 2020
Merge pull request #3551 from RasmusWL/python-fix-upcoming-deprecation
Show description for 7716cff
tausbn
authored
7716cff
View commit details
Copy full SHA for 7716cff
View code at this point
Browse repository at this point
Python: Use proper import for semmle.python.dataflow.TaintTracking
Show description for f602f3e
RasmusWL
committed
f602f3e
View commit details
Copy full SHA for f602f3e
View code at this point
Browse repository at this point
Python: Fix use of StrConst.strValue()
RasmusWL
committed
6ce1b9f
View commit details
Copy full SHA for 6ce1b9f
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
Python: Remove usage of deprecated .getValue()
RasmusWL
committed
70634fe
View commit details
Copy full SHA for 70634fe
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Python: Remove use of deprecated methods
RasmusWL
committed
96d5703
View commit details
Copy full SHA for 96d5703
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Python: Fix bad QL-rewriting
Show description for 5d01cb7
RasmusWL
committed
5d01cb7
View commit details
Copy full SHA for 5d01cb7
View code at this point
Browse repository at this point
Commits on Dec 20, 2019
Python: Address comments for modernising Variables/
RasmusWL
committed
92e272c
View commit details
Copy full SHA for 92e272c
View code at this point
Browse repository at this point
Python: Autoformat Variables/*
RasmusWL
committed
b8a9a35
View commit details
Copy full SHA for b8a9a35
View code at this point
Browse repository at this point
Python: Modernise Variables/MonkeyPatched.qll
RasmusWL
committed
25ab0ed
View commit details
Copy full SHA for 25ab0ed
View code at this point
Browse repository at this point
Python: Modernise Variables/Undefined.qll
RasmusWL
committed
58bb16e
View commit details
Copy full SHA for 58bb16e
View code at this point
Browse repository at this point
Python: Modernise py/unused-parameter
RasmusWL
committed
34f9135
View commit details
Copy full SHA for 34f9135
View code at this point
Browse repository at this point
Python: Modernise py/uninitialized-local-variable
RasmusWL
committed
aba3ac7
View commit details
Copy full SHA for aba3ac7
View code at this point
Browse repository at this point
Python: Modernise py/undefined-global-variable
RasmusWL
committed
697a006
View commit details
Copy full SHA for 697a006
View code at this point
Browse repository at this point
Python: Rewrite casts for py/undefined-global-variable
RasmusWL
committed
3ffea59
View commit details
Copy full SHA for 3ffea59
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.