Skip to content

Commit c9ecf20

Browse files
committed
Translate 2019-08-28 releases of Ruby (ko)
1 parent 7e22791 commit c9ecf20

4 files changed

+68
-69
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
---
22
layout: news_post
3-
title: "Multiple jQuery vulnerabilities in RDoc"
3+
title: "RDoc의 jQuery 취약점 다수 발견"
44
author: "aycabta"
5-
translator:
5+
translator: "yous"
66
date: 2019-08-28 09:00:00 +0000
77
tags: security
8-
lang: en
8+
lang: ko
99
---
1010

1111

12-
There are multiple vulnerabilities about Cross-Site Scripting (XSS) in jQuery shipped with RDoc which bundled in Ruby.
13-
All Ruby users are recommended to update Ruby to the latest release which includes the fixed version of RDoc.
12+
루비에 포함되어 있는 RDoc과 함께 배포되는 jQuery에 크로스 사이트 스크립팅(XSS) 취약점이 다수 발견되었습니다.
13+
모든 루비 사용자는 취약점을 수정한 RDoc이 포함된 최신 루비 릴리스로 업데이트하기 바랍니다.
1414

15-
## Details
15+
## 세부 내용
1616

17-
The following vulnerabilities have been reported.
17+
아래와 같은 취약점이 보고되었습니다.
1818

