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 }}
oops4git
/
codeql
Public
forked from
github/codeql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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 May 3, 2024
Merge pull request #16415 from MathiasVP/cleanup-ir-variables
MathiasVP
authored
5d5e313
View commit details
Copy full SHA for 5d5e313
View code at this point
Browse repository at this point
Merge pull request #16414 from jketema/range-based-for-loop-destructor-fix
Show description for 5cde3fa
jketema
authored
5cde3fa
View commit details
Copy full SHA for 5cde3fa
View code at this point
Browse repository at this point
Merge pull request #16406 from geoffw0/test1
Show description for eb0621a
geoffw0
authored
eb0621a
View commit details
Copy full SHA for eb0621a
View code at this point
Browse repository at this point
Merge pull request #16402 from geoffw0/stringlifetimedoc
Show description for c0cf1c7
geoffw0
authored
c0cf1c7
View commit details
Copy full SHA for c0cf1c7
View code at this point
Browse repository at this point
C++: Delete predicate that I introduced by mistake.
MathiasVP
committed
d5475c4
View commit details
Copy full SHA for d5475c4
View code at this point
Browse repository at this point
C++: Sync identical files.
MathiasVP
committed
7ca54a6
View commit details
Copy full SHA for 7ca54a6
View code at this point
Browse repository at this point
C++: Convert IR variables to an abstract base class and use final alias'ing to ensure that we don't accidentially extend the abstract base class.
MathiasVP
committed
e8cb8b4
View commit details
Copy full SHA for e8cb8b4
View code at this point
Browse repository at this point
C++: Correctly handle destructors at the end of range-based for-loops in the IR
jketema
committed
ba64cf3
View commit details
Copy full SHA for ba64cf3
View code at this point
Browse repository at this point
Apply suggestions from code review
Show description for 807e679
geoffw0
and
mchammer01
authored
807e679
View commit details
Copy full SHA for 807e679
View code at this point
Browse repository at this point
Merge pull request #16373 from jketema/destructors-block-fix
Show description for 75615f2
MathiasVP
authored
75615f2
View commit details
Copy full SHA for 75615f2
View code at this point
Browse repository at this point
Commits on May 2, 2024
C++: Add test case for reassignment to UseAfterFree.ql.
geoffw0
committed
315f439
View commit details
Copy full SHA for 315f439
View code at this point
Browse repository at this point
C++: Edits to the .qhelp based on suggestions.
geoffw0
committed
e4cf7df
View commit details
Copy full SHA for e4cf7df
View code at this point
Browse repository at this point
C++: Autoformat.
geoffw0
committed
b8b3689
View commit details
Copy full SHA for b8b3689
View code at this point
Browse repository at this point
C++: Improve UseOfStringAfterLifetimeEnds qhelp, references and alert message.
geoffw0
committed
0693bf9
View commit details
Copy full SHA for 0693bf9
View code at this point
Browse repository at this point
Merge pull request #16345 from MathiasVP/cleanup-ssa-and-iterator-flow
Show description for f7113e0
MathiasVP
authored
f7113e0
View commit details
Copy full SHA for f7113e0
View code at this point
Browse repository at this point
C++: Fix QLDoc.
MathiasVP
committed
b912918
View commit details
Copy full SHA for b912918
View code at this point
Browse repository at this point
C++: Fix QLDoc.
MathiasVP
committed
322fa36
View commit details
Copy full SHA for 322fa36
View code at this point
Browse repository at this point
C++: Fix QLDoc.
MathiasVP
committed
4a47e11
View commit details
Copy full SHA for 4a47e11
View code at this point
Browse repository at this point
Commits on May 1, 2024
Merge pull request #16331 from mario-campos/mario-campos/guarded-free
Show description for a8f2cbc
MathiasVP
authored
a8f2cbc
View commit details
Copy full SHA for a8f2cbc
View code at this point
Browse repository at this point
C++: forgot to import semmle.code.cpp.controlflow.Guards
mario-campos
committed
5a7a1dc
View commit details
Copy full SHA for 5a7a1dc
View code at this point
Browse repository at this point
C++: simplify cpp/guarded-free
Show description for c480431
mario-campos
committed
c480431
View commit details
Copy full SHA for c480431
View code at this point
Browse repository at this point
Merge pull request #16367 from MathiasVP/better-documentation-for-iterator-to-expired-container
Show description for dc4604f
MathiasVP
authored
dc4604f
View commit details
Copy full SHA for dc4604f
View code at this point
Browse repository at this point
Update cpp/ql/src/Security/CWE/CWE-416/IteratorToExpiredContainer.qhelp
Show description for 40b6e16
MathiasVP
and
mchammer01
authored
40b6e16
View commit details
Copy full SHA for 40b6e16
View code at this point
Browse repository at this point
Update cpp/ql/src/Security/CWE/CWE-416/IteratorToExpiredContainer.qhelp
Show description for 22e843a
MathiasVP
and
mchammer01
authored
22e843a
View commit details
Copy full SHA for 22e843a
View code at this point
Browse repository at this point
C++: Update test results after extractor changes
jketema
committed
3c70a2d
View commit details
Copy full SHA for 3c70a2d
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
C++: Update IR tests after better handling of init statements in the extractor
jketema
committed
5843326
View commit details
Copy full SHA for 5843326
View code at this point
Browse repository at this point
Merge pull request #16366 from MathiasVP/fix-ir-for-destructors-in-switch
Show description for 3a2b0a2
MathiasVP
authored
3a2b0a2
View commit details
Copy full SHA for 3a2b0a2
View code at this point
Browse repository at this point
C++: Align 'break' statements.
MathiasVP
committed
07dd6d5
View commit details
Copy full SHA for 07dd6d5
View code at this point
Browse repository at this point
C++: Update documentation on 'cpp/iterator-to-expired-container'.
MathiasVP
committed
708d126
View commit details
Copy full SHA for 708d126
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
3eddd31
View commit details
Copy full SHA for 3eddd31
View code at this point
Browse repository at this point
C++: Update the alert message in 'cpp/iterator-to-expired-container'.
MathiasVP
committed
61ce725
View commit details
Copy full SHA for 61ce725
View code at this point
Browse repository at this point
Merge pull request #16364 from MathiasVP/ir-guards-with-boolean
Show description for b86aeb6
MathiasVP
authored
b86aeb6
View commit details
Copy full SHA for b86aeb6
View code at this point
Browse repository at this point
C++: Accept test changes.
MathiasVP
committed
cf025e1
View commit details
Copy full SHA for cf025e1
View code at this point
Browse repository at this point
C++: Fix IR generation for jump statements.
MathiasVP
committed
a200ced
View commit details
Copy full SHA for a200ced
View code at this point
Browse repository at this point
Merge pull request #16355 from MathiasVP/promote-iterator-to-expired-container-out-of-experimental
Show description for c04e596
MathiasVP
authored
c04e596
View commit details
Copy full SHA for c04e596
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.