Commit 23d24b4
committed
Fix security vulnerability in jekyll
The Jekyll gem was updated from 3.5.2 to 3.6.3 to fix a security
vulnerability described in
https://nvd.nist.gov/vuln/detail/CVE-2018-17567
Summary of the issue:
CVE-2018-17567 - Moderate severity
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.
Gemfile.lock update suggested:
jekyll ~> 3.6.3
This fix incidentally updated the ffi gem from 1.9.18 to 1.9.25
which fixes another security issue described in
https://nvd.nist.gov/vuln/detail/CVE-2018-1000201
Summary of the issue:
CVE-2018-1000201 - Moderate severity
ruby-ffi version 1.9.23 and earlier has a DLL loading issue
which can be hijacked on Windows OS, when a Symbol is used as
DLL name instead of a String This vulnerability appears to have
been fixed in v1.9.24 and later.
Gemfile.lock update suggested:
ffi ~> 1.9.241 parent 9dae5fe commit 23d24b4
2 files changed
+21
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
0 commit comments