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
10k
Code
Issues
995
Pull requests
453
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
experimental
Security
on
codeql-cli/v2.16.3
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2024
C++: Fix typo
igfoo
committed
e357d18
View commit details
Copy full SHA for e357d18
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Merge pull request #14972 from geoffw0/cryptoprimitives
Show description for 17cd22f
geoffw0
authored
17cd22f
View commit details
Copy full SHA for 17cd22f
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
C++: Make the encryption words a tiny bit more flexible.
geoffw0
committed
521d98e
View commit details
Copy full SHA for 521d98e
View code at this point
Browse repository at this point
C++: Add 'experimental' tag.
geoffw0
committed
e95098f
View commit details
Copy full SHA for e95098f
View code at this point
Browse repository at this point
C++: Exclude results in some common libraries.
geoffw0
committed
2f0be40
View commit details
Copy full SHA for 2f0be40
View code at this point
Browse repository at this point
C++: Address QL-for-QL comments.
geoffw0
committed
fb02e99
View commit details
Copy full SHA for fb02e99
View code at this point
Browse repository at this point
C++: Make output clearer in cases where the function name is a macro expansion (I've seen this more than once).
geoffw0
committed
c83cfe4
View commit details
Copy full SHA for c83cfe4
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
C++: Remove unneeded dataflow imports
jketema
committed
b185efa
View commit details
Copy full SHA for b185efa
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
C++: Add cpp/crypto-primitive query to experimental.
geoffw0
committed
b0514de
View commit details
Copy full SHA for b0514de
View code at this point
Browse repository at this point
Commits on Sep 13, 2023
C++: Respond to review comments.
MathiasVP
committed
af51a0a
View commit details
Copy full SHA for af51a0a
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-416/UseAfterExpiredLifetime.qhelp
Show description for 81d20be
MathiasVP
and
geoffw0
authored
81d20be
View commit details
Copy full SHA for 81d20be
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
C++: Naively copy the 'surprising lifetimes' query from Coding Standards and add required metadata.
MathiasVP
committed
1232120
View commit details
Copy full SHA for 1232120
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
Merge pull request #14006 from MathiasVP/promote-invalid-pointer-deref-out-of-experimental
Show description for d14ad92
MathiasVP
authored
d14ad92
View commit details
Copy full SHA for d14ad92
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
CPP: Make wordexp take an indirect argument.
alexet
committed
45ddb48
View commit details
Copy full SHA for 45ddb48
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
C++: Promote 'cpp/invalid-pointer-deref' out of experimental.
MathiasVP
committed
4daabda
View commit details
Copy full SHA for 4daabda
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
Revert "Merge pull request #13783 from MathiasVP/type-bounds-for-new-range-analysis"
Show description for cb1076c
MathiasVP
committed
cb1076c
View commit details
Copy full SHA for cb1076c
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
C++: Filter type-based reasons out of MCTV queries.
MathiasVP
committed
9807c0b
View commit details
Copy full SHA for 9807c0b
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for b1c6ee4
MathiasVP
and
jketema
authored
b1c6ee4
View commit details
Copy full SHA for b1c6ee4
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 7f7930b
MathiasVP
and
jketema
authored
7f7930b
View commit details
Copy full SHA for 7f7930b
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 97809e7
MathiasVP
and
jketema
authored
97809e7
View commit details
Copy full SHA for 97809e7
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for e1f519f
MathiasVP
and
jketema
authored
e1f519f
View commit details
Copy full SHA for e1f519f
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 9f9cf9f
MathiasVP
and
jketema
authored
9f9cf9f
View commit details
Copy full SHA for 9f9cf9f
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 2cfa14b
MathiasVP
and
jketema
authored
2cfa14b
View commit details
Copy full SHA for 2cfa14b
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 5cad8ec
MathiasVP
and
jketema
authored
5cad8ec
View commit details
Copy full SHA for 5cad8ec
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
C++: Add more documentation to the 'cpp/invalid-pointer-deref' query.
MathiasVP
committed
922f4d5
View commit details
Copy full SHA for 922f4d5
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
C++: Split the query into 4 files.
MathiasVP
committed
5099de5
View commit details
Copy full SHA for 5099de5
View code at this point
Browse repository at this point
C++: More cleanup.
MathiasVP
committed
a038b38
View commit details
Copy full SHA for a038b38
View code at this point
Browse repository at this point
Merge pull request #13699 from MathiasVP/final-config-to-invalid-pointer-deref
Show description for d41d2bc
MathiasVP
authored
d41d2bc
View commit details
Copy full SHA for d41d2bc
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
C++: Remove barrier that's no longer needed.
MathiasVP
committed
d63ead5
View commit details
Copy full SHA for d63ead5
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
C++: No need to select the 'instruction' as the sink when the dataflow node has a better 'toString'.
MathiasVP
committed
c13f015
View commit details
Copy full SHA for c13f015
View code at this point
Browse repository at this point
C++: Completely get rid of merged path nodes.
MathiasVP
committed
5e06043
View commit details
Copy full SHA for 5e06043
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
C++/Swift: Remove `none()` dataflow configuration predicates
Show description for 52ab215
jketema
committed
52ab215
View commit details
Copy full SHA for 52ab215
View code at this point
Browse repository at this point
C++: Fix comment.
MathiasVP
committed
2c2f9b9
View commit details
Copy full SHA for 2c2f9b9
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 19872d5
MathiasVP
and
jketema
authored
19872d5
View commit details
Copy full SHA for 19872d5
View code at this point
Browse repository at this point
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Show description for 3d5414b
MathiasVP
and
jketema
authored
3d5414b
View commit details
Copy full SHA for 3d5414b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.