Skip to content

Commit 462b97f

Browse files
authored
Merge pull request #2127 from aycabta/fix-rdoc-version
Fix RDoc version and add a caution message
2 parents a162533 + 71eb789 commit 462b97f

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

en/news/_posts/2019-08-28-multiple-jquery-vulnerabilities-in-rdoc.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,7 @@ RDoc 6.1.2 or later includes the fix for the vulnerabilities, so upgrade RDoc to
4040
gem install rdoc -f
4141
```
4242

43-
At this time, the following message will be displayed. Every time you get `Overwrite the executable? [YN]`, enter `y` and confirm with Enter to continue the update.
44-
45-
```
46-
Updating installed gems
47-
Updating rdoc
48-
Fetching: rdoc-6.1.1.gem (100%)
49-
rdoc's executable "rdoc" conflicts with /home/aycabta/.rbenv/versions/2.5.3/bin/rdoc
50-
Overwrite the executable? [yN] y
51-
rdoc's executable "ri" conflicts with /home/aycabta/.rbenv/versions/2.5.3/bin/ri
52-
Overwrite the executable? [yN] y
53-
Successfully installed rdoc-6.1.1
54-
Parsing documentation for rdoc-6.1.1
55-
Installing ri documentation for rdoc-6.1.1
56-
Installing darkfish documentation for rdoc-6.1.1
57-
Done installing documentation for rdoc after 6 seconds
58-
Parsing documentation for rdoc-6.1.1
59-
Done installing documentation for rdoc after 3 seconds
60-
Gems updated: rdoc
61-
```
43+
*Update:* The initial version of this post said rdoc-6.1.1.gem which was still vulnerable. Please make sure that you install rdoc-6.1.2 or later.
6244

6345
Regarding the development version (master branch), update to HEAD.
6446

@@ -73,3 +55,4 @@ Thanks to [Chris Seaton](https://hackerone.com/chrisseaton) for reporting the is
7355
## History
7456

7557
* Originally published at 2019-08-28 09:00:00 UTC
58+
* RDoc version fixed at 2019-08-28 11:50:00 UTC

ja/news/_posts/2019-08-28-multiple-jquery-vulnerabilities-in-rdoc.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,7 @@ Ruby の標準添付ライブラリである RDoc に、jQuery に関するク
4040
gem install rdoc -f
4141
```
4242

43-
その際に以下のようなメッセージが出るので、 `Overwrite the executable? [yN]` と出る度に随時 `y` を入力し Enter で確定することで更新を続行してください。
44-
45-
```
46-
Updating installed gems
47-
Updating rdoc
48-
Fetching: rdoc-6.1.1.gem (100%)
49-
rdoc's executable "rdoc" conflicts with /home/aycabta/.rbenv/versions/2.5.3/bin/rdoc
50-
Overwrite the executable? [yN] y
51-
rdoc's executable "ri" conflicts with /home/aycabta/.rbenv/versions/2.5.3/bin/ri
52-
Overwrite the executable? [yN] y
53-
Successfully installed rdoc-6.1.1
54-
Parsing documentation for rdoc-6.1.1
55-
Installing ri documentation for rdoc-6.1.1
56-
Installing darkfish documentation for rdoc-6.1.1
57-
Done installing documentation for rdoc after 6 seconds
58-
Parsing documentation for rdoc-6.1.1
59-
Done installing documentation for rdoc after 3 seconds
60-
Gems updated: rdoc
61-
```
43+
注意: 当初この記事で rdoc-6.1.1.gem と書いていましたが、これは脆弱なバージョンでした。rdoc-6.1.2 以降を使用してください。
6244

6345
開発版については、HEAD に更新してください。
6446

@@ -73,3 +55,4 @@ Gems updated: rdoc
7355
## 更新履歴
7456

7557
* 2019-08-28 09:00:00 (JST) 初版
58+
* 2019-08-28 20:50:00 (JST) RDoc のバージョン修正

0 commit comments

Comments
 (0)