summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-03-28 21:43:36 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2023-03-28 21:43:36 +0200
commit71d113550c262db8f61272e1326ec09959687e09 (patch)
tree9b6335415c907eae4b2663e4582a172702894e1b /CHANGELOG.md
parent2038890f194a1908413c9bb8ca1b055c45a53a02 (diff)
downloadsmarty-71d113550c262db8f61272e1326ec09959687e09.tar.gz
smarty-71d113550c262db8f61272e1326ec09959687e09.tar.bz2
smarty-71d113550c262db8f61272e1326ec09959687e09.zip
Add changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fbd37fc..30325bbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Security
-- Fixed Cross site scripting vulnerability in Javascript escaping
+- Fixed Cross site scripting vulnerability in Javascript escaping. This addresses CVE-2023-28447.
### Fixed
- `$smarty->muteUndefinedOrNullWarnings()` now also mutes PHP7 notices for undefined array indexes [#736](https://github.com/smarty-php/smarty/issues/736)