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 }}
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: String format expansion
- #44
#44
Merged
thced
merged 18 commits into
master
extenda/openapi-httpserver-java:master
from
feat/string-format-expansion
extenda/openapi-httpserver-java:feat/string-format-expansion
Copy head branch name to clipboard
May 11, 2026
Conversation
Commits
18
(18)
Checks
Files changed
Merged
feat: String format expansion
#44
thced
merged 18 commits into
master
extenda/openapi-httpserver-java:master
from
feat/string-format-expansion
extenda/openapi-httpserver-java:feat/string-format-expansion
Copy head branch name to clipboard
Commits
Commits on May 8, 2026
docs: Add design for Wave 2 item 5 (string format expansion)
thced
committed
0c5b50c
View commit details
Copy full SHA for 0c5b50c
Browse repository at this point
docs: Add implementation plan for string format expansion
thced
committed
eee7ae8
View commit details
Copy full SHA for eee7ae8
Browse repository at this point
refactor: Replace string format switch with registry
thced
committed
4f5b234
View commit details
Copy full SHA for 4f5b234
Browse repository at this point
feat: Validate string format 'email'
thced
committed
2f363d4
View commit details
Copy full SHA for 2f363d4
Browse repository at this point
feat: Validate string formats 'uri' and 'uri-reference'
thced
committed
47f5985
View commit details
Copy full SHA for 47f5985
Browse repository at this point
feat: Validate string format 'hostname'
thced
committed
6a23811
View commit details
Copy full SHA for 6a23811
Browse repository at this point
feat: Validate string format 'ipv4'
thced
committed
4f09f16
View commit details
Copy full SHA for 4f09f16
Browse repository at this point
feat: Validate string format 'ipv6'
thced
committed
c1c9068
View commit details
Copy full SHA for c1c9068
Browse repository at this point
feat: Validate string format 'regex'
thced
committed
12fe5fd
View commit details
Copy full SHA for 12fe5fd
Browse repository at this point
feat: Validate string format 'byte'
thced
committed
d5f35d5
View commit details
Copy full SHA for d5f35d5
Browse repository at this point
feat: Recognize 'binary' and 'password' string formats as no-ops
thced
committed
242c3f4
View commit details
Copy full SHA for 242c3f4
Browse repository at this point
test: Verify string format validation end-to-end via OpenApiServer
Show description for caf5dbf
thced
committed
caf5dbf
View commit details
Copy full SHA for caf5dbf
Browse repository at this point
test: Lock in 'unknown format silently ignored' contract
thced
committed
0a23331
View commit details
Copy full SHA for 0a23331
Browse repository at this point
Commits on May 11, 2026
fix: Reject leading zeros in ipv4 format octets
thced
committed
6d6276e
View commit details
Copy full SHA for 6d6276e
Browse repository at this point
fix: Prevent stack overflow in hostname regex on large inputs
Show description for cc7fd42
thced
committed
cc7fd42
View commit details
Copy full SHA for cc7fd42
Browse repository at this point
refactor: Replace IPv4 and IPv6 regexes with procedural parsers
Show description for dfdc2ac
thced
committed
dfdc2ac
View commit details
Copy full SHA for dfdc2ac
Browse repository at this point
fix: Prevent polynomial backtracking in email regex
Show description for 8688c1a
thced
committed
8688c1a
View commit details
Copy full SHA for 8688c1a
Browse repository at this point
refactor: Replace magic numbers in IPv4/IPv6 parsers with named constants
thced
committed
9ae41f6
View commit details
Copy full SHA for 9ae41f6
Browse repository at this point
You can’t perform that action at this time.