Skip to content

Commit

Permalink
Update slosilo to resolve thread-safety bug
Browse files Browse the repository at this point in the history
For more detail, see:
cyberark/slosilo#31
  • Loading branch information
micahlee authored and evgenys committed Mar 13, 2023
1 parent 48d3b12 commit e57eddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e57eddd

Please sign in to comment.