From f2e413de8292bd327e9247d4278aeb3080b11fa2 Mon Sep 17 00:00:00 2001 From: Enrico Battocchi Date: Wed, 27 Dec 2023 11:16:24 +0100 Subject: [PATCH] Added mention of security hardening via sanitization --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 892493b..ae99242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,12 +19,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed * Compatibility with PHP >= 8.2: prevent a deprecation notice about dynamic properties usage from being thrown in the `RequirementsChecker` class. [#117] +* Security hardening: added sanitization to the notification dismiss action. [#131] [#158]: https://github.com/Yoast/whip/pull/158 [#157]: https://github.com/Yoast/whip/pull/157 [#150]: https://github.com/Yoast/whip/pull/150 [#146]: https://github.com/Yoast/whip/pull/146 [#138]: https://github.com/Yoast/whip/pull/138 +[#131]: https://github.com/Yoast/whip/pull/131 [#117]: https://github.com/Yoast/whip/pull/117 ## [1.2.0] - 2021-07-20