Skip to content

Commit

Permalink
Upgrade rest-client to fix two security issues
Browse files Browse the repository at this point in the history
* OSVDB-119878 - Session fixation vulnerability via Set-Cookie headers - rest-client/rest-client#369
* OSVDB-117461 - Log plaintext password local disclosure - rest-client/rest-client#349
  • Loading branch information
voxxit committed Aug 30, 2015
1 parent f0eb4f3 commit 758110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineyard-cloud-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 1.9.3'

s.add_dependency('rest-client', '~>1.7')
s.add_dependency('rest-client', '~>1.8.0')
s.add_dependency('multi_json', '~>1.6')

s.add_development_dependency('rspec', '~>2.0')
Expand Down

0 comments on commit 758110c

Please sign in to comment.