From 2e7cac5c035d37bc3ea1321266026009e966109b Mon Sep 17 00:00:00 2001 From: Arvid Zimmermann Date: Sun, 18 Dec 2022 13:28:09 +0100 Subject: [PATCH] added #174 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a4d3d..982985a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,9 +46,10 @@ ## Security - Possible XSS prevented: Session cookie missed the "secure" and "httponly" flags - Possible path traversal in Media Manager plugin prevented -- Proper check of uploaded files ([#152](https://github.com/flatpressblog/flatpress/issues/152), [#170](https://github.com/flatpressblog/flatpress/issues/170), ) +- Proper check of uploaded files ([#152](https://github.com/flatpressblog/flatpress/issues/152), [#170](https://github.com/flatpressblog/flatpress/issues/170)) - Possible XSS prevented: Admin Area URL ([#153](https://github.com/flatpressblog/flatpress/issues/153)) - Possible XSS prevented: SVG upload ([#172](https://github.com/flatpressblog/flatpress/issues/172)) +- Directory browsing prevented ([#174](https://github.com/flatpressblog/flatpress/issues/174)) # 2021-06-19: [FlatPress 1.2.1](https://github.com/flatpressblog/flatpress/releases/tag/1.2.1) ## Bugfixes