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 }}
Arkptz
/
mitm2openapi
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: harden input parsing with size caps, depth limits, and filesystem validation
- #13
#13
Merged
Arkptz
merged 12 commits into
main
Arkptz/mitm2openapi:main
from
feat/input-hardening
Arkptz/mitm2openapi:feat/input-hardening
Copy head branch name to clipboard
Apr 22, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat: harden input parsing with size caps, depth limits, and filesystem validation
#13
Arkptz
merged 12 commits into
main
Arkptz/mitm2openapi:main
from
feat/input-hardening
Arkptz/mitm2openapi:feat/input-hardening
Copy head branch name to clipboard
Commits
Commits on Apr 22, 2026
feat(error): add typed variants for parse and input limits
Show description for 7c7301e
Arkptz
committed
7c7301e
View commit details
Copy full SHA for 7c7301e
Browse repository at this point
feat(tnetstring): cap payload size at 256 MiB
Arkptz
committed
34c01cf
View commit details
Copy full SHA for 34c01cf
Browse repository at this point
feat(tnetstring): enforce 256-level recursion depth limit
Arkptz
committed
3841252
View commit details
Copy full SHA for 3841252
Browse repository at this point
feat(schema): enforce 64-level JSON recursion depth limit
Arkptz
committed
e157940
View commit details
Copy full SHA for e157940
Browse repository at this point
perf(builder): replace custom glob matcher with globset
Arkptz
committed
97864db
View commit details
Copy full SHA for 97864db
Browse repository at this point
feat(reader): reject symlinks, non-regular files, and oversized inputs
Arkptz
committed
428125a
View commit details
Copy full SHA for 428125a
Browse repository at this point
feat(cli): expose --max-input-size, --max-payload-size, --max-depth, --max-body-size, --allow-symlinks
Arkptz
committed
4814171
View commit details
Copy full SHA for 4814171
Browse repository at this point
perf(har): bound format-detection read to 4 KiB
Arkptz
committed
cfa1397
View commit details
Copy full SHA for cfa1397
Browse repository at this point
feat(path_matching): validate path parameter identifiers
Arkptz
committed
a57e3d6
View commit details
Copy full SHA for a57e3d6
Browse repository at this point
test(security): cover symlink, FIFO, and oversize input rejection
Arkptz
committed
476e25c
View commit details
Copy full SHA for 476e25c
Browse repository at this point
chore: update Cargo.lock for globset dependency
Arkptz
committed
a7423d2
View commit details
Copy full SHA for a7423d2
Browse repository at this point
fix(test): gate symlink and FIFO tests behind cfg(unix)
Show description for de268f9
Arkptz
committed
de268f9
View commit details
Copy full SHA for de268f9
Browse repository at this point
You can’t perform that action at this time.