diff --git a/docs/changelog.rst b/docs/changelog.rst index c3eede4a8..d2d3f109b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ Release History .. towncrier release notes start +v20.36.1 (2026-01-09) +--------------------- + +Bugfixes - 20.36.1 +~~~~~~~~~~~~~~~~~~ +- Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:`tsigouris007`, fixed by :user:`gaborbernat`. (:issue:`3013`) + v20.36.0 (2026-01-07) --------------------- diff --git a/docs/changelog/3013.bugfix.rst b/docs/changelog/3013.bugfix.rst deleted file mode 100644 index 7fd2639b4..000000000 --- a/docs/changelog/3013.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:`tsigouris007`, fixed by :user:`gaborbernat`.