1919
* [CVE-2012-6708](https://nvd.nist.gov/vuln/detail/CVE-2012-6708)
2020
* [CVE-2015-9251](https://nvd.nist.gov/vuln/detail/CVE-2015-9251)
2121

22-
It is strongly recommended for all Ruby users to upgrade your Ruby installation or take one of the following workarounds as soon as possible.
23-
You also have to re-generate existing RDoc documentations to completely mitigate the vulnerabilities.
22+
모든 루비 사용자는 가능한 빨리 설치된 루비를 업그레이드하거나 아래 해결 방법으로 조치하기 바랍니다.
23+
취약점을 완전히 해소하려면 기존의 RDoc 문서를 다시 생성해야 합니다.
2424

25-
## Affected Versions
25+
## 해당 버전
2626

27-
* Ruby 2.3 series: all
28-
* Ruby 2.4 series: 2.4.6 and earlier
29-
* Ruby 2.5 series: 2.5.5 and earlier
30-
* Ruby 2.6 series: 2.6.3 and earlier
31-
* prior to master commit f308ab2131ee675000926540cbb8c13c91dc3be5
27+
* 루비 2.3 버전대: 모든 버전
28+
* 루비 2.4 버전대: 2.4.6 이하
29+
* 루비 2.5 버전대: 2.5.5 이하
30+
* 루비 2.6 버전대: 2.6.3 이하
31+
* f308ab2131ee675000926540cbb8c13c91dc3be5 커밋 이전의 master
3232

33-
## Required actions
33+
## 필요한 조치
3434

35-
RDoc is a static documentation generation tool.
36-
Patching the tool itself is insufficient to mitigate these vulnerabilities.
35+
RDoc은 정적 문서 생성 도구입니다.
36+
도구 자체를 패치하는 것만으로는 이번 취약점을 해소할 수 없습니다.
3737

38-
So, RDoc documentations generated with previous versions have to be re-generated with newer RDoc.
38+
따라서 이전 버전의 RDoc을 통해 생성된 문서는 새 RDoc으로 다시 생성해야 합니다.
3939

40-
## Workarounds
40+
## 해결 방법
4141

42-
In principle, you should upgrade your Ruby installation to the latest version.
43-
RDoc 6.1.2 or later includes the fix for the vulnerabilities, so upgrade RDoc to the latest version if you can’t upgrade Ruby itself.
42+
원칙적으로, 설치된 루비를 최신 버전으로 업그레이드해야 합니다.
43+
RDoc 6.1.2나 그 이후의 버전은 취약점에 대한 패치를 포함하고 있으므로, 루비를 업그레이드할 수 없다면 RDoc을 최신 버전으로 업그레이드해 주세요.
4444

45-
Note that as mentioned earlier, you have to regenerate existing RDoc documentations.
45+
앞에서 언급한 것처럼 기존의 RDoc 문서를 다시 생성해야 합니다.
4646

4747
```
4848
gem install rdoc -f
4949
```
5050

51-
*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.
51+
*업데이트:* 이 글의 초기 버전은 여전히 취약한 rdoc-6.1.1.gem을 언급했습니다. rdoc-6.1.2나 그 이후의 버전을 설치해주세요.
5252

53-
Regarding the development version, update to the latest HEAD of master branch.
53+
개발 버전은 master 브랜치의 최신 HEAD로 업데이트해 주세요.
5454

55-
## Credits
55+
## 도움을 준 글
5656

57-
Thanks to [Chris Seaton](https://hackerone.com/chrisseaton) for reporting the issue.
57+
이 문제를 보고해 준 [Chris Seaton](https://hackerone.com/chrisseaton)에게 감사를 표합니다.
5858

59-
## History
59+
## 수정 이력
6060

61-
* Originally published at 2019-08-28 09:00:00 UTC
62-
* RDoc version fixed at 2019-08-28 11:50:00 UTC
63-
* Minor language fixes at 2019-08-28 12:30:00 UTC
61+
* 2019-08-28 09:00:00 UTC 최초 공개
62+
* 2019-08-28 11:50:00 UTC RDoc 버전 수정
63+
* 2019-08-28 12:30:00 UTC 사소한 표현 수정

ko/news/_posts/2019-08-28-ruby-2-4-7-released.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.4.7 Released"
3+
title: "루비 2.4.7 릴리스"
44
author: "usa"
5-
translator:
5+
translator: "yous"
66
date: 2019-08-28 09:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.4.7 has been released.
10+
루비 2.4.7이 릴리스되었습니다.
1111

12-
This release includes a security fix.
13-
Please check the topics below for details.
12+
이 릴리스는 보안 수정 1개를 포함합니다.
13+
자세한 사항은 아래 글을 확인해보세요.
1414

15-
* [Multiple jQuery vulnerabilities in RDoc](/en/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
15+
* [RDoc의 jQuery 취약점 다수 발견](/ko/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
1616

17-
Ruby 2.4 is now under the state of the security maintenance phase, until
18-
the end of March of 2020. After that date, maintenance of Ruby 2.4
19-
will be ended. We recommend you start planning the migration to newer
20-
versions of Ruby, such as 2.6 or 2.5.
17+
루비 2.4는 현재 보안 유지보수 단계이고, 기한은 2020년 3월입니다. 이날 이후 루비
18+
2.4의 유지보수는 종료됩니다. 루비 2.6, 2.5 등의 새 루비 버전으로 업그레이드할
19+
계획을 세우길 바랍니다.
2120

22-
## Download
21+
## 다운로드
2322

2423
* <https://cache.ruby-lang.org/pub/ruby/2.4/ruby-2.4.7.tar.bz2>
2524

@@ -49,6 +48,6 @@ versions of Ruby, such as 2.6 or 2.5.
4948
SHA256: 1016797925e55c78d9c15633da8ddbd19daed2993a99d35377d2a16c3175cfe5
5049
SHA512: 1bddd5616edb1a671224bc1c22cc3ac6f70e96e41cb2937efb437e8920fe09ce2ef0f29c591499d3682ac547e1d3eb7474f89ff86a3834d25724329e4927ed76
5150

52-
## Release Comment
51+
## 릴리스 코멘트
5352

54-
Thanks to everyone who helped with this release, especially, to reporters of the vulnerability.
53+
이 릴리스를 만드는 데 도움을 준 모든 분, 특히 취약점을 보고해준 분에게 감사드립니다.

ko/news/_posts/2019-08-28-ruby-2-5-6-released.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.5.6 Released"
3+
title: "루비 2.5.6 릴리스"
44
author: "usa"
5-
translator:
5+
translator: "yous"
66
date: 2019-08-28 09:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.5.6 has been released.
10+
루비 2.5.6이 릴리스되었습니다.
1111

12-
This release includes about 40 bug fixes after the previous release, and also includes a security fix.
13-
Please check the topics below for details.
12+
이 릴리스는 지난 릴리스 이후로 버그 수정 약 40개와 보안 수정 1개를 포함합니다.
13+
자세한 사항은 아래 글을 확인해보세요.
1414

15-
* [Multiple jQuery vulnerabilities in RDoc](/en/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
15+
* [RDoc의 jQuery 취약점 다수 발견](/ko/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
1616

17-
See the [commit log](https://github.com/ruby/ruby/compare/v2_5_5...v2_5_6) for details.
17+
자세한 내용은 [커밋 로그](https://github.com/ruby/ruby/compare/v2_5_5...v2_5_6)를 확인해주세요.
1818

19-
## Download
19+
## 다운로드
2020

2121
* <https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.6.tar.bz2>
2222

@@ -46,8 +46,8 @@ See the [commit log](https://github.com/ruby/ruby/compare/v2_5_5...v2_5_6) for d
4646
SHA256: c86b0a9bfe47df5639cf134eabd3ebc2711794226ccb02e22094e46aa3e887f4
4747
SHA512: 8aa96c4e6692ed8c9f8fe4ceb2a91829bb5fa98ef53a4bc85f3a3d0cd66d60bb80985359bd9f7020de7d1cc39c7223559aa20dfdcc01d890624b71b935c6f8da
4848

49-
## Release Comment
49+
## 릴리스 코멘트
5050

51-
Thanks to everyone who helped with this release.
51+
이 릴리스를 만드는 데 도움을 준 모든 분에게 감사드립니다.
5252

53-
The maintenance of Ruby 2.5, including this release, is based on the “Agreement for the Ruby stable version” of the Ruby Association.
53+
이 릴리스를 포함한 루비 2.5의 유지보수는 Ruby Association의 "루비 안정 버전에 관한 협의"에 기반에 이루어집니다.

ko/news/_posts/2019-08-28-ruby-2-6-4-released.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.6.4 Released"
3+
title: "루비 2.6.4 릴리스"
44
author: "nagachika"
5-
translator:
5+
translator: "yous"
66
date: 2019-08-28 09:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.6.4 has been released.
10+
루비 2.6.4가 릴리스되었습니다.
1111

12-
This release includes a security fix of rdoc.
13-
Please check the topics below for details.
12+
이 릴리스는 rdoc의 보안 수정 1개를 포함합니다.
13+
자세한 사항은 아래 글을 확인해보세요.
1414

15-
* [Multiple jQuery vulnerabilities in RDoc](/en/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
15+
* [RDoc의 jQuery 취약점 다수 발견](/ko/news/2019/08/28/multiple-jquery-vulnerabilities-in-rdoc/)
1616

17-
See the [commit logs](https://github.com/ruby/ruby/compare/v2_6_3...v2_6_4) for changes in detail.
17+
자세한 내용은 [커밋 로그](https://github.com/ruby/ruby/compare/v2_6_3...v2_6_4)를 확인해주세요.
1818

19-
## Download
19+
## 다운로드
2020

2121
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.4.tar.bz2>
2222

@@ -47,7 +47,7 @@ See the [commit logs](https://github.com/ruby/ruby/compare/v2_6_3...v2_6_4) for
4747
SHA512: 5696f2921b8488bde42536dd23d933c8a5ab9ce33632760d217d79567324c4a20f8007d4815f33e56c0a764d1ca372b40c41a5937f9938bb1d63ea078d10d657
4848

4949

50-
## Release Comment
50+
## 릴리스 코멘트
5151

52-
Many committers, developers, and users who provided bug reports helped us make this release.
53-
Thanks for their contributions.
52+
많은 커미터, 개발자, 버그를 신고해준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
53+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)