From f03e0c8c2294ac6563822f543909753b3674eadf Mon Sep 17 00:00:00 2001 From: Sucukdeluxe <259325684+Sucukdeluxe@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:37:26 +0200 Subject: [PATCH] Keep the public source manifest exact Allow the committed remote input regression test in the positive-list source verifier. The verifier still rejects every unlisted path and now accepts the complete v2.1.20 source snapshot without broadening any directory or extension rules. --- scripts/verify-public-release.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-public-release.mjs b/scripts/verify-public-release.mjs index 4ca2218..e023987 100644 --- a/scripts/verify-public-release.mjs +++ b/scripts/verify-public-release.mjs @@ -122,6 +122,7 @@ const sourceFiles = [ 'tests/log-mode.test.js', 'tests/log-policy.test.js', 'tests/log-rotation.test.js', + 'tests/main-remote-input.test.js', 'tests/online-backup-service.test.js', 'tests/online-backup.test.js', 'tests/orphan-tmp.test.js',