Skip to content

Commit

Permalink
[MINOR] Addressed Docs dependency security vulnerability
Browse files Browse the repository at this point in the history
Addressed issue raised on mailing list:
https://www.mail-archive.com/devlivy.incubator.apache.org/msg00295.html

More info on the vulnerability:
https://snyk.io/blog/nokogiri-xxe-vulnerabilities/

Author: Alex Bozarth <ajbozart@us.ibm.com>

Closes apache#75 from ajbozarth/fix.
  • Loading branch information
ajbozarth committed Jan 25, 2018
1 parent 99c385d commit 26428c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
typhoeus (~> 0.7)
html-pipeline (2.6.0)
activesupport (>= 2)
nokogiri (>= 1.4)
nokogiri (>= 1.5.4)
i18n (0.8.6)
jekyll (3.4.5)
addressable (~> 2.4)
Expand Down

0 comments on commit 26428c5

Please sign in to comment.