Skip to content

Commit

Permalink
Resolve rexml CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Jun 5, 2024
1 parent ebe0f50 commit 82c3bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed
### Fixed
### Security

- Upgraded `rubocop-rspec` to the latest 2.x version to resolve CVE in its rexml dependency ([#42](https://github.com/opensearch-project/opensearch-ruby-aws-sigv4/pull/42))
---

## 1.2.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'yard', '~> 0.9', '>= 0.9.35'
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4') && Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5')
gem 'rubocop', '~> 1.12.1'
gem 'rubocop-rake', '~> 0.5.1'
gem 'rubocop-rspec', '~> 2.2.0'
gem 'rubocop-rspec', '~> 2'
gem 'simplecov', '~> 0.18.5'
else
# We need to disable Bundler/DuplicatedGem only because of rubocop 1.12.1.
Expand Down

0 comments on commit 82c3bbc

Please sign in to comment.