From f9ec19ee86e83bff38b2ddd1a2191cda5de81c32 Mon Sep 17 00:00:00 2001 From: mpot37 Date: Fri, 14 Aug 2026 16:56:52 +0200 Subject: [PATCH] fix: add /.well-known/security.txt Fixes the "security.txt" severe finding from the check.outrun.at GEO audit -- the endpoint didn't exist at all (404), unlike robots.txt/ llms.txt which Mintlify already serves. Verified locally with `mint dev` that Mintlify serves arbitrary static files placed in the repo root the same way it serves robots.txt and llms.txt, so this should carry through to production without needing a platform-level change. NOTE: the Contact: field is a placeholder (security@request.network) -- needs confirmation from whoever owns that inbox before merge, or a real monitored address swapped in. --- .well-known/security.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .well-known/security.txt diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..1d289fc --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,3 @@ +Contact: mailto:security@request.network +Expires: 2027-08-14T00:00:00.000Z +Canonical: https://docs.request.network/.well-known/security.txt