From 2a795628cc398c9a87a5b59adffab9c62426b6d2 Mon Sep 17 00:00:00 2001 From: Pierre Belloy Date: Wed, 10 Feb 2021 15:14:02 +0100 Subject: [PATCH] Release 5.2.10 Signed-off-by: Pierre Belloy --- CHANGELOG.md | 11 +++++++++++ changelogs/unreleased/fix-required-if.yml | 3 --- .../unreleased/fix-same-site-none-secure-cookie.yml | 2 -- .../unreleased/security-xss-suggest-box-tree.yml | 3 --- 4 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 changelogs/unreleased/fix-required-if.yml delete mode 100644 changelogs/unreleased/fix-same-site-none-secure-cookie.yml delete mode 100644 changelogs/unreleased/security-xss-suggest-box-tree.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 851267aad4..2165abf61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 5.2.10 (2021-02-10) + +#### Fixed + +* Fix requiredIf with some widgets (BinaryLink, CodeEditor…) +* Set "SameSite=None" attribute on cookies to allow CORS requests + +#### Security + +* Fix HTML sanitization in suggest box and tree view + ## 5.2.9 (2020-12-18) #### Fixed diff --git a/changelogs/unreleased/fix-required-if.yml b/changelogs/unreleased/fix-required-if.yml deleted file mode 100644 index af7d0614f8..0000000000 --- a/changelogs/unreleased/fix-required-if.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -title: Fix requiredIf with some widgets (BinaryLink, CodeEditor…) -type: fix diff --git a/changelogs/unreleased/fix-same-site-none-secure-cookie.yml b/changelogs/unreleased/fix-same-site-none-secure-cookie.yml deleted file mode 100644 index 7671220870..0000000000 --- a/changelogs/unreleased/fix-same-site-none-secure-cookie.yml +++ /dev/null @@ -1,2 +0,0 @@ -title: Set "SameSite=None" attribute on cookies to allow CORS requests -type: fix diff --git a/changelogs/unreleased/security-xss-suggest-box-tree.yml b/changelogs/unreleased/security-xss-suggest-box-tree.yml deleted file mode 100644 index 5f1c034bdc..0000000000 --- a/changelogs/unreleased/security-xss-suggest-box-tree.yml +++ /dev/null @@ -1,3 +0,0 @@ -title: Fix HTML sanitization in suggest box and tree view -type: security -