summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2022-06-25 12:06:09 +0200
committerGitHub <noreply@github.com>2022-06-25 22:06:09 +1200
commitd62c290f5827efd595f704bfa36c03adc1f36522 (patch)
tree0c0fe4a48c7863d08de1e2d349e35b63e1e74ea1
parente7c5b944938e66106fab9d4b4b1a3097ebac55af (diff)
downloadrack-d62c290f5827efd595f704bfa36c03adc1f36522.tar.gz
Add 'custom exception on params too deep error' change to CHANGELOG. (#1914)
- format latest versions changes in consistent way
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80f57c99..595f3319 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. For info on
## [2.2.3.1] - 2022-05-27
+### Security
+
- [CVE-2022-30123] Fix shell escaping issue in Common Logger
- [CVE-2022-30122] Restrict parsing of broken MIME attachments
+### Changed
+
+- Use custom exception on params too deep error. ([#1838](https://github.com/rack/rack/pull/1838), [@simi](https://github.com/simi))
+
## [2.2.3] - 2020-02-11
+### Security
+
- [CVE-2020-8184] Only decode cookie values
## [2.2.2] - 2020-02-11