FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for cpp - 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
467
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
cpp
on
codeql-cli/v2.19.2
User selector
Datepicker
Commit history
Commits on Oct 18, 2024
Fix typos in changelogs
aibaars
committed
aaf220d
View commit details
Copy full SHA for aaf220d
View code at this point
Browse repository at this point
Release preparation for version 2.19.2
github-actions[bot]
committed
ca03453
View commit details
Copy full SHA for ca03453
View code at this point
Browse repository at this point
Revert "Release preparation for version 2.19.2"
aibaars
authored
eb515f8
View commit details
Copy full SHA for eb515f8
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Fix typos in changelog entries
aibaars
committed
9ba8045
View commit details
Copy full SHA for 9ba8045
View code at this point
Browse repository at this point
Release preparation for version 2.19.2
github-actions[bot]
committed
255f55c
View commit details
Copy full SHA for 255f55c
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
C++: Print handler parameters in PrintAST
jketema
committed
f1a350c
View commit details
Copy full SHA for f1a350c
View code at this point
Browse repository at this point
Merge pull request #17715 from MathiasVP/fopen-taint
Show description for e7da53d
MathiasVP
authored
e7da53d
View commit details
Copy full SHA for e7da53d
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
C++: Respond to review comments.
MathiasVP
committed
acac3a0
View commit details
Copy full SHA for acac3a0
View code at this point
Browse repository at this point
Merge pull request #17693 from jketema/concepts
Show description for 8352d17
jketema
authored
8352d17
View commit details
Copy full SHA for 8352d17
View code at this point
Browse repository at this point
C++: Make ql-for-ql happy.
MathiasVP
committed
6965cf7
View commit details
Copy full SHA for 6965cf7
View code at this point
Browse repository at this point
Merge pull request #17678 from MathiasVP/modernize-unclear-array-index-validation
Show description for b087fde
jketema
authored
b087fde
View commit details
Copy full SHA for b087fde
View code at this point
Browse repository at this point
C++: Add change note.
MathiasVP
committed
954235e
View commit details
Copy full SHA for 954235e
View code at this point
Browse repository at this point
C++: Add a taint model for 'fopen' and accept test changes.
MathiasVP
committed
338e820
View commit details
Copy full SHA for 338e820
View code at this point
Browse repository at this point
C++: Add test with missing flow through 'fopen'.
MathiasVP
committed
201842d
View commit details
Copy full SHA for 201842d
View code at this point
Browse repository at this point
C++: Don't allow 'x < 0' as a barrier guard.
MathiasVP
committed
61a012f
View commit details
Copy full SHA for 61a012f
View code at this point
Browse repository at this point
Update cpp/ql/src/change-notes/2024-10-07-unclear-array-index-validation.md
Show description for c883aa0
MathiasVP
and
jketema
authored
c883aa0
View commit details
Copy full SHA for c883aa0
View code at this point
Browse repository at this point
C++: Fix copy&paste error in QLDoc
jketema
committed
4d251b9
View commit details
Copy full SHA for 4d251b9
View code at this point
Browse repository at this point
C++: Add a skeleton class for requires expressions
jketema
committed
723236d
View commit details
Copy full SHA for 723236d
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
C++: Fix ODR violations in dataflow tests
jketema
committed
c90d0fa
View commit details
Copy full SHA for c90d0fa
View code at this point
Browse repository at this point
C++: Fix ODR violations in tests
Show description for f1e2268
jketema
committed
f1e2268
View commit details
Copy full SHA for f1e2268
View code at this point
Browse repository at this point
C++: Add change notes.
MathiasVP
committed
b00c545
View commit details
Copy full SHA for b00c545
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
d6618ed
View commit details
Copy full SHA for d6618ed
View code at this point
Browse repository at this point
C++: Range analysis of 'getc'.
MathiasVP
committed
f7392d6
View commit details
Copy full SHA for f7392d6
View code at this point
Browse repository at this point
C++: Add FP test.
MathiasVP
committed
6ca978e
View commit details
Copy full SHA for 6ca978e
View code at this point
Browse repository at this point
C++: Spacing.
MathiasVP
committed
823d5ac
View commit details
Copy full SHA for 823d5ac
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
8bb21e1
View commit details
Copy full SHA for 8bb21e1
View code at this point
Browse repository at this point
C++: Use range analysis at the sink to exclude trivial FPs.
MathiasVP
committed
a2cdb9c
View commit details
Copy full SHA for a2cdb9c
View code at this point
Browse repository at this point
C++: Add FP.
MathiasVP
committed
c3d9ea1
View commit details
Copy full SHA for c3d9ea1
View code at this point
Browse repository at this point
C++: Add test spacing.
MathiasVP
committed
afb5e4f
View commit details
Copy full SHA for afb5e4f
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
f6f5f5d
View commit details
Copy full SHA for f6f5f5d
View code at this point
Browse repository at this point
C++: Modernize the 'cpp/unclear-array-index-validation' query by getting rid of the DefaultTaintTracking barriers and replacing them with a 'BarrierGuard' instantiation.
MathiasVP
committed
c9bd9e9
View commit details
Copy full SHA for c9bd9e9
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
C++: Address review comments
jketema
committed
ed266da
View commit details
Copy full SHA for ed266da
View code at this point
Browse repository at this point
Commits on Oct 4, 2024
C++: Add some documentation on the printed IR
jketema
committed
b8eb2ab
View commit details
Copy full SHA for b8eb2ab
View code at this point
Browse repository at this point
C++: Update expected test output
hvitved
committed
953461d
View commit details
Copy full SHA for 953461d
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
Merge pull request #17481 from github/calumgrant/bmn/uninitialized-local
Show description for 8b536f5
calumgrant
authored
8b536f5
View commit details
Copy full SHA for 8b536f5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL