Closed chase-childers closed 5 years ago
nokogiri
version 1.8.5
specified by the vulnerability has a requirement on ruby >=2.1.0
, which doesn't meet all the ruby requirements for the current version of synapse.
A suggested form of action is to update to utilize aws-sdk-ec2
(https://rubygems.org/gems/aws-sdk-ec2). This minimizes the requirements for the SDK. Also noting that the only class utilizing the aws-sdk
at the moment is ec2tag.rb
service watcher (https://github.com/airbnb/synapse/blob/master/lib/synapse/service_watcher/ec2tag.rb)
Update the Dependencies of
aws-sdk
viabundle update aws-sdk
.This is to close known vulnerabilities with
nokogiri
andffi
: https://github.com/airbnb/synapse/network/alert/Gemfile.lock/nokogiri/open https://github.com/airbnb/synapse/network/alert/Gemfile.lock/ffi/open