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
456
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.16.3
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 29, 2024
C++: Fix FP by concluding that a less-than-zero check also implies a not-equal-to-EOF check.
MathiasVP
committed
ebd1595
View commit details
Copy full SHA for ebd1595
View code at this point
Browse repository at this point
C++: Explicitly check that a check for EOF isn't present.
MathiasVP
committed
41f44f5
View commit details
Copy full SHA for 41f44f5
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
Moving FlowAfterFree and UseAfterFree.qll as a general purpose lib.
bdrodes
committed
da10e6c
View commit details
Copy full SHA for da10e6c
View code at this point
Browse repository at this point
Commits on Jan 18, 2024
Further reorg of libraries and predicates to allow for more reusable and consistent libraries.
bdrodes
committed
833ef9d
View commit details
Copy full SHA for 833ef9d
View code at this point
Browse repository at this point
Separating out use after free logic into a library and a ql so the query can be expanded easily.
bdrodes
committed
967526b
View commit details
Copy full SHA for 967526b
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
C++: Suggestions to #15343 (#39)
Show description for 39dafd6
MathiasVP
authored
39dafd6
View commit details
Copy full SHA for 39dafd6
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Updating FlowAfterFree to not enforce dominance of source/sink. DoubleFree and UseAfterFree queries now enforce dominance.
bdrodes
committed
a0ef795
View commit details
Copy full SHA for a0ef795
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
C++: Fix joins in 'cpp/use-after-free'.
MathiasVP
committed
aafde4d
View commit details
Copy full SHA for aafde4d
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
C++: Add barrier for array lookups in 'cpp/double-free' and 'cpp/use-after-free'.
MathiasVP
committed
0543ed1
View commit details
Copy full SHA for 0543ed1
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
Merge pull request #15047 from MathiasVP/add-puns-for-addresses-of-arguments
Show description for 3dea467
MathiasVP
authored
3dea467
View commit details
Copy full SHA for 3dea467
View code at this point
Browse repository at this point
C++: Fix QLDoc.
MathiasVP
committed
97f2be9
View commit details
Copy full SHA for 97f2be9
View code at this point
Browse repository at this point
C++: Respond to review comments.
MathiasVP
committed
cec785c
View commit details
Copy full SHA for cec785c
View code at this point
Browse repository at this point
C++: Update QLDoc.
MathiasVP
committed
f284fde
View commit details
Copy full SHA for f284fde
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Apply suggestions from code review
Show description for c883ce8
alexet
and
subatoi
committed
c883ce8
View commit details
Copy full SHA for c883ce8
View code at this point
Browse repository at this point
Commits on Dec 8, 2023
C++: Switch the source of use-after-free and double-free to be post-update nodes.
MathiasVP
committed
90b06c2
View commit details
Copy full SHA for 90b06c2
View code at this point
Browse repository at this point
CPP: Use guard libraries to find equalities with zero.
alexet
committed
da5c2d9
View commit details
Copy full SHA for da5c2d9
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
CPP: Apply suggestions from code review of incorrect scanf check
Show description for 2e92689
alexet
and
MathiasVP
authored
2e92689
View commit details
Copy full SHA for 2e92689
View code at this point
Browse repository at this point
CPP: Fix metadata and add a change-note.
alexet
committed
f3f5357
View commit details
Copy full SHA for f3f5357
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
CPP: Fix sscanf false positives in older linux repos
alexet
committed
3e9aeac
View commit details
Copy full SHA for 3e9aeac
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
CPP: Fix query formatting
alexet
committed
9eb5b23
View commit details
Copy full SHA for 9eb5b23
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
CPP: Exclude incorrect scanf checks from missing scanf checks
alexet
committed
12e24a2
View commit details
Copy full SHA for 12e24a2
View code at this point
Browse repository at this point
CPP: Add query for detecteing incorrect error checking for scanf
alexet
committed
f48e8b6
View commit details
Copy full SHA for f48e8b6
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.