From f02670d5efcc7c6df4217a71e1d880c07066d98d Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Fri, 12 Jun 2026 04:46:34 +0000 Subject: [PATCH] Mark Batch 2 tasks as completed (remove-health, access-logging, acme-contact) --- tasks/fix/access-logging.md | 2 +- tasks/fix/acme-contact-and-challenge.md | 2 +- tasks/fix/remove-health-and-hardcode-https.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/fix/access-logging.md b/tasks/fix/access-logging.md index 3a5a117..aaef679 100644 --- a/tasks/fix/access-logging.md +++ b/tasks/fix/access-logging.md @@ -1,7 +1,7 @@ --- id: fix/access-logging name: Wire up request access logging in the proxy handler -status: pending +status: completed depends_on: [] scope: moderate risk: medium diff --git a/tasks/fix/acme-contact-and-challenge.md b/tasks/fix/acme-contact-and-challenge.md index 166da54..2b2dd6e 100644 --- a/tasks/fix/acme-contact-and-challenge.md +++ b/tasks/fix/acme-contact-and-challenge.md @@ -1,7 +1,7 @@ --- id: fix/acme-contact-and-challenge name: Fix ACME contact email wiring and remove unused challenge config -status: pending +status: completed depends_on: [] scope: moderate risk: high diff --git a/tasks/fix/remove-health-and-hardcode-https.md b/tasks/fix/remove-health-and-hardcode-https.md index 781b0d8..fb477a6 100644 --- a/tasks/fix/remove-health-and-hardcode-https.md +++ b/tasks/fix/remove-health-and-hardcode-https.md @@ -1,7 +1,7 @@ --- id: fix/remove-health-and-hardcode-https name: Remove /health from main listener and hardcode X-Forwarded-Proto to https -status: pending +status: completed depends_on: [] scope: narrow risk: low