From 49fc6d413155409004a961078af4f8dc96914b13 Mon Sep 17 00:00:00 2001 From: Jarel Date: Fri, 17 Jul 2026 14:50:39 +1000 Subject: [PATCH] Revoke superseded zero-swap candidate --- .github/release-revocations.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/release-revocations.json b/.github/release-revocations.json index 1b9d95a..c5b557f 100644 --- a/.github/release-revocations.json +++ b/.github/release-revocations.json @@ -15,6 +15,11 @@ "revision": "8d3714d873d8e7fdd884afc00855ee03f0eb81d9", "digest": "sha256:dbdc1afa685457f3455c6d20823795297ce95e1ec950e8442bc908edb4aae4aa", "reason": "Abandoned after restrictive-umask testing exposed bind-mounted fixtures that were unreadable to unprivileged validation containers, requiring a harness source change." + }, + { + "revision": "307263070dfa077889243bf8decd121e6e430834", + "digest": "sha256:6fd3167f28099a6f41309db2a535120a1e5fde1f862e2f230e9fa282546ff363", + "reason": "Superseded after MediaNAS proved that Docker normalizes MemorySwap to -1 on a zero-swap host, causing this source's validators to reject the documented safe fallback; replacement source c7b6deff54a78ede279d607e38bfe8df2bec3582 accepts that fallback only when host SwapTotal is zero." } ] }