From 865f1fa55bb0dec6d6e3175c1420f2eaa4c053ee Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Thu, 19 Sep 2024 15:46:19 -0700 Subject: [PATCH] Add version 1.0.4 with security fix Release version 1.0.4 to address security vulnerability CVE-2024-41110. This update includes the fix associated with KSM-545. --- integration/vault-plugin-secrets-ksm/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration/vault-plugin-secrets-ksm/CHANGELOG.md b/integration/vault-plugin-secrets-ksm/CHANGELOG.md index 7f2ae6f5..87db6c15 100644 --- a/integration/vault-plugin-secrets-ksm/CHANGELOG.md +++ b/integration/vault-plugin-secrets-ksm/CHANGELOG.md @@ -1,4 +1,8 @@ +## 1.0.4 + +- KSM-545: Fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq + ## 1.0.3 - KSM-503: Added record delete operation