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 }}
maxmind
/
MaxMind-DB-Reader-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
62
Code
Issues
1
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Bound decoder work to prevent a pointer fan-out DoS (STF-1569)
- #235
#235
Merged
horgh
merged 14 commits into
main
maxmind/MaxMind-DB-Reader-ruby:main
from
greg/stf-1488
maxmind/MaxMind-DB-Reader-ruby:greg/stf-1488
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Bound decoder work to prevent a pointer fan-out DoS (STF-1569)
#235
horgh
merged 14 commits into
main
maxmind/MaxMind-DB-Reader-ruby:main
from
greg/stf-1488
maxmind/MaxMind-DB-Reader-ruby:greg/stf-1488
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
Bound decoder work to stop crafted-database denial of service
Show description for 661b89f
oschwald
and
claude
committed
661b89f
View commit details
Copy full SHA for 661b89f
Browse repository at this point
Allow the decoder limits to be changed per reader
Show description for bf1dd31
oschwald
and
claude
committed
bf1dd31
View commit details
Copy full SHA for bf1dd31
Browse repository at this point
Decode pointers with integer arithmetic
Show description for 3bb4095
oschwald
and
claude
committed
3bb4095
View commit details
Copy full SHA for 3bb4095
Browse repository at this point
Read single bytes without allocating a String
Show description for bcd354f
oschwald
and
claude
committed
bcd354f
View commit details
Copy full SHA for bcd354f
Browse repository at this point
Dispatch on the data type with a case statement
Show description for ce6f774
oschwald
and
claude
committed
ce6f774
View commit details
Copy full SHA for ce6f774
Browse repository at this point
Commits on Sep 4, 2026
Name decoder budget indices
oschwald
committed
2d13511
View commit details
Copy full SHA for 2d13511
Browse repository at this point
Stop passing unused scalar budgets
oschwald
committed
3e7e9c2
View commit details
Copy full SHA for 3e7e9c2
Browse repository at this point
Reject pointers that target pointers
oschwald
committed
115f027
View commit details
Copy full SHA for 115f027
Browse repository at this point
Make decoder limit tests deterministic
oschwald
committed
2e66eec
View commit details
Copy full SHA for 2e66eec
Browse repository at this point
Test depth restoration between sibling containers
oschwald
committed
939f32d
View commit details
Copy full SHA for 939f32d
Browse repository at this point
Clarify decoder resource accounting
oschwald
committed
53a883c
View commit details
Copy full SHA for 53a883c
Browse repository at this point
Reject oversized integer encodings
Show description for c3cc04f
oschwald
committed
c3cc04f
View commit details
Copy full SHA for c3cc04f
Browse repository at this point
Reject truncated in-memory data
Show description for e67b3de
oschwald
committed
e67b3de
View commit details
Copy full SHA for e67b3de
Browse repository at this point
Make map budget test regression-sensitive
Show description for 8816e5c
oschwald
committed
8816e5c
View commit details
Copy full SHA for 8816e5c
Browse repository at this point
You can’t perform that action at this time.