FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for shared - github/codeql · GitHub
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
10k
Code
Issues
997
Pull requests
454
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
shared
on
codeql-cli/v2.26.0
User selector
Datepicker
Commit history
Commits on Jul 2, 2026
Release preparation for version 2.26.0
github-actions[bot]
committed
1af9609
View commit details
Copy full SHA for 1af9609
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Revert "Release preparation for version 2.26.0"
mario-campos
authored
41f2e7b
View commit details
Copy full SHA for 41f2e7b
View code at this point
Browse repository at this point
Commits on Jun 25, 2026
Release preparation for version 2.26.0
github-actions[bot]
committed
237c563
View commit details
Copy full SHA for 237c563
View code at this point
Browse repository at this point
Merge pull request #22016 from asgerf/commonast-rebased5
Show description for 73ad826
asgerf
authored
73ad826
View commit details
Copy full SHA for 73ad826
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Merge pull request #22017 from aschackmull/cfg/catchclause-pattern
Show description for 29eba2f
aschackmull
authored
29eba2f
View commit details
Copy full SHA for 29eba2f
View code at this point
Browse repository at this point
Apply suggestion from @aschackmull
aschackmull
authored
bcfee98
View commit details
Copy full SHA for bcfee98
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Cfg: Change AST/CFG for CatchClauses to use a pattern.
aschackmull
committed
41297c5
View commit details
Copy full SHA for 41297c5
View code at this point
Browse repository at this point
Update shared/controlflow/codeql/controlflow/ControlFlowGraph.qll
Show description for 73ab3e6
yoff
and
aschackmull
committed
73ab3e6
View commit details
Copy full SHA for 73ab3e6
View code at this point
Browse repository at this point
Shared CFG: add defaulted getLoopElse to AstSig
Show description for 15cbbb8
authored and
yoff
committed
15cbbb8
View commit details
Copy full SHA for 15cbbb8
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Merge pull request #21967 from github/copilot/conversion-of-codeql-queries
Show description for b54d95d
owen-mc
authored
b54d95d
View commit details
Copy full SHA for b54d95d
View code at this point
Browse repository at this point
Shared: allow comment starting with `#` after inline expectation comment
owen-mc
committed
1496fb6
View commit details
Copy full SHA for 1496fb6
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Add QLDoc to MakeSsa to silence CI
owen-mc
committed
db5fac1
View commit details
Copy full SHA for db5fac1
View code at this point
Browse repository at this point
Yeast: use child locations instead of rule target
Show description for 6c74cd3
asgerf
committed
6c74cd3
View commit details
Copy full SHA for 6c74cd3
View code at this point
Browse repository at this point
Cfg: Distinguish parameters from their patterns.
aschackmull
committed
3a3ec1b
View commit details
Copy full SHA for 3a3ec1b
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Shared: Ensure that YAML comment extraction is properly reflected in the dbscheme template.
MathiasVP
committed
55f2f04
View commit details
Copy full SHA for 55f2f04
View code at this point
Browse repository at this point
Merge branch 'main' into bazookamusic/cwe-1427
BazookaMusic
authored
57f2006
View commit details
Copy full SHA for 57f2006
View code at this point
Browse repository at this point
Merge branch 'main' into bazookamusic/cwe-1427
BazookaMusic
authored
274f014
View commit details
Copy full SHA for 274f014
View code at this point
Browse repository at this point
Merge branch 'main' into add-yaml-comments
MathiasVP
committed
c12cf88
View commit details
Copy full SHA for c12cf88
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
Merge pull request #21987 from hvitved/type-flow-ranking
Show description for d287f0c
hvitved
authored
d287f0c
View commit details
Copy full SHA for d287f0c
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for f143dad
hvitved
and
Copilot
authored
f143dad
View commit details
Copy full SHA for f143dad
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
Merge pull request #21981 from asgerf/yeast/comments
Show description for 7039c4a
asgerf
authored
7039c4a
View commit details
Copy full SHA for 7039c4a
View code at this point
Browse repository at this point
Update shared/typeflow/codeql/typeflow/UniversalFlow.qll
Show description for 568de02
hvitved
and
aschackmull
authored
568de02
View commit details
Copy full SHA for 568de02
View code at this point
Browse repository at this point
Add ability to prepend fields in Yeast
asgerf
committed
0baa126
View commit details
Copy full SHA for 0baa126
View code at this point
Browse repository at this point
yeast-macros: desugar 'field: @cap' to 'field: _ @cap'
Show description for d11b428
asgerf
and
Copilot
committed
d11b428
View commit details
Copy full SHA for d11b428
View code at this point
Browse repository at this point
Yeast: better support for rewriting unnamed nodes
Show description for ddc9516
asgerf
committed
ddc9516
View commit details
Copy full SHA for ddc9516
View code at this point
Browse repository at this point
yeast-macros: add .reduce_left(first -> init, acc, elem -> fold) chain
Show description for 0006894
asgerf
and
Copilot
committed
0006894
View commit details
Copy full SHA for 0006894
View code at this point
Browse repository at this point
yeast-macros: add .map(p -> tpl) chain syntax for tree templates
Show description for 28c879f
asgerf
and
Copilot
committed
28c879f
View commit details
Copy full SHA for 28c879f
View code at this point
Browse repository at this point
Java: Fix performance issue in type flow library
hvitved
committed
651770b
View commit details
Copy full SHA for 651770b
View code at this point
Browse repository at this point
Merge branch 'main' into bazookamusic/cwe-1427
BazookaMusic
authored
7c11f19
View commit details
Copy full SHA for 7c11f19
View code at this point
Browse repository at this point
Add new MaD kinds
BazookaMusic
committed
7ae0337
View commit details
Copy full SHA for 7ae0337
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
Extract trivia tokens from original parse tree
asgerf
committed
5608369
View commit details
Copy full SHA for 5608369
View code at this point
Browse repository at this point
Cfg: Add support for until-statements.
aschackmull
committed
ff61344
View commit details
Copy full SHA for ff61344
View code at this point
Browse repository at this point
Cfg: Add support for unless-statements.
aschackmull
committed
fe8c029
View commit details
Copy full SHA for fe8c029
View code at this point
Browse repository at this point
Merge pull request #21955 from aschackmull/cfg/try-body-index
Show description for 912dc9c
aschackmull
authored
912dc9c
View commit details
Copy full SHA for 912dc9c
View code at this point
Browse repository at this point
Cfg: Fix type.
aschackmull
committed
f3ec708
View commit details
Copy full SHA for f3ec708
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL