Skip to content

Commit

Permalink
[webui] Update rack to 1.5.5
Browse files Browse the repository at this point in the history
to fix DoS CVE-2015-3225
  • Loading branch information
ChrisBr committed Feb 2, 2016
1 parent c16fc2e commit 1884a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ReleaseNotes-2.6.8
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Bugfixes:
=========

* [webui] Update rails to version 4.1.14.1 to fix several security issues (CVE-2015-7576, CVE-2016-0751, CVE-2015-7577, CVE-2016-0752, CVE-2016-0753, CVE-2015-7581)
* [webui] Update rack to version 1.5.5 to fix security issue (CVE-2015-3225)
* [webui] Fix redirect after login for iChain and proxy mode

* [backend] fix local building inside a project on a remote OBS instance
Expand Down
2 changes: 1 addition & 1 deletion src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
slop (~> 3.4)
pundit (0.3.0)
activesupport (>= 3.0.0)
rack (1.5.2)
rack (1.5.5)
rack-mini-profiler (0.9.1)
rack (>= 1.1.3)
rack-test (0.6.2)
Expand Down

0 comments on commit 1884a1b

Please sign in to comment.