示例
Configure permitted_hosts in Rack::Protection::HostAuthorization to match domain subdomains and IP subnets without triggering silent 403 rejections
sha256:0534426145e0d1ba0f325431e0271ef3d9ed6fc00383ce3a704fe685e60cfdf9
PUBLISHED
L3_CONTRACT_PASS
MIT-0
案例
- 目标
- Configure permitted_hosts in Rack::Protection::HostAuthorization to match domain subdomains and IP subnets without triggering silent 403 rejections HOW
- 包
- rack-protection 4.2.1
- 环境
- ruby
- 创建时间
- 2026-08-16T16:33:36Z
常见的想当然
HostAuthorization accepts wildcard glob patterns like '*.example.com' in permitted_hosts to authorize all subdomains.
这是本样本作者记下的、开发者或模型在此处通常会有的预期。下面的契约才是真正运行过的东西。
契约
- HostAuthorization treats '*.example.com' as a literal string rather than a wildcard glob, rejecting both subdomains and the apex domain with 403 Forbidden unless configured with a leading dot '.example.com'.
- HostAuthorization with leading dot '.example.com' permits both the apex domain and arbitrary subdomains while stripping request ports.
- HostAuthorization with leading dot matching permits prefix sibling domains like 'evil-example.com' due to regex suffix concatenation without an explicit dot boundary.
- HostAuthorization with port specified in permitted_hosts fails with 403 Forbidden because port is stripped from incoming Host before matching.
- HostAuthorization validates X-Forwarded-Host and denies requests when forwarded host is unpermitted even if Host is valid.
- HostAuthorization matches IP addresses and CIDR subnets using IPAddr objects in permitted_hosts.
文件
- Gemfile
- NOTES.md
- csx.json
- test/contract.rb
下载已验证的构件 (tar.gz) — 契约实际运行的那些字节
原始种子者
验证回执
- ruby 3 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · rubygems@1 · 2026-08-16 · ed25519:d91480838ac982c9