You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by aj...@apache.org on 2018/01/25 22:46:41 UTC

incubator-livy git commit: [MINOR] Addressed Docs dependency security vulnerability

Repository: incubator-livy
Updated Branches:
  refs/heads/master 99c385d64 -> 26428c56f


[MINOR] Addressed Docs dependency security vulnerability

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 <aj...@us.ibm.com>

Closes #75 from ajbozarth/fix.


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy/commit/26428c56
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy/tree/26428c56
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy/diff/26428c56

Branch: refs/heads/master
Commit: 26428c56f20ba5ea608038ed8c2e11d8f04665d4
Parents: 99c385d
Author: Alex Bozarth <aj...@us.ibm.com>
Authored: Thu Jan 25 14:46:35 2018 -0800
Committer: Alex Bozarth <aj...@us.ibm.com>
Committed: Thu Jan 25 14:46:35 2018 -0800

----------------------------------------------------------------------
 docs/Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy/blob/26428c56/docs/Gemfile.lock
----------------------------------------------------------------------
diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock
index 69b37f7..f9b0ed8 100644
--- a/docs/Gemfile.lock
+++ b/docs/Gemfile.lock
@@ -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)