Skip to content

Commit

Permalink
Update Jekyll to 3.6.3 (#1165)
Browse files Browse the repository at this point in the history
Seeing a warning from GitHub that suggests to update Jekyll because of this vulnerability:

> Jekyll through 3.6.2, 3.7.x through 3.7.3, and 3.8.x through 3.8.3 allows attackers to access arbitrary files by specifying a symlink in the "include" key in the "_config.yml" file.

[CVE-2018-17567](https://nvd.nist.gov/vuln/detail/CVE-2018-17567)
  • Loading branch information
nguyenhuy authored and maicki committed Oct 16, 2018
1 parent 7cdfacc commit 393ca81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'github-pages'
gem 'rouge', '~>1.7'
gem 'jekyll', '~>3.2.0'
gem 'jekyll', '~>3.6.3'

0 comments on commit 393ca81

Please sign in to comment.