From df580b13c5ca55af8816be121e5e44140292520c Mon Sep 17 00:00:00 2001 From: SteveDMurphy Date: Wed, 5 Jul 2023 18:52:26 +0100 Subject: [PATCH] changelog update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36fb3a598..c48e277925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ The types of changes are: - Handle names with a double underscore when processing access and erasure requests [#3688](https://github.com/ethyca/fides/pull/3688) - Allow Privacy Notices banner and modal to scroll as needed [#3713](https://github.com/ethyca/fides/pull/3713) +### Security +- Resolve path traversal vulnerability in webserver API [GHSA-r25m-cr6v-p9hq](https://github.com/ethyca/fides/security/advisories/GHSA-r25m-cr6v-p9hq) + ## [2.15.0](https://github.com/ethyca/fides/compare/2.14.1...2.15.0)