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-coding-standards
Public
Notifications
You must be signed in to change notification settings
Fork
78
Star
223
Code
Issues
116
Pull requests
20
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql-coding-standards
cpp
on
main
User selector
All users
All time
Commit history
Commits on Jul 28, 2026
Bump version to 2.63.0-dev
knewbury01
committed
af9b32f
View commit details
Copy full SHA for af9b32f
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
Merge pull request #1147 from castler/fix_6_9_2_auto_deduced_to_int
Show description for 62bf905
MichaelRFairhurst
authored
62bf905
View commit details
Copy full SHA for 62bf905
View code at this point
Browse repository at this point
Merge pull request #1144 from castler/fix_0_0_1_with_orphan_blocks
Show description for a6ec040
MichaelRFairhurst
authored
a6ec040
View commit details
Copy full SHA for a6ec040
View code at this point
Browse repository at this point
Merge pull request #1141 from castler/fix_8_2_10_false_positive
Show description for 882c472
MichaelRFairhurst
authored
882c472
View commit details
Copy full SHA for 882c472
View code at this point
Browse repository at this point
Merge pull request #1140 from github/mbaluda-FP-wrap
Show description for c4e7059
MichaelRFairhurst
authored
c4e7059
View commit details
Copy full SHA for c4e7059
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
RULE-8-2-10: Avoid callers of recursive functions being flagged
Show description for d700693
castler
committed
d700693
View commit details
Copy full SHA for d700693
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
Fix false positives in RULE-0-0-1 from disconnected non-Stmt CFG nodes
Show description for 4d198f1
castler
committed
4d198f1
View commit details
Copy full SHA for 4d198f1
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
Merge pull request #1135 from github/mbaluda-patch-1
Show description for 562ad8e
MichaelRFairhurst
authored
562ad8e
View commit details
Copy full SHA for 562ad8e
View code at this point
Browse repository at this point
Commits on Jun 20, 2026
Fix false positives in RULE-6-9-2/A3-9-1 for auto-deduced types
Show description for 4ca4133
castler
committed
4ca4133
View commit details
Copy full SHA for 4ca4133
View code at this point
Browse repository at this point
Commits on Jun 19, 2026
Merge branch 'main' into mbaluda-FP-wrap
mbaluda
authored
cf96c92
View commit details
Copy full SHA for cf96c92
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
Potential fix for pull request finding
Show description for 397325d
mbaluda
and
Copilot
authored
397325d
View commit details
Copy full SHA for 397325d
View code at this point
Browse repository at this point
Add compliance tests for division and modulus operations in unsigned operations
mbaluda
committed
d7137ec
View commit details
Copy full SHA for d7137ec
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Bump version to 2.62.0-dev
knewbury01
committed
9212c6d
View commit details
Copy full SHA for 9212c6d
View code at this point
Browse repository at this point
Commits on Jun 3, 2026
Fix formatting in UserDefinedLiteral.qll documentation
mbaluda
committed
831386d
View commit details
Copy full SHA for 831386d
View code at this point
Browse repository at this point
Add documentation for user defined literal operator and usage
mbaluda
committed
66b653b
View commit details
Copy full SHA for 66b653b
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
Merge branch 'main' into mbaluda-patch-1
mbaluda
authored
607d681
View commit details
Copy full SHA for 607d681
View code at this point
Browse repository at this point
Update import statement for UserDefinedLiteral to use UserDefinedLiteralDeclaration
mbaluda
committed
d6f19cd
View commit details
Copy full SHA for d6f19cd
View code at this point
Browse repository at this point
Update UserDefinedLiteral imports to use UserDefinedLiteralDeclaration for consistency
mbaluda
committed
ffa1980
View commit details
Copy full SHA for ffa1980
View code at this point
Browse repository at this point
Exclude user-defined literals from NumericLiteral constructor
mbaluda
committed
44bd9f1
View commit details
Copy full SHA for 44bd9f1
View code at this point
Browse repository at this point
Refactor NumericLiteral and UserDefinedLiteral classes for improved clarity and functionality
mbaluda
committed
eac0acd
View commit details
Copy full SHA for eac0acd
View code at this point
Browse repository at this point
Update test.cpp
mbaluda
authored
4d89b43
View commit details
Copy full SHA for 4d89b43
View code at this point
Browse repository at this point
Merge branch 'main' into mbaluda-patch-1
mbaluda
authored
c9e3684
View commit details
Copy full SHA for c9e3684
View code at this point
Browse repository at this point
Merge branch 'main' into mbaluda-fp-RULE-13-4
mbaluda
authored
952fe2b
View commit details
Copy full SHA for 952fe2b
View code at this point
Browse repository at this point
Commits on May 21, 2026
Use codingstandards.cpp.UserDefinedLiteral
mbaluda
committed
aae7003
View commit details
Copy full SHA for aae7003
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for acc2856
mbaluda
and
Copilot
authored
acc2856
View commit details
Copy full SHA for acc2856
View code at this point
Browse repository at this point
Exclude user-defined literals and templates
mbaluda
committed
f484080
View commit details
Copy full SHA for f484080
View code at this point
Browse repository at this point
Commits on May 19, 2026
Fix regex for octal literal matching
mbaluda
authored
850a1d5
View commit details
Copy full SHA for 850a1d5
View code at this point
Browse repository at this point
Bump version to 2.61.0-dev
knewbury01
committed
8fc467c
View commit details
Copy full SHA for 8fc467c
View code at this point
Browse repository at this point
Commits on May 18, 2026
fix expected file
mbaluda
committed
66d73d5
View commit details
Copy full SHA for 66d73d5
View code at this point
Browse repository at this point
Fix FP for MISRA-C RULE-13-4
mbaluda
committed
36092b7
View commit details
Copy full SHA for 36092b7
View code at this point
Browse repository at this point
Commits on May 6, 2026
Bump version to 2.60.0-dev
knewbury01
committed
320348f
View commit details
Copy full SHA for 320348f
View code at this point
Browse repository at this point
Commits on May 5, 2026
Merge pull request #1112 from github/michaelrfairhurst/declarations8-rule-6-2-3-do-not-duplicate-source-code
Show description for c73a495
knewbury01
authored
c73a495
View commit details
Copy full SHA for c73a495
View code at this point
Browse repository at this point
Commit .expected file updates
MichaelRFairhurst
committed
45e84f0
View commit details
Copy full SHA for 45e84f0
View code at this point
Browse repository at this point
Merge branch 'main' into michaelrfairhurst/classes-3-take-2-rule-15-0-1
jeongsoolee09
authored
705b598
View commit details
Copy full SHA for 705b598
View code at this point
Browse repository at this point
Address feedback
MichaelRFairhurst
committed
e4cea41
View commit details
Copy full SHA for e4cea41
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.