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 }}
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
998
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Rust: Query for dereferencing an invalid pointer
- #19080
#19080
Merged
geoffw0
merged 34 commits into
github:main
github/codeql:main
from
geoffw0:deallocation
geoffw0/ql:deallocation
Copy head branch name to clipboard
Apr 4, 2025
Conversation
Commits
34
(34)
Checks
Findings
Files changed
Merged
Rust: Query for dereferencing an invalid pointer
#19080
geoffw0
merged 34 commits into
github:main
github/codeql:main
from
geoffw0:deallocation
geoffw0/ql:deallocation
Copy head branch name to clipboard
Commits
Commits on Mar 20, 2025
Rust: Add tests for various kinds of dangling pointers.
geoffw0
committed
19f009a
View commit details
Copy full SHA for 19f009a
Browse repository at this point
Rust: Split lang-core.model.yml into lang-core and lang-alloc.
geoffw0
committed
a139b37
View commit details
Copy full SHA for a139b37
Browse repository at this point
Rust: Initial version of the query.
geoffw0
committed
dcd016f
View commit details
Copy full SHA for dcd016f
Browse repository at this point
Rust: Add more models.
geoffw0
committed
c2ee421
View commit details
Copy full SHA for c2ee421
Browse repository at this point
Rust: Work around data flow source issue.
geoffw0
committed
be6d0d1
View commit details
Copy full SHA for be6d0d1
Browse repository at this point
Rust: Improve the source to account for conversions.
geoffw0
committed
7ceb764
View commit details
Copy full SHA for 7ceb764
Browse repository at this point
Rust: Query metadata.
geoffw0
committed
671f7df
View commit details
Copy full SHA for 671f7df
Browse repository at this point
Rust: Add qhelp examples, and add them as tests.
geoffw0
committed
019fcbf
View commit details
Copy full SHA for 019fcbf
Browse repository at this point
Rust: Add .qhelp.
geoffw0
committed
7ecba71
View commit details
Copy full SHA for 7ecba71
Browse repository at this point
Rust: Add test cases for another situation I came across.
geoffw0
committed
5831c44
View commit details
Copy full SHA for 5831c44
Browse repository at this point
Rust: Autofix and US spelling.
geoffw0
committed
5e18e1b
View commit details
Copy full SHA for 5e18e1b
Browse repository at this point
Rust: Add another reference.
geoffw0
committed
c6c4e3c
View commit details
Copy full SHA for c6c4e3c
Browse repository at this point
Rust: Incidental changes to other .expected files.
geoffw0
committed
98690f9
View commit details
Copy full SHA for 98690f9
Browse repository at this point
Rust: I think these generated models are correct. Accept them.
geoffw0
committed
91d273a
View commit details
Copy full SHA for 91d273a
Browse repository at this point
Commits on Mar 24, 2025
Rust: Refactor the tests that have multiple control flow paths.
geoffw0
committed
f582054
View commit details
Copy full SHA for f582054
Browse repository at this point
Rust: Add a test of repeat sinks.
geoffw0
committed
b7044bd
View commit details
Copy full SHA for b7044bd
Browse repository at this point
Rust: Don't report excessive results for the same source.
geoffw0
committed
e4cadf0
View commit details
Copy full SHA for e4cadf0
Browse repository at this point
Apply suggestions from code review
Show description for 363128f
geoffw0
and
mchammer01
authored
363128f
View commit details
Copy full SHA for 363128f
Browse repository at this point
Rust: Further rephrasing.
geoffw0
committed
82068a2
View commit details
Copy full SHA for 82068a2
Browse repository at this point
Commits on Mar 26, 2025
Merge branch 'main' into deallocation
geoffw0
committed
56f330d
View commit details
Copy full SHA for 56f330d
Browse repository at this point
Rust: Effect of merging main (duplicate results).
geoffw0
committed
0a04191
View commit details
Copy full SHA for 0a04191
Browse repository at this point
Rust: Reduce the workaround (fixes duplicate results).
geoffw0
committed
c84e2cd
View commit details
Copy full SHA for c84e2cd
Browse repository at this point
Commits on Mar 27, 2025
Rust: Correct a few details in the test.
geoffw0
committed
d1a0237
View commit details
Copy full SHA for d1a0237
Browse repository at this point
Rust: Add a test case involving a Drop method.
geoffw0
committed
8598d61
View commit details
Copy full SHA for 8598d61
Browse repository at this point
Rust: Lets just not model 'drop' incorrectly, for now.
geoffw0
committed
4e496fe
View commit details
Copy full SHA for 4e496fe
Browse repository at this point
Rust: Fix incidentally affected test merge conflict.
geoffw0
committed
9ae271a
View commit details
Copy full SHA for 9ae271a
Browse repository at this point
Commits on Mar 28, 2025
Rust: Test for sinks inside sources.
geoffw0
committed
ce7a0fd
View commit details
Copy full SHA for ce7a0fd
Browse repository at this point
Merge branch 'main' into deallocation
geoffw0
committed
ed14b37
View commit details
Copy full SHA for ed14b37
Browse repository at this point
Rust: Accept consistency check failures.
geoffw0
committed
4a76b5b
View commit details
Copy full SHA for 4a76b5b
Browse repository at this point
Commits on Apr 1, 2025
Rust: switch the query to taint flow so that we get taint through conversions (without needing a special case).
geoffw0
committed
1d7dac4
View commit details
Copy full SHA for 1d7dac4
Browse repository at this point
Commits on Apr 2, 2025
Rust: Accept another consistency check failure.
geoffw0
committed
c737ee9
View commit details
Copy full SHA for c737ee9
Browse repository at this point
Commits on Apr 4, 2025
Merge branch 'main' into deallocation
geoffw0
committed
8b23945
View commit details
Copy full SHA for 8b23945
Browse repository at this point
Rust: Accept consistency check fixes following merge with main.
geoffw0
committed
24a4aad
View commit details
Copy full SHA for 24a4aad
Browse repository at this point
Rust: Delete empty .expected files.
geoffw0
committed
d47e925
View commit details
Copy full SHA for d47e925
Browse repository at this point
You can’t perform that action at this time.