Skip to content

Commit b1442c1

Browse files
authored
Merge pull request #1765 from unak/mention-ruby-upgrading
Mention about upgrading Rubies
2 parents 5929dff + a34d365 commit b1442c1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

en/news/_posts/2018-02-17-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following vulnerabilities have been reported.
2323
* Mitigate XSS vulnerability in homepage attribute when displayed via gem server.
2424
* Prevent Path Traversal issue during gem installation.
2525

26-
It is strongly recommended for Ruby users to take one of the following workarounds as soon as possible.
26+
It is strongly recommended for Ruby users to upgrade your Ruby installation or take one of the following workarounds as soon as possible.
2727

2828
## Affected Versions
2929

@@ -35,7 +35,8 @@ It is strongly recommended for Ruby users to take one of the following workaroun
3535

3636
## Workarounds
3737

38-
RubyGems 2.7.6 or later includes the fix for the vulnerabilities, so upgrade RubyGems to the latest version.
38+
In principle, you should upgrade your Ruby installation to the latest version.
39+
RubyGems 2.7.6 or later includes the fix for the vulnerabilities, so upgrade RubyGems to the latest version if you can't upgrade Ruby itself.
3940

4041
```
4142
gem update --system
@@ -57,3 +58,4 @@ This report is based on [the official blog of RubyGems](http://blog.rubygems.org
5758
## History
5859

5960
* Originally published at 2018-02-17 03:00:00 UTC
61+
* Mention about upgrading Rubies at 2018-03-29 01:00:00 UTC

ja/news/_posts/2018-02-17-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RubyGems の公式ブログにて[報告されています](http://blog.rubygems
2323
* Mitigate XSS vulnerability in homepage attribute when displayed via gem server.
2424
* Prevent Path Traversal issue during gem installation.
2525

26-
この問題の影響を受けるバージョンの Ruby のユーザーは、下記の回避策を取ってください。
26+
この問題の影響を受けるバージョンの Ruby のユーザーは、最新の Ruby に更新するか、下記の回避策を取ってください。
2727

2828
## 影響を受けるバージョン
2929

@@ -35,7 +35,8 @@ RubyGems の公式ブログにて[報告されています](http://blog.rubygems
3535

3636
## 回避策
3737

38-
以下のコマンドを実行することにより、RubyGems を最新版(2.7.6 以降)に更新することによって、各脆弱性が修正されます。
38+
原則としては、Ruby 自体を最新のリリースに更新してください。
39+
それができない場合は、以下のコマンドを実行することにより、RubyGems を最新版(2.7.6 以降)に更新することによって、各脆弱性が修正されます。
3940

4041
```
4142
gem update --system
@@ -58,3 +59,4 @@ gem update --system
5859
## 更新履歴
5960

6061
* 2018-02-17 12:00:00 (JST) 初版
62+
* 2018-03-29 10:00:00 (JST) Ruby の最新リリースについて言及

0 commit comments

Comments
 (0)