Skip to content

Commit a05e974

Browse files
committed
Copy from en
1 parent 2cf084a commit a05e974

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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-
* Ruby 3.1과 3.2: `uri` 0.12.2로 업데이트
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
2829

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

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

4142
## 수정 이력
4243

44+
* Added a new recommended action for Ruby 3.2 at 2024-01-18 12:00:00 (UTC)
4345
* 2023-06-29 01:00:00 (UTC) 최초 공개
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: news_post
3+
title: "Ruby 3.2.3 Released"
4+
author: "nagachika"
5+
translator:
6+
date: 2024-01-18 09:00:00 +0000
7+
lang: en
8+
---
9+
10+
Ruby 3.2.3 has been released.
11+
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.
14+
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.
17+
18+
* [CVE-2023-36617: ReDoS vulnerability in URI]({%link en/news/_posts/2023-06-29-redos-in-uri-CVE-2023-36617.md %})
19+
20+
## Download
21+
22+
{% assign release = site.data.releases | where: "version", "3.2.3" | first %}
23+
24+
* <{{ release.url.gz }}>
25+
26+
SIZE: {{ release.size.gz }}
27+
SHA1: {{ release.sha1.gz }}
28+
SHA256: {{ release.sha256.gz }}
29+
SHA512: {{ release.sha512.gz }}
30+
31+
* <{{ release.url.xz }}>
32+
33+
SIZE: {{ release.size.xz }}
34+
SHA1: {{ release.sha1.xz }}
35+
SHA256: {{ release.sha256.xz }}
36+
SHA512: {{ release.sha512.xz }}
37+
38+
* <{{ release.url.zip }}>
39+
40+
SIZE: {{ release.size.zip }}
41+
SHA1: {{ release.sha1.zip }}
42+
SHA256: {{ release.sha256.zip }}
43+
SHA512: {{ release.sha512.zip }}
44+
45+
## Release Comment
46+
47+
Many committers, developers, and users who provided bug reports helped us make this release.
48+
Thanks for their contributions.

0 commit comments

Comments
 (0)