Skip to content

Commit 00561be

Browse files
committed
Translate "Ruby 3.2.3 Released" to ko
1 parent a05e974 commit 00561be

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

ko/news/_posts/2023-06-29-redos-in-uri-CVE-2023-36617.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ NOTE: 이 문제는 [CVE-2023-28755](https://www.ruby-lang.org/en/news/2023/03/2
2424
`uri` gem을 0.12.2로 업데이트하는 것이 좋습니다. 이전 Ruby 버전대에 포함된 버전과의 호환성을 보장하기 위해 다음과 같이 업데이트할 수 있습니다.
2525

2626
* Ruby 3.0: `uri` 0.10.3으로 업데이트
27-
* For Ruby 3.1: Update to `uri` 0.12.2
28-
* For Ruby 3.2: Update to `uri` 0.12.2, or update to Ruby 3.2.3
27+
* Ruby 3.1: `uri` 0.12.2로 업데이트
28+
* Ruby 3.2: `uri` 0.12.2로 업데이트하거나 Ruby를 3.2.3으로 업데이트
2929

3030
`gem update uri`를 사용하여 업데이트할 수 있습니다. bundler를 사용하는 경우 `gem "uri", ">= 0.12.2"`(또는 위에 언급된 다른 버전)을 `Gemfile`에 추가하세요.
3131

@@ -41,5 +41,5 @@ NOTE: 이 문제는 [CVE-2023-28755](https://www.ruby-lang.org/en/news/2023/03/2
4141

4242
## 수정 이력
4343

44-
* Added a new recommended action for Ruby 3.2 at 2024-01-18 12:00:00 (UTC)
44+
* 2024-01-18 12:00:00 (UTC) Ruby 3.2에 새 권장 조치를 추가
4545
* 2023-06-29 01:00:00 (UTC) 최초 공개

ko/news/_posts/2024-01-18-ruby-3-2-3-released.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
layout: news_post
3-
title: "Ruby 3.2.3 Released"
3+
title: "Ruby 3.2.3 릴리스"
44
author: "nagachika"
5-
translator:
5+
translator: "shia"
66
date: 2024-01-18 09:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

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

12-
This release includes many bug-fixes.
13-
See the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_3) for further details.
12+
이번 릴리스는 많은 버그 수정이 포함합니다.
13+
자세한 내용은 [GitHub 릴리스](https://github.com/ruby/ruby/releases/tag/v3_2_3)를 참조하세요.
1414

15-
This release also includes the update of uri.gem to 0.12.2 which contains the security fix.
16-
Please check the topics below for details.
15+
이번 릴리스에는 보안 수정을 포함하는 uri.gem의 0.12.2 갱신도 포함되어 있습니다.
16+
자세한 내용은 아래 항목을 참조하세요.
1717

18-
* [CVE-2023-36617: ReDoS vulnerability in URI]({%link en/news/_posts/2023-06-29-redos-in-uri-CVE-2023-36617.md %})
18+
* [CVE-2023-36617: URI의 ReDoS 취약점]({%link ko/news/_posts/2023-06-29-redos-in-uri-CVE-2023-36617.md %})
1919

20-
## Download
20+
## 다운로드
2121

2222
{% assign release = site.data.releases | where: "version", "3.2.3" | first %}
2323

@@ -42,7 +42,7 @@ Please check the topics below for details.
4242
SHA256: {{ release.sha256.zip }}
4343
SHA512: {{ release.sha512.zip }}
4444

45-
## Release Comment
45+
## 릴리스 코멘트
4646

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

0 commit comments

Comments
 (0)