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
Type
/
to 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 }}
DEVBOX10
/
github-codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
19
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
github-codeql
python
ql
src
Statements
on
dependabot/github_actions/github/codeql-action-main
User selector
All users
All time
Commit history
Commits on Jan 10, 2023
Python: Remove omittable exists variables
atorralba
committed
d87c8c7
View commit details
Copy full SHA for d87c8c7
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 22, 2022
update py/unreachable-statement to match javascript/go
erik-krogh
committed
ca299b9
View commit details
Copy full SHA for ca299b9
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
few join order fixes
erik-krogh
committed
758a5d7
View commit details
Copy full SHA for 758a5d7
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
use set literals instead of big disjunctions
erik-krogh
committed
ddfc3bc
View commit details
Copy full SHA for ddfc3bc
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 Nov 9, 2021
Python: Fix bad join in `py/redundant-assignment`
Show description for 24000a5
tausbn
authored
24000a5
View commit details
Copy full SHA for 24000a5
View code at this point
Browse repository at this point
Commits on Oct 26, 2021
use set literal instead of big disjunction of literals
erik-krogh
committed
a3c55c2
View commit details
Copy full SHA for a3c55c2
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
Python: Fix `globals() == locals()` FP
RasmusWL
committed
f402475
View commit details
Copy full SHA for f402475
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Add security-severity metadata
calumgrant
committed
a594afb
View commit details
Copy full SHA for a594afb
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 Apr 7, 2020
Python: supress non-useful results (w/ tests) for iter str/seq query
Show description for befe73d
RasmusWL
committed
befe73d
View commit details
Copy full SHA for befe73d
View code at this point
Browse repository at this point
Python: Consistenly use TestScope instead of Test
Show description for 46ecbef
RasmusWL
committed
46ecbef
View commit details
Copy full SHA for 46ecbef
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Python: Autoformat all `.ql` files.
tausbn
committed
87a9f51
View commit details
Copy full SHA for 87a9f51
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Python: Rewrite helper predicate has_string_type
RasmusWL
committed
2382b42
View commit details
Copy full SHA for 2382b42
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Python: Resolve autoformat ugliness
RasmusWL
committed
a9674ef
View commit details
Copy full SHA for a9674ef
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
Python: Fix error after merge conflict
RasmusWL
committed
4f3149d
View commit details
Copy full SHA for 4f3149d
View code at this point
Browse repository at this point
Python: Fix modernisation of py/iteration-string-and-sequence
Show description for d7b803a
RasmusWL
committed
d7b803a
View commit details
Copy full SHA for d7b803a
View code at this point
Browse repository at this point
Python: Add ModuleValue.{isUsedAsModule, isUsedAsScript}
Show description for 3e7e963
RasmusWL
committed
3e7e963
View commit details
Copy full SHA for 3e7e963
View code at this point
Browse repository at this point
Python: Modernise Statements/RedundantAssignment
RasmusWL
committed
b4ab0b5
View commit details
Copy full SHA for b4ab0b5
View code at this point
Browse repository at this point
Python: Modernise Statements/ queries
Show description for 13568b7
RasmusWL
committed
13568b7
View commit details
Copy full SHA for 13568b7
View code at this point
Browse repository at this point
Python: Update py/ineffectual-statement
Show description for 83d40f1
RasmusWL
committed
83d40f1
View commit details
Copy full SHA for 83d40f1
View code at this point
Browse repository at this point
Python: Make py/side-effect-in-assert handle example
Show description for 6e349eb
RasmusWL
committed
6e349eb
View commit details
Copy full SHA for 6e349eb
View code at this point
Browse repository at this point
Python: Autoformat statements
RasmusWL
committed
3816688
View commit details
Copy full SHA for 3816688
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 Dec 11, 2019
Python: Fix bad join order in `py/ineffectual-statement`.
Show description for d5cc42e
tausbn
committed
d5cc42e
View commit details
Copy full SHA for d5cc42e
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Python: Do not report unreachable "catch-all" cases in `elif`-chains.
Show description for 5e62da7
taus-semmle
committed
5e62da7
View commit details
Copy full SHA for 5e62da7
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
Python: Teach `py/unreachable-statement` about `contextlib.suppress`.
taus-semmle
committed
99b99ef
View commit details
Copy full SHA for 99b99ef
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Python: Modernise the `py/non-iterable-in-for-loop` query.
Show description for d336140
taus-semmle
committed
d336140
View commit details
Copy full SHA for d336140
View code at this point
Browse repository at this point
Commits on May 29, 2019
Improve query help
alexey
committed
9377638
View commit details
Copy full SHA for 9377638
View code at this point
Browse repository at this point
Rename files by style guide and change query metadata
alexey
committed
86ec047
View commit details
Copy full SHA for 86ec047
View code at this point
Browse repository at this point
Edit query metadata and help and add new entry to the change-notes 1.21
alexey
committed
96380f6
View commit details
Copy full SHA for 96380f6
View code at this point
Browse repository at this point
Commits on May 22, 2019
add return-or-yield-outside-of-function Python query
alexey
committed
e214174
View commit details
Copy full SHA for e214174
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.