Skip to content

Update es 2018-03-28-ruby-2-5-1-released #1896

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions es/news/_posts/2018-03-28-ruby-2-5-1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ date: 2018-03-28 17:20:00 +0000
lang: es
---

Ruby 2.5.1 ha se liberado.
Ruby 2.5.1 se ha liberado.

Esta entrega contiene algunas correciónes de errores y seguridad.
Esta entrega contiene algunas correciónes de errores y de seguridad.

* [CVE-2017-17742: Divsiones de respuestas HTTP en WEBrick](/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Divsiones->Divisiones

* [CVE-2018-6914: Creacción involuntaria de archivos y direcotrios con traversa de directorio en tempfile y tmpdir](/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/)
* [CVE-2018-8777: DoS por gran solicitud en WEBrick](/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/)
* [CVE-2018-8778: Búfer subestimado en String#unpack](/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/)
* [CVE-2018-8779: Creacción involuntaria de socket por byte NUL envenenado en UNIXServer y UNIXSocket](/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/)
* [CVE-2018-6914: Creación involuntaria de archivos y directorios con escalamiento de directorios en tempfile y tmpdir](/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

con->por

* [CVE-2018-8777: DoS por solicitud muy grande en WEBrick](/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/)
* [CVE-2018-8778: Lectura por debajo de un bufer en String#unpack](/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/)
* [CVE-2018-8779: Creacción involuntaria de socket por envenenamiento con byte NUL en UNIXServer y UNIXSocket](/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/)
* [CVE-2018-8780: Recorrido involuntario del directorio por el byte NUL envenenado en Dir](/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/)
* [Vulnerabilidades múltiples en RubyGems](/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/)

Hay algunas correciones de errors también.
Hay algunas correciones de errores también.
Puedes ver [commit logs](https://github.com/ruby/ruby/compare/v2_5_0...v2_5_1) para más detalles.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puedes ver->Puede ver
commits logs->las bitácoras de contribuciones


## Descargas
Expand Down