checker-http/checker
Pierre-Olivier Mercier 93b0292109
All checks were successful
continuous-integration/drone/push Build is passing
checker: probe well-known URIs concurrently
robots.txt and security.txt are independent requests to the same host;
fetch them in parallel so the collector's latency is the slower of the
two rather than their sum (each pays its own TLS handshake under the
keep-alive-disabled transport). Each goroutine writes its own variable
and the map is assembled after both finish, so no locking is needed.
2026-06-14 18:14:00 +09:00
..
collect.go checker: build host FQDN from subdomain + apex at service scope 2026-04-30 08:57:31 +07:00
collect_test.go Initial commit 2026-04-28 18:42:11 +07:00
collector.go checker: validate security.txt is a real RFC 9116 file 2026-06-14 18:14:00 +09:00
collector_honeypot.go checker: add honeypot-path collector and rules 2026-06-13 16:25:21 +09:00
collector_root.go Initial commit 2026-04-28 18:42:11 +07:00
collector_wellknown.go checker: probe well-known URIs concurrently 2026-06-14 18:14:00 +09:00
definition.go checker: build host FQDN from subdomain + apex at service scope 2026-04-30 08:57:31 +07:00
header_rule.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
headers.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
interactive.go Initial commit 2026-04-28 18:42:11 +07:00
iter.go Initial commit 2026-04-28 18:42:11 +07:00
provider.go Initial commit 2026-04-28 18:42:11 +07:00
provider_test.go checker: build host FQDN from subdomain + apex at service scope 2026-04-30 08:57:31 +07:00
registry.go Initial commit 2026-04-28 18:42:11 +07:00
rules.go Initial commit 2026-04-28 18:42:11 +07:00
rules_cookies.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_cookies_rfc6265bis.go Add RFC 6265bis cookie checks: name prefixes and per-cookie size 2026-04-28 18:42:45 +07:00
rules_cookies_rfc6265bis_test.go Add RFC 6265bis cookie checks: name prefixes and per-cookie size 2026-04-28 18:42:45 +07:00
rules_cookies_test.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_honeypot.go checker: add honeypot-path collector and rules 2026-06-13 16:25:21 +09:00
rules_honeypot_test.go checker: add honeypot-path collector and rules 2026-06-13 16:25:21 +09:00
rules_modern_headers.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_modern_headers_test.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_reachability.go Initial commit 2026-04-28 18:42:11 +07:00
rules_reachability_test.go Initial commit 2026-04-28 18:42:11 +07:00
rules_redirect.go Initial commit 2026-04-28 18:42:11 +07:00
rules_redirect_chain.go Add redirect-chain rules per RFC 9110 §15.4 2026-04-28 18:42:54 +07:00
rules_redirect_chain_test.go Add redirect-chain rules per RFC 9110 §15.4 2026-04-28 18:42:54 +07:00
rules_redirect_test.go Initial commit 2026-04-28 18:42:11 +07:00
rules_security_headers.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_security_headers_test.go Deepen CSP, Permissions-Policy and cookie audits 2026-04-28 18:43:07 +07:00
rules_sri.go Initial commit 2026-04-28 18:42:11 +07:00
rules_sri_test.go Initial commit 2026-04-28 18:42:11 +07:00
rules_test.go Initial commit 2026-04-28 18:42:11 +07:00
rules_wellknown.go checker: validate security.txt is a real RFC 9116 file 2026-06-14 18:14:00 +09:00
rules_wellknown_test.go checker: validate security.txt is a real RFC 9116 file 2026-06-14 18:14:00 +09:00
service.go checker: build host FQDN from subdomain + apex at service scope 2026-04-30 08:57:31 +07:00
testhelpers_test.go Initial commit 2026-04-28 18:42:11 +07:00
types.go checker: build host FQDN from subdomain + apex at service scope 2026-04-30 08:57:31 +07:00