Skip to content
Merged
Changes from 1 commit
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
51 changes: 51 additions & 0 deletions locale/pt-br/blog/vulnerability/september-2019-openssl-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
date: 2019-09-05T15:34:35.000Z
category: vulnerability
title: Lançamento de segurança OpenSSL talvez necessite um lançamento de segurança do Node.js

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
title: Lançamento de segurança OpenSSL talvez necessite um lançamento de segurança do Node.js
title: Atualizações de segurança do OpenSSL talvez necessite uma atualização de segurança do Node.js

Tentando encontrar uma tradução melhor para "releases", caso você ache a sugestão interessante.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think releases should be kept as is. No translation needed, it is a tech word

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

"Atualizações de segurança" sounds way better than "Releases de segurança" and "Lançamento de segurança".

As is now, it doesn't sound natural: "Release de segurança OpenSSL talvez necessite um lançamento de segurança do Node.js"

I'd rather say something like: "Atualizações de segurança do OpenSSL podem necessitar de atualizações de segurança do Node.js também"

By the way, original in English is: "OpenSSL security releases may require Node.js security releases".

Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
slug: openssl-and-low-severity-fixes-sep-2019
layout: blog-post.hbs
author: Sam Roberts
---

### Sumário
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

O projeto Node.js está lançando uma nova versão para todas as suas linhas suportadas
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
logo na próxima semana para incorporar correções do OpenSSL.
Por-favor continue lendo para mais detalhes
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

### OpenSSL

O projeto OpenSSL
[anunciou](https://mta.openssl.org/pipermail/openssl-announce/2019-September/000156.html)
essa semana que eles irão lançar as versões 1.0.2t e 1.1.1d no dia 10 de Setembro, UTC.
O lançamento ira corrigir dois defeitos de segurança que foram marcados com severidade "BAIXA"
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
na suas [politicas de segurança](https://www.openssl.org/policies/secpolicy.html),
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
o significado é:
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

> ... problemas que afetão apenas o utilitário da linha de comando ou configurações
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
> improváveis.
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

Node.js v8.x usa OpenSSL v1.0.2 e Node.js v10.x e v12.x usam OpenSSL v1.1.1, contudo
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
todas as linhas de lançamento ativas são impactadas por essa atualização.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
todas as linhas de lançamento ativas são impactadas por essa atualização.
todas as linhas de versão ativas são impactadas por esta atualização.

Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

Nesse estágio, por conta de embargos, a natureza exata desses problemas é incerta
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
assim como o impacto que elas teram nos usuários do Node.js
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

Depois de avaliar o impacto no Node.js, será decidido se os problemas corrigidos
necessitarão de lançamentos de segurança imediatos do Node.js, ou se eles podem

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
necessitarão de lançamentos de segurança imediatos do Node.js, ou se eles podem
exigem atualizações imediatas de segurança do Node.js, ou se podem

Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
ser incluídos na agenda de lançamentos normais.
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

Por favor monitore o grupo no Google **nodejs-sec** para mais atualizações, incluindo
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
uma decisão dentro de 24 horas depois do lançamento do OpenSSL sobre o tempo de lançamento,
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
para saber de todos os detalhes dos defeitos sobre o eventual lançamento:
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
https://groups.google.com/forum/#!forum/nodejs-sec

### Contato e futuros lançamentos
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated

A politica de segurança atual do Node.js pode ser encontrada em <https://nodejs.org/en/security/>,
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
incluindo informações sobre como reportar uma vulnerabilidade no Node.js.

Se inscreva para a lista de emails de volume-baixo e apenas-anuncios do **nodejs-sec**
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
no https://groups.google.com/forum/#!forum/nodejs-sec e fique por dentro das vulnerabilidades
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
de segurança e lançamentos relacionados à segurança do Node.js e os projetos mantidos na
Comment thread
WeslleyNasRocha marked this conversation as resolved.
Outdated
[organização nodejs no Github](https://github.com/nodejs).