Skip to content

Commit

Permalink
fix security issues in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainbx committed Dec 31, 2018
1 parent 93acca2 commit f858900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Updated rake (2.0.5 -> 2.0.6) to fix [CVE-2018-16471](https://nvd.nist.gov/vuln/detail/CVE-2018-16471) and [CVE-2018-16470](https://nvd.nist.gov/vuln/detail/CVE-2018-16470)
- Updated loofah (2.2.2 -> 2.2.3) to fix [CVE-2018-16468](https://github.com/flavorjones/loofah/issues/154)
- Updated ffi (1.9.10 -> 1.9.24) to fix [CVE-2018-1000201](https://nvd.nist.gov/vuln/detail/CVE-2018-1000201)

## v1.0.1 2018 July 25

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
execjs (2.6.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.10)
ffi (1.9.24)
foreman (0.81.0)
thor (~> 0.19.1)
globalid (0.4.1)
Expand Down

0 comments on commit f858900

Please sign in to comment.