diff --git a/docs/changelog.rst b/docs/changelog.rst index d5a98845c..e7750d972 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,14 @@ Release History .. towncrier release notes start +v20.26.6 (2024-09-27) +--------------------- + +Bugfixes - 20.26.6 +~~~~~~~~~~~~~~~~~~ +- Properly quote string placeholders in activation script templates to mitigate + potential command injection - by :user:`y5c4l3`. (:issue:`2768`) + v20.26.5 (2024-09-17) --------------------- diff --git a/docs/changelog/2768.bugfix.rst b/docs/changelog/2768.bugfix.rst deleted file mode 100644 index 7651eb69a..000000000 --- a/docs/changelog/2768.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Properly quote string placeholders in activation script templates to mitigate -potential command injection - by :user:`y5c4l3`.