From ae207042ac8d065b66e6cfb16ffc906ab918ffa5 Mon Sep 17 00:00:00 2001 From: Zayan Khan Date: Sun, 26 Jul 2026 19:20:57 -0400 Subject: [PATCH] README: fix broken SECURITY.md link The README links a relative SECURITY.md, but no such file exists in this repository, so the link 404s on GitHub. Point at the repository's security policy page, which resolves via the org-level default policy. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffbcd7a..0f92f88 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,4 @@ In general, users should consider this API only when they are confident they nee ## Security -swift-http-structured-headers has a security policy outlined in [SECURITY.md](SECURITY.md). +swift-http-structured-headers has a security policy outlined in the [security policy](https://github.com/apple/swift-http-structured-headers/security/policy).