Skip to content

Commit ead61e0

Browse files
committed
Minor language fix on Aug 28th, 2019 release
1 parent 462b97f commit ead61e0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

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

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

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.
43+
*Update:* The initial version of this post partially mentioned rdoc-6.1.1.gem, which was still vulnerable. Please make sure that you install rdoc-6.1.2 or later.
4444

45-
Regarding the development version (master branch), update to HEAD.
45+
Regarding the development version (master branch), update to its HEAD.
46+
47+
## Required actions
4648

4749
RDoc is a static documentation generation tool.
48-
Patching the library itself is insufficient to correct this exploit.
49-
Those hosting rdoc documentation will need to re-generate it with security-fixed RDoc.
50+
Patching the tool itself is insufficient to mitigate these vulnerabilities.
51+
52+
RDoc documentations generated with previous versions have to be re-generated it with newer RDoc.
5053

5154
## Credits
5255

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

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

43-
注意: 当初この記事で rdoc-6.1.1.gem と書いていましたが、これは脆弱なバージョンでした。rdoc-6.1.2 以降を使用してください。
43+
注意: 当初この記事で一部 rdoc-6.1.1.gem と書かれていましたが、これは脆弱なバージョンでした。rdoc-6.1.2 以降を使用してください。
4444

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

47+
## 注意点
48+
4749
なお、RDoc は静的ドキュメント生成ツールです。
4850
したがって、RDoc 自体を修正しても、既に生成済みの HTML ドキュメントの脆弱性は解消されません。
4951
これらの HTML ドキュメントを公開している場合は、以上いずれかの対策を行った上で、該当の HTML ドキュメントを再生成してください。

0 commit comments

Comments
 (0)