Three known security vulnerabilities in JavaScript dependencies
Closed this issue · 2 comments
There are three known security vulnerabilities in JavaScript dependencies specified in this repository:
-
docs/Gemfile.lock specifies ffi version 1.9.21. There is a known vulnerability in this version: CVE-2018-1000201. The recommendation is to upgrade to ffi version 1.9.24.
-
docs/Gemfile.lock specifies rubyzip version 1.2.1. There is a known vulnerability in this version: CVE-2018-1000544. The recommendation is to upgrade to rubyzip version 1.2.2.
-
docs/Gemfile.lock specifies jekyll version 3.6.2. There is a known vulnerability in this version: CVE-2018-17567. The recommendation is to upgrade to jekyll version 3.6.3.
Can we update Gemfile.lock
to specify appropriately recent versions of these dependencies?
cc: @randyzwitch
The Jekyll environment used to build documentation has nothing to do with the Julia package itself