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 }}
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
9.9k
Code
Issues
995
Pull requests
445
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
ql
test
experimental
on
codeql-cli/v2.13.5
User selector
All users
All time
Commit history
Commits on Jun 5, 2023
Merge pull request #13374 from jketema/ptr-deref-min
Show description for 272ced6
jketema
authored
272ced6
View commit details
Copy full SHA for 272ced6
View code at this point
Browse repository at this point
Merge pull request #13355 from jketema/ptr-deref-forward
Show description for 93215ba
jketema
authored
93215ba
View commit details
Copy full SHA for 93215ba
View code at this point
Browse repository at this point
C++: Remove `cpp/invalid-pointer-deref` results duplicating ones with smaller `k`
jketema
committed
4a27028
View commit details
Copy full SHA for 4a27028
View code at this point
Browse repository at this point
C++: Add `cpp/invalid-pointer-deref` test case with almost duplicated results
jketema
committed
90f0209
View commit details
Copy full SHA for 90f0209
View code at this point
Browse repository at this point
C++: Update expected test results
jketema
committed
7f7b048
View commit details
Copy full SHA for 7f7b048
View code at this point
Browse repository at this point
Merge pull request #12036 from nmouha/patch-1
Show description for 52fb00c
MathiasVP
authored
52fb00c
View commit details
Copy full SHA for 52fb00c
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
C++: Ensure that the sink instruction occurs last in `cpp/invalid-pointer-deref`
Show description for ac4933a
jketema
committed
ac4933a
View commit details
Copy full SHA for ac4933a
View code at this point
Browse repository at this point
Commits on May 31, 2023
C++: Add `cpp/invalid-pointer-deref` FP test case
jketema
committed
ace7b6b
View commit details
Copy full SHA for ace7b6b
View code at this point
Browse repository at this point
Commits on May 30, 2023
C++: Add nodes query predicate to `cpp/invalid-pointer-deref`
jketema
committed
dd30acf
View commit details
Copy full SHA for dd30acf
View code at this point
Browse repository at this point
C++: Take into account the delta at the final sink in `cpp/invalid-pointer-deref`
jketema
committed
f5ed02a
View commit details
Copy full SHA for f5ed02a
View code at this point
Browse repository at this point
C++: Add `cpp/invalid-pointer-deref` test case that shows some duplicate results
jketema
committed
de974cc
View commit details
Copy full SHA for de974cc
View code at this point
Browse repository at this point
Commits on May 26, 2023
Merge pull request #13045 from rdmarsh2/rdmarsh2/cpp/improve-constant-off-by-one
Show description for b2fb2aa
Robert Marsh
authored
b2fb2aa
View commit details
Copy full SHA for b2fb2aa
View code at this point
Browse repository at this point
Merge pull request #13267 from MathiasVP/promote-overrun-write
Show description for 6365739
jketema
authored
6365739
View commit details
Copy full SHA for 6365739
View code at this point
Browse repository at this point
Commits on May 25, 2023
C++: Also add an out barrier on all sinks.
MathiasVP
committed
c3fdc83
View commit details
Copy full SHA for c3fdc83
View code at this point
Browse repository at this point
Commits on May 24, 2023
Merge branch 'main' into rdmarsh2/cpp/improve-constant-off-by-one
MathiasVP
committed
ebc1d5f
View commit details
Copy full SHA for ebc1d5f
View code at this point
Browse repository at this point
Merge branch 'main' into rdmarsh2/cpp/cobo-neq-refinement
Robert Marsh
authored
7404bd9
View commit details
Copy full SHA for 7404bd9
View code at this point
Browse repository at this point
C++: Add `cpp/invalid-pointer-deref` FP test case
jketema
committed
9a467f9
View commit details
Copy full SHA for 9a467f9
View code at this point
Browse repository at this point
C++: Add `cpp/invalid-pointer-deref` FP test case
jketema
committed
af378df
View commit details
Copy full SHA for af378df
View code at this point
Browse repository at this point
Commits on May 23, 2023
C++: Promote 'cpp/overrun-write' out of experimental.
MathiasVP
committed
0dfc9b9
View commit details
Copy full SHA for 0dfc9b9
View code at this point
Browse repository at this point
C++: add test comments
Robert Marsh
authored and
Robert Marsh
committed
86ab960
View commit details
Copy full SHA for 86ab960
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
b32d55a
View commit details
Copy full SHA for b32d55a
View code at this point
Browse repository at this point
Commits on May 22, 2023
C++: fix equality refinement in new range analysis
Robert Marsh
authored and
Robert Marsh
committed
6a997ab
View commit details
Copy full SHA for 6a997ab
View code at this point
Browse repository at this point
Merge pull request #13237 from jketema/pointer-deref-fp
Show description for e3a5805
MathiasVP
authored
e3a5805
View commit details
Copy full SHA for e3a5805
View code at this point
Browse repository at this point
C++: Add `cpp/invalid-pointer-deref` false positives
jketema
committed
3f289b1
View commit details
Copy full SHA for 3f289b1
View code at this point
Browse repository at this point
Commits on May 19, 2023
C++: fix cxartesian product in constant off-by-one query
Robert Marsh
authored and
Robert Marsh
committed
bf07b0f
View commit details
Copy full SHA for bf07b0f
View code at this point
Browse repository at this point
C++: Add testcase with FP (and also fix an incorrect test annotation).
MathiasVP
committed
c15ebf8
View commit details
Copy full SHA for c15ebf8
View code at this point
Browse repository at this point
Commits on May 17, 2023
Update test.cpp
nmouha
authored
187299f
View commit details
Copy full SHA for 187299f
View code at this point
Browse repository at this point
Update IfStatementAdditionOverflow.expected
nmouha
authored
ef57861
View commit details
Copy full SHA for ef57861
View code at this point
Browse repository at this point
Merge pull request #13200 from jketema/deref-subpath
Show description for e3aecd3
jketema
authored
e3aecd3
View commit details
Copy full SHA for e3aecd3
View code at this point
Browse repository at this point
Merge pull request #13197 from jketema/test-annotation
Show description for e143002
jketema
authored
e143002
View commit details
Copy full SHA for e143002
View code at this point
Browse repository at this point
C++: Update expected test results
jketema
committed
014eb25
View commit details
Copy full SHA for 014eb25
View code at this point
Browse repository at this point
C++: Add forgotten test annotation in for `cpp/invalid-pointer-deref` test
jketema
committed
b1c1513
View commit details
Copy full SHA for b1c1513
View code at this point
Browse repository at this point
Commits on May 16, 2023
Merge branch 'main' into precompute-states-in-overrun-write
MathiasVP
committed
a5632a2
View commit details
Copy full SHA for a5632a2
View code at this point
Browse repository at this point
Merge pull request #13149 from MathiasVP/barrier-out-on-phi-back-edges
Show description for e8423f8
jketema
authored
e8423f8
View commit details
Copy full SHA for e8423f8
View code at this point
Browse repository at this point
Commits on May 12, 2023
C++: Add FP test case for `cpp/invalid-pointer-deref`
Show description for eb493a1
jketema
committed
eb493a1
View commit details
Copy full SHA for eb493a1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.