From 0420492bc6c4b6070456fc92758f70b2baf1ff10 Mon Sep 17 00:00:00 2001 From: Christophe Loiseau Date: Wed, 5 Jun 2024 10:34:02 +0200 Subject: [PATCH] List changes and detail each change --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1859ebe8a2f..b2bdcd3b299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,24 +16,24 @@ ### Overview -Backports a security flaw fix from `0.5` https://github.com/eclipse-edc/Connector/pull/3719/files +Security fix -#### Requirements +#### Changes -Fix the security flaw in `0.2.1` that was patched in `0.5`. +- Fix security flaw in logging -#### Implementation +##### Fix security flaw in logging -Imported the patch from `0.5` into `0.2.1`. +Imported a security patch from `0.5` into `0.2.1` https://github.com/eclipse-edc/Connector/pull/3719/files -#### Compatibility +###### Compatibility Only the log's output was changed, removing potentially sensitive data. Expect no other change in behavior. -#### Resolution plan +###### Resolution plan -Update to `0.5+`. +Update to Eclipse EDC `0.5+`. ## [0.2.1.2] - 2024-04-24