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 }}
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
998
Pull requests
447
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
src
on
codeql-cli/v2.13.4
User selector
All users
All time
Commit history
Commits on Jun 16, 2023
C++: lower the precision of `cpp/overrun-write` to exclude it from our query suites
jketema
committed
0bb67e4
View commit details
Copy full SHA for 0bb67e4
View code at this point
Browse repository at this point
Revert "Exclude `cpp/overrun-write` from `cpp-security-extended.qls`"
Show description for 000add2
jketema
committed
000add2
View commit details
Copy full SHA for 000add2
View code at this point
Browse repository at this point
Commits on Jun 15, 2023
Exclude `cpp/overrun-write` from `cpp-security-extended.qls`
jketema
committed
3aaa649
View commit details
Copy full SHA for 3aaa649
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
Release preparation for version 2.13.4
github-actions[bot]
committed
e4be303
View commit details
Copy full SHA for e4be303
View code at this point
Browse repository at this point
delete old deprecations
erik-krogh
committed
a4ef861
View commit details
Copy full SHA for a4ef861
View code at this point
Browse repository at this point
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++: Fix query formatting
jketema
committed
86df424
View commit details
Copy full SHA for 86df424
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
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
C++: Move location where `getASuccessor` is used to avoid join order problems
jketema
committed
11182e4
View commit details
Copy full SHA for 11182e4
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
C++: Fix join order in `cpp/invalid-pointer-deref`
jketema
committed
8ac1d56
View commit details
Copy full SHA for 8ac1d56
View code at this point
Browse repository at this point
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
Merge pull request #13320 from jketema/ptr-deref-dedup
MathiasVP
authored
3d9c282
View commit details
Copy full SHA for 3d9c282
View code at this point
Browse repository at this point
Merge pull request #13272 from github/post-release-prep/codeql-cli-2.13.3
Show description for c211b70
aibaars
authored
c211b70
View commit details
Copy full SHA for c211b70
View code at this point
Browse repository at this point
Commits on May 30, 2023
Merge remote-tracking branch 'upstream/main' into post-release-prep/codeql-cli-2.13.3
aibaars
committed
490d22d
View commit details
Copy full SHA for 490d22d
View code at this point
Browse repository at this point
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++: Fix configuration names in comments in `cpp/invalid-pointer-deref`
jketema
committed
a8c7638
View commit details
Copy full SHA for a8c7638
View code at this point
Browse repository at this point
C++: The small-string optimization commonly used inside 'std::string' is causing a lot of FPs. Let's exclude this for now to reduce the number of results for this query.
MathiasVP
committed
f00b29d
View commit details
Copy full SHA for f00b29d
View code at this point
Browse repository at this point
Commits on May 26, 2023
C++: Fix join in 'pointerArithOverflow0'.
MathiasVP
committed
0f08642
View commit details
Copy full SHA for 0f08642
View code at this point
Browse repository at this point
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
Commits on May 25, 2023
Revert "C++: Whitespace commit to make qhelp show up in diff."
Show description for 960e652
MathiasVP
committed
960e652
View commit details
Copy full SHA for 960e652
View code at this point
Browse repository at this point
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
C++: Whitespace commit to make qhelp show up in diff.
MathiasVP
committed
ec192d6
View commit details
Copy full SHA for ec192d6
View code at this point
Browse repository at this point
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
C++: Add in-barrier on sources to reduce duplication.
MathiasVP
committed
298013a
View commit details
Copy full SHA for 298013a
View code at this point
Browse repository at this point
C++: Prune flow states based on 'PointerArithmeticToDerefConfig'.
MathiasVP
committed
64d7b49
View commit details
Copy full SHA for 64d7b49
View code at this point
Browse repository at this point
C++: Add change note.
MathiasVP
committed
90824d0
View commit details
Copy full SHA for 90824d0
View code at this point
Browse repository at this point
Post-release preparation for codeql-cli-2.13.3
github-actions[bot]
committed
d2e1920
View commit details
Copy full SHA for d2e1920
View code at this point
Browse repository at this point
Commits on May 23, 2023
C++: Add security severity.
MathiasVP
committed
e1223d0
View commit details
Copy full SHA for e1223d0
View code at this point
Browse repository at this point
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++: Promote the product-dataflow library out of experimental.
MathiasVP
committed
81dbfec
View commit details
Copy full SHA for 81dbfec
View code at this point
Browse repository at this point
Commits on May 22, 2023
Release preparation for version 2.13.3
github-actions[bot]
committed
7aa23cf
View commit details
Copy full SHA for 7aa23cf
View code at this point
Browse repository at this point
C++: remove unneeded pragma
Robert Marsh
authored and
Robert Marsh
committed
4ed7450
View commit details
Copy full SHA for 4ed7450
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.