Skip to content

Commit

Permalink
Pin nokogiri to 1.10.4.
Browse files Browse the repository at this point in the history
Fixes potential vulnerability raised by Github: https://nvd.nist.gov/vuln/detail/CVE-2019-5477

(I'm following how you handled the previous vulnerability in CL 193086878.)

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=264534363
  • Loading branch information
cpovirk committed Aug 21, 2019
1 parent 3f63950 commit c07aaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"
ruby RUBY_VERSION

gem "github-pages", group: :jekyll_plugins
gem 'nokogiri', '~> 1.8.2'
gem 'nokogiri', '~> 1.10.4'

# If you have any plugins, put them here!
# group :jekyll_plugins do
Expand Down
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
minitest (5.11.1)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.8.2)
nokogiri (1.10.4)
mini_portile2 (~> 2.3.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down Expand Up @@ -233,7 +233,7 @@ PLATFORMS

DEPENDENCIES
github-pages
nokogiri (~> 1.8.2)
nokogiri (~> 1.10.4)

RUBY VERSION
ruby 2.3.3p222
Expand Down

0 comments on commit c07aaff

Please sign in to comment.