From b6b8ca1cdd2943ad73bb7005b0c57e7985183b82 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 25 Aug 2026 13:20:10 +0200 Subject: [PATCH] chore: reword the redirect downgrade changelog entry --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b75c250..05cafdfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,9 @@ ### 🐛 Fixes -- Fixed an `https` remote Taskfile being downloaded in the clear if the server - redirected to `http`, leaving the file that is about to be executed open to - tampering. Such a redirect now requires `--insecure`, like an `http` - entrypoint (by @vmaerten). +- Fixed an `https` remote Taskfile being downloaded over an unencrypted + connection when the server redirects to `http`. Such a redirect now requires + `--insecure`, like an `http` entrypoint (by @vmaerten). ### 📦 Package API