-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate CVE-2023-28755 (ko) #3007
Conversation
|
||
URI 구성 요소에서 ReDoS 문제가 발견되었습니다. URI 구문 분석기가 특정 문자가 포함된 유효하지 않은 URL을 잘못 처리합니다. 이로 인해 URI 객체에 대한 문자열 구문 분석 실행 시간이 증가합니다. | ||
|
||
`uri` gem의 0.10.1, 0.10.2, 0.11.0, 0.12.0 및 모든 0.10.0 이하 버전이 이 취약점에 취약합니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't this typo? I think 0.10.2 is patched version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made another pr for en. #3008
Ref #3006. |
Let's wait for #3009. |
Now we can apply the update. |
Co-authored-by: Chayoung You <yousbe@gmail.com>
you can found original text from
https://github.com/ruby/www.ruby-lang.org/blob/master/en/news/_posts/2023-03-28-redos-in-uri-cve-2023-28755.md