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
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 }}
itsallaboutpython
/
codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 2, 2023
Merge pull request #13331 from aibaars/use-shortest-distances-to-count-indirections
Show description for 05e5ebe
MathiasVP
authored
05e5ebe
View commit details
Copy full SHA for 05e5ebe
View code at this point
Browse repository at this point
C++: Use the 'shortestDistances' HOP to count indirections instead of manual recursion. This avoids cyclic problems when we have invalid types.
MathiasVP
authored and
aibaars
committed
cc8aac5
View commit details
Copy full SHA for cc8aac5
View code at this point
Browse repository at this point
Commits on May 31, 2023
Merge pull request #13333 from geoffw0/macroname
Show description for 4497aa5
MathiasVP
authored
4497aa5
View commit details
Copy full SHA for 4497aa5
View code at this point
Browse repository at this point
Merge pull request #13337 from MathiasVP/revert-13207
Show description for 67cd6b7
sashabu
authored
67cd6b7
View commit details
Copy full SHA for 67cd6b7
View code at this point
Browse repository at this point
Revert "Merge pull request #13207 from MathiasVP/use-equiv-class-in-getInstruction"
Show description for 52eb7ae
MathiasVP
committed
52eb7ae
View commit details
Copy full SHA for 52eb7ae
View code at this point
Browse repository at this point
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
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
Swift: Make Macro.getName() more efficient.
geoffw0
committed
a9811fe
View commit details
Copy full SHA for a9811fe
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++: 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
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
Merge pull request #13305 from MathiasVP/fix-join-of-pointerArithOverflow0
Show description for 2afda5f
Robert Marsh
authored
2afda5f
View commit details
Copy full SHA for 2afda5f
View code at this point
Browse repository at this point
Merge pull request #13294 from MathiasVP/better-test-for-range-analysis
Show description for 16bc584
jketema
authored
16bc584
View commit details
Copy full SHA for 16bc584
View code at this point
Browse repository at this point
Commits on May 26, 2023
C++: Change separator from ':' to '|'.
MathiasVP
committed
9828af4
View commit details
Copy full SHA for 9828af4
View code at this point
Browse repository at this point
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 #13207 from MathiasVP/use-equiv-class-in-getInstruction
Show description for 5bc844c
Robert Marsh
authored
5bc844c
View commit details
Copy full SHA for 5bc844c
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
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++: Change range-analysis test to not use 'getAst'. This was creating confusing test expectation annotations.
MathiasVP
committed
0d1d20c
View commit details
Copy full SHA for 0d1d20c
View code at this point
Browse repository at this point
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
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Show description for e7f82a3
MathiasVP
and
jketema
authored
e7f82a3
View commit details
Copy full SHA for e7f82a3
View code at this point
Browse repository at this point
C++: Respond to review comments.
MathiasVP
committed
384ca0c
View commit details
Copy full SHA for 384ca0c
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
C++: Fix result duplication on 'cpp/unbounded-write' on 'kirxkirx/vast'.
MathiasVP
committed
a7252e6
View commit details
Copy full SHA for a7252e6
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
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
Merge pull request #13269 from jketema/inline-module
Show description for fca5fb6
MathiasVP
authored
fca5fb6
View commit details
Copy full SHA for fca5fb6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.