FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/ql - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
468
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
on
codeql-cli/latest
User selector
Datepicker
Commit history
Commits on Sep 3, 2026
Release preparation for version 2.27.0
github-actions[bot]
committed
da93726
View commit details
Copy full SHA for da93726
View code at this point
Browse repository at this point
Commits on Sep 2, 2026
Merge pull request #22380 from yoff/yoff-fix-shared-cfg-ssa-regressions
Show description for 54415ad
yoff
authored
54415ad
View commit details
Copy full SHA for 54415ad
View code at this point
Browse repository at this point
Apply suggestion from @aschackmull
Show description for a92b6a8
yoff
and
aschackmull
authored
a92b6a8
View commit details
Copy full SHA for a92b6a8
View code at this point
Browse repository at this point
CFG: Rename ForeachStmt to ForEachStmt.
aschackmull
committed
53f30a0
View commit details
Copy full SHA for 53f30a0
View code at this point
Browse repository at this point
Merge pull request #22410 from miachillgood/codex/issue-5163-wikimedia-links
Show description for a690c0c
jketema
authored
a690c0c
View commit details
Copy full SHA for a690c0c
View code at this point
Browse repository at this point
Commits on Sep 1, 2026
Python: Restrict the set of throwing exceptions
Show description for 918ff2e
yoff
committed
918ff2e
View commit details
Copy full SHA for 918ff2e
View code at this point
Browse repository at this point
Python: model throwing leaves as post-order
Show description for 8d65f0a
yoff
committed
8d65f0a
View commit details
Copy full SHA for 8d65f0a
View code at this point
Browse repository at this point
Python: wire leaf exceptions to catch entries
Show description for 9df64e7
yoff
and
Copilot
committed
9df64e7
View commit details
Copy full SHA for 9df64e7
View code at this point
Browse repository at this point
Python: test shared CFG exception reachability
Show description for 957b713
yoff
and
Copilot
committed
957b713
View commit details
Copy full SHA for 957b713
View code at this point
Browse repository at this point
FlowSummaryImpl: Align source/sink/barrier prioriterization with that for summaries
hvitved
committed
872aabc
View commit details
Copy full SHA for 872aabc
View code at this point
Browse repository at this point
Commits on Aug 29, 2026
Fix synchronized query-help file
miachillgood
committed
ef1b821
View commit details
Copy full SHA for ef1b821
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
Merge main into rc/3.23 mergeback for 2.26.4
redsun82
committed
421078b
View commit details
Copy full SHA for 421078b
View code at this point
Browse repository at this point
Merge pull request #22443 from github/redsun82-python-tsg-variation-selector-crash
Show description for 9567f1a
redsun82
authored
9567f1a
View commit details
Copy full SHA for 9567f1a
View code at this point
Browse repository at this point
Python: translate Rust escapes in `tsg-python` output
Show description for abf5a0d
redsun82
and
Copilot
committed
abf5a0d
View commit details
Copy full SHA for abf5a0d
View code at this point
Browse repository at this point
Commits on Aug 26, 2026
Merge branch 'main' into aausch/python-pep758-legacy-parser
tausbn
authored
7f8d03d
View commit details
Copy full SHA for 7f8d03d
View code at this point
Browse repository at this point
Python: Split up `except Alpha, Beta:` case across language versions
Show description for b4e561a
tausbn
committed
b4e561a
View commit details
Copy full SHA for b4e561a
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Python: test the Python 2 except reading through extraction, not a unit test
Show description for 7d9ae21
aausch
and
claude
committed
7d9ae21
View commit details
Copy full SHA for 7d9ae21
View code at this point
Browse repository at this point
Python: keep the Python 2 reading of `except A, e:`
Show description for 117fc6b
aausch
and
claude
committed
117fc6b
View commit details
Copy full SHA for 117fc6b
View code at this point
Browse repository at this point
Commits on Aug 21, 2026
Post-release preparation for codeql-cli-2.26.4
github-actions[bot]
committed
dbb6921
View commit details
Copy full SHA for dbb6921
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Release preparation for version 2.26.4
github-actions[bot]
committed
2bbab1b
View commit details
Copy full SHA for 2bbab1b
View code at this point
Browse repository at this point
Merge pull request #22310 from github/copilot/python-taint-tracking-fix
Show description for 1ee9158
hvitved
authored
1ee9158
View commit details
Copy full SHA for 1ee9158
View code at this point
Browse repository at this point
Merge pull request #22314 from github/hvitved-remove-stdlib-taint-workaround
Show description for ea8fdff
hvitved
authored
ea8fdff
View commit details
Copy full SHA for ea8fdff
View code at this point
Browse repository at this point
Python: add query tests for unparenthesized except chains of every length
Show description for 896d8d7
aausch
and
claude
committed
896d8d7
View commit details
Copy full SHA for 896d8d7
View code at this point
Browse repository at this point
Python: fix PEP 758 `except A, B:` in the default parser
Show description for 66573bb
aausch
and
claude
committed
66573bb
View commit details
Copy full SHA for 66573bb
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Python: Adapt to FlowSummaryImpl changes
hvitved
committed
385f721
View commit details
Copy full SHA for 385f721
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
Python: Update expected test output
hvitved
committed
6846a37
View commit details
Copy full SHA for 6846a37
View code at this point
Browse repository at this point
Python: Update expected test output
hvitved
committed
8859c13
View commit details
Copy full SHA for 8859c13
View code at this point
Browse repository at this point
Python: Manually reorder relations in `.expected` file
hvitved
committed
26a1597
View commit details
Copy full SHA for 26a1597
View code at this point
Browse repository at this point
Python: Remove redundant collection taint summaries
Show description for 7f9cb76
hvitved
and
Copilot
committed
7f9cb76
View commit details
Copy full SHA for 7f9cb76
View code at this point
Browse repository at this point
Remove redundant blunt taint fallback steps from ListExtend and ListInsert
Show description for 62fdb69
Copilot
and
hvitved
authored
62fdb69
View commit details
Copy full SHA for 62fdb69
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
Add taint flow summaries for list.extend and list.insert
Show description for 1d1594e
Copilot
and
hvitved
authored
1d1594e
View commit details
Copy full SHA for 1d1594e
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
Post-release preparation for codeql-cli-2.26.3
github-actions[bot]
committed
47d6b11
View commit details
Copy full SHA for 47d6b11
View code at this point
Browse repository at this point
Release preparation for version 2.26.3
github-actions[bot]
committed
fae4a92
View commit details
Copy full SHA for fae4a92
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
Merge branch 'main' of https://github.com/github/codeql into post-release-prep/codeql-cli-2.26.2
oscarsj
committed
bcf0c22
View commit details
Copy full SHA for bcf0c22
View code at this point
Browse repository at this point
Merge pull request #22255 from github/codeql-spark-run-30530195913
Show description for a8a77a6
oscarsj
authored
a8a77a6
View commit details
Copy full SHA for a8a77a6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL