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
997
Pull requests
454
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
Critical
on
codeql-cli/v2.15.2
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 3, 2023
C++: Promote 'cpp/use-after-free' and 'cpp/double-free' to Code Scanning.
MathiasVP
committed
7084dc1
View commit details
Copy full SHA for 7084dc1
View code at this point
Browse repository at this point
Commits on Sep 28, 2023
CPP: Remove unned argument from use-after-free
alexet
committed
6b0ae0f
View commit details
Copy full SHA for 6b0ae0f
View code at this point
Browse repository at this point
Commits on Sep 20, 2023
CPP: Fix use after free FPs by elimnatiing freeing nodes rather than freeing expressions.
alexet
committed
d084931
View commit details
Copy full SHA for d084931
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
C++: Use fully converted expressions in 'cpp/use-after-free' and 'cpp/double-free'.
MathiasVP
committed
71fe6f5
View commit details
Copy full SHA for 71fe6f5
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
C++: Improve use-after-free example code
Show description for 0c0720a
jketema
committed
0c0720a
View commit details
Copy full SHA for 0c0720a
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
Commits on Jul 5, 2023
C++: Fix join in 'isUse'.
MathiasVP
committed
93f1a3b
View commit details
Copy full SHA for 93f1a3b
View code at this point
Browse repository at this point
Commits on May 9, 2023
C++: Make implicit this receivers explicit
kaspersv
committed
c46898c
View commit details
Copy full SHA for c46898c
View code at this point
Browse repository at this point
Commits on Apr 18, 2023
C++: Fix bad self-join in 'cpp/use-after-free'.
Show description for 61aba46
MathiasVP
committed
61aba46
View commit details
Copy full SHA for 61aba46
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
Merge pull request #12818 from MathiasVP/dataflow-for-missing-scanf-qery
Show description for d975ceb
MathiasVP
authored
d975ceb
View commit details
Copy full SHA for d975ceb
View code at this point
Browse repository at this point
Update cpp/ql/src/Critical/DoubleFree.qhelp
Show description for fa5ed04
MathiasVP
and
mchammer01
authored
fa5ed04
View commit details
Copy full SHA for fa5ed04
View code at this point
Browse repository at this point
Update cpp/ql/src/Critical/DoubleFree.ql
Show description for dba46bd
MathiasVP
and
mchammer01
authored
dba46bd
View commit details
Copy full SHA for dba46bd
View code at this point
Browse repository at this point
Commits on Apr 13, 2023
C++: Use the new dataflow library in the 'missing scanf' query.
MathiasVP
committed
0db05fe
View commit details
Copy full SHA for 0db05fe
View code at this point
Browse repository at this point
C++: Fix FP and accept test changes.
MathiasVP
committed
40dde93
View commit details
Copy full SHA for 40dde93
View code at this point
Browse repository at this point
C++: Fix missing result and accept test changes.
MathiasVP
committed
23a7cd9
View commit details
Copy full SHA for 23a7cd9
View code at this point
Browse repository at this point
C++: Add QLDoc to 'isExcludeFreePair'.
MathiasVP
committed
d304022
View commit details
Copy full SHA for d304022
View code at this point
Browse repository at this point
C++: Fix qhelp for double-free.
MathiasVP
committed
e0aeea0
View commit details
Copy full SHA for e0aeea0
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
Update cpp/ql/src/Critical/FlowAfterFree.qll
Show description for ba4e3ae
MathiasVP
and
geoffw0
authored
ba4e3ae
View commit details
Copy full SHA for ba4e3ae
View code at this point
Browse repository at this point
C++: Fix joins.
MathiasVP
committed
49cceb2
View commit details
Copy full SHA for 49cceb2
View code at this point
Browse repository at this point
Commits on Apr 11, 2023
C++: Modernize use-after-free query using dataflow.
MathiasVP
committed
725004a
View commit details
Copy full SHA for 725004a
View code at this point
Browse repository at this point
C++: Add double-free query documentation.
MathiasVP
committed
fb2ec15
View commit details
Copy full SHA for fb2ec15
View code at this point
Browse repository at this point
C++: Add double-free query.
MathiasVP
committed
cc12e74
View commit details
Copy full SHA for cc12e74
View code at this point
Browse repository at this point
C++: Add a flow-after-free library.
MathiasVP
committed
dfe00ff
View commit details
Copy full SHA for dfe00ff
View code at this point
Browse repository at this point
Commits on Mar 23, 2023
C++: Rename references.
aschackmull
committed
72415c7
View commit details
Copy full SHA for 72415c7
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
C++: Also exclude unevaluated buffers in 'OverflowStatic'.
MathiasVP
committed
40cc2e7
View commit details
Copy full SHA for 40cc2e7
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
C++: Convert a number of data flow based queries to use `ConfigSig`
jketema
committed
fb57914
View commit details
Copy full SHA for fb57914
View code at this point
Browse repository at this point
Commits on Feb 27, 2023
C++: Fix queries. Since there's no longer indirect -> direct flow in
Show description for 354a12c
MathiasVP
committed
354a12c
View commit details
Copy full SHA for 354a12c
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
C++: Revert `semmle.code.cpp.dataflow` to its old state
Show description for ecdeb9a
jketema
committed
ecdeb9a
View commit details
Copy full SHA for ecdeb9a
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
C++: Fix join order in `cpp/missing-check-scanf`
Show description for 1df0be3
d10c
committed
1df0be3
View commit details
Copy full SHA for 1df0be3
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
Merge pull request #11857 from MathiasVP/speedup-missing-check-scanf
Show description for 6e6f211
MathiasVP
authored
6e6f211
View commit details
Copy full SHA for 6e6f211
View code at this point
Browse repository at this point
C++: Improve QLDoc.
MathiasVP
authored
59072f9
View commit details
Copy full SHA for 59072f9
View code at this point
Browse repository at this point
C++: Fix spurious backticks.
MathiasVP
authored
dd8bead
View commit details
Copy full SHA for dd8bead
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
C++: Speedup 'MissingCheckScanf'.
MathiasVP
committed
1ae52b6
View commit details
Copy full SHA for 1ae52b6
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
C++: Remove omittable exists variables
atorralba
committed
3fcc99e
View commit details
Copy full SHA for 3fcc99e
View code at this point
Browse repository at this point
Commits on Dec 15, 2022
C++: Simplify deallocation check
jketema
committed
0b4c4fd
View commit details
Copy full SHA for 0b4c4fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.