From 6474d832cd0b76fd7e698598af7485516772b421 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 10 Feb 2023 15:11:52 -0500 Subject: [PATCH] Update slosilo to resolve thread-safety bug For more detail, see: https://github.com/cyberark/slosilo/pull/31 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a47e31e4..76e6dd583b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. detects that either the directory or file do not exist. [cyberark/conjur#2715](https://github.com/cyberark/conjur/pull/2715) +### Fixed +- Fixed a thread-safety bug in secret retrieval when multiple threads attempt + to decrypt a secret value with Slosilo/OpenSSL. + [cyberark/slosilo#31](https://github.com/cyberark/slosilo/pull/31) + [cyberark/conjur#2718](https://github.com/cyberark/conjur/pull/2718) + ## [1.19.2] - 2022-01-13 ### Fixed diff --git a/Gemfile.lock b/Gemfile.lock index 92296b4d61..0533d1255c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -436,7 +436,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - slosilo (3.0.0) + slosilo (3.0.1) spring (2.1.0) spring-commands-cucumber (1.0.1) spring (>= 0.9.1)