You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2019/11/01 16:34:05 UTC

[kudu] branch master updated: [docs] Upgrade doc generating scripts

This is an automated email from the ASF dual-hosted git repository.

abukor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new c6dae7c  [docs] Upgrade doc generating scripts
c6dae7c is described below

commit c6dae7c02557d4ff38a8068b9a2074e0f4d6f5a4
Author: Attila Bukor <ab...@apache.org>
AuthorDate: Fri Nov 1 16:32:00 2019 +0100

    [docs] Upgrade doc generating scripts
    
    Docs scripts have dependencies on versions that are affected by CVEs:
    
    - jekyll 3.4.5 is affected by CVE-2018-17567
    - ffi 1.9.18 is affected by CVE-2018-1000201
    
    Based on their descriptions neither of these should affect Kudu, but I
    think it's still worth upgrading these just in case.
    
    Change-Id: I01cf76c37e26fc12c5b4162c1bcd4262dcd0cacf
    Reviewed-on: http://gerrit.cloudera.org:8080/14613
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 docs/support/scripts/Gemfile.lock | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/support/scripts/Gemfile.lock b/docs/support/scripts/Gemfile.lock
index 82bd84a..b7e431b 100644
--- a/docs/support/scripts/Gemfile.lock
+++ b/docs/support/scripts/Gemfile.lock
@@ -5,18 +5,18 @@ GEM
       public_suffix (>= 2.0.2, < 4.0)
     asciidoctor (1.5.6.1)
     colorator (1.1.0)
-    ffi (1.9.18)
+    ffi (1.9.24)
     forwardable-extended (2.6.0)
-    jekyll (3.4.5)
+    jekyll (3.6.3)
       addressable (~> 2.4)
       colorator (~> 1.0)
       jekyll-sass-converter (~> 1.0)
       jekyll-watch (~> 1.1)
-      kramdown (~> 1.3)
-      liquid (~> 3.0)
+      kramdown (~> 1.14)
+      liquid (~> 4.0)
       mercenary (~> 0.3.3)
       pathutil (~> 0.9)
-      rouge (~> 1.7)
+      rouge (>= 1.7, < 3)
       safe_yaml (~> 1.0)
     jekyll-sass-converter (1.5.0)
       sass (~> 3.4)