Skip to content

Commit 6ad39ed

Browse files
committed
fix security alert issue CVE-2018-14404
1 nokogiri vulnerability found in docs/Gemfile.lock Remediation Upgrade nokogiri to version 1.8.5 or later. Details CVE-2018-14404 More information moderate severity Vulnerable versions: < 1.8.5 Patched version: 1.8.5 A NULL pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 through 2.9.8 when parsing an invalid XPath expression in the XPATH_OP_AND or XPATH_OP_OR case. Applications processing untrusted XSL format inputs with the use of the libxml2 library may be vulnerable to a denial of service attack due to a crash of the application.
1 parent 24c34b6 commit 6ad39ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
listen (= 3.1.5)
7171
mercenary (~> 0.3)
7272
minima (= 2.4.0)
73-
nokogiri (>= 1.8.1, < 2.0)
73+
nokogiri (>= 1.8.5, < 2.0)
7474
rouge (= 2.2.1)
7575
terminal-table (~> 1.4)
7676
github-pages-health-check (1.4.0)
@@ -81,7 +81,7 @@ GEM
8181
typhoeus (~> 1.3)
8282
html-pipeline (2.7.1)
8383
activesupport (>= 2)
84-
nokogiri (>= 1.4)
84+
nokogiri (>= 1.8.5)
8585
http_parser.rb (0.6.0)
8686
i18n (0.9.5)
8787
concurrent-ruby (~> 1.0)
@@ -207,7 +207,7 @@ GEM
207207
minitest (5.11.3)
208208
multipart-post (2.0.0)
209209
net-dns (0.8.0)
210-
nokogiri (1.8.2)
210+
nokogiri (>= 1.8.5)
211211
mini_portile2 (~> 2.3.0)
212212
octokit (4.8.0)
213213
sawyer (~> 0.8.0, >= 0.5.3)

0 commit comments

Comments
 (0)