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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
modern-python
/
httpware
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: security hardening — URL secret redaction + bounded error-body reads
- #63
#63
Merged
lesnik512
merged 12 commits into
main
modern-python/httpware:main
from
feat/security-hardening
modern-python/httpware:feat/security-hardening
Copy head branch name to clipboard
Jun 14, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
feat: security hardening — URL secret redaction + bounded error-body reads
#63
lesnik512
merged 12 commits into
main
modern-python/httpware:main
from
feat/security-hardening
modern-python/httpware:feat/security-hardening
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2026
docs(planning): security-hardening design (redaction + bounded error body)
Show description for 361a5ee
lesnik512
and
claude
committed
361a5ee
View commit details
Copy full SHA for 361a5ee
Browse repository at this point
docs(planning): security-hardening implementation plan
Show description for e842322
lesnik512
and
claude
committed
e842322
View commit details
Copy full SHA for e842322
Browse repository at this point
feat(redaction): URL sanitizer (strip userinfo + mask sensitive query keys)
Show description for 064cedc
lesnik512
and
claude
committed
064cedc
View commit details
Copy full SHA for 064cedc
Browse repository at this point
fix(errors): mask query secrets in StatusError messages via redact_url
Show description for b59d436
lesnik512
and
claude
committed
b59d436
View commit details
Copy full SHA for b59d436
Browse repository at this point
fix(observability): mask query secrets in resilience event URLs
Show description for ff00a54
lesnik512
and
claude
committed
ff00a54
View commit details
Copy full SHA for ff00a54
Browse repository at this point
fix(redaction): mask secrets in URL fragment + whitespace-padded keys
Show description for c6d8b86
lesnik512
and
claude
committed
c6d8b86
View commit details
Copy full SHA for c6d8b86
Browse repository at this point
feat(errors): add ResponseTooLargeError (opt-in error-body cap)
Show description for 555bd1f
lesnik512
and
claude
committed
555bd1f
View commit details
Copy full SHA for 555bd1f
Browse repository at this point
feat(client): opt-in max_error_body_bytes bounds the stream() error pre-read
Show description for 68ae51f
lesnik512
and
claude
committed
68ae51f
View commit details
Copy full SHA for 68ae51f
Browse repository at this point
docs: trust_env + bounded-error-body + header-reachability callouts
Show description for a355b2f
lesnik512
and
claude
committed
a355b2f
View commit details
Copy full SHA for a355b2f
Browse repository at this point
test(stream): mark unreachable stream-body lines no-cover
Show description for 8c23503
lesnik512
and
claude
committed
8c23503
View commit details
Copy full SHA for 8c23503
Browse repository at this point
test: exclude pytest.fail() lines from coverage via pyproject
Show description for eface88
lesnik512
and
claude
committed
eface88
View commit details
Copy full SHA for eface88
Browse repository at this point
refactor(observability): redact url at the _emit_event chokepoint
Show description for 7b69f19
lesnik512
and
claude
committed
7b69f19
View commit details
Copy full SHA for 7b69f19
Browse repository at this point
You can’t perform that action at this time.