translated security-best-practices-for-your-projects to Portuguese (BR) - #3547
Closed
joaokhalaf wants to merge 4 commits into
Closed
translated security-best-practices-for-your-projects to Portuguese (BR)#3547joaokhalaf wants to merge 4 commits into
joaokhalaf wants to merge 4 commits into
Conversation
joaokhalaf
temporarily deployed
to
Pages Preview
November 7, 2025 12:16 — with
GitHub Actions
Inactive
joaokhalaf
temporarily deployed
to
Pages Preview
November 7, 2025 12:17 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request translates the "Security Best Practices for your Project" article from English to Portuguese (Brazil), making this important security guidance accessible to Portuguese-speaking developers.
Key Changes:
- Updated metadata to mark the translation as complete (
untranslated: false) - Translated title, description, and all content sections into Portuguese
- Maintained technical accuracy while adapting terminology appropriately for Portuguese readers
馃挕 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Imagine este cen谩rio: voc锚 茅 o mantenedor de um projeto de c贸digo aberto popular com contribui莽玫es de desenvolvedores em todo o mundo. Um dia, um colaborador, sem saber, envia para o reposit贸rio algumas chaves de API de um servi莽o de terceiros. Dias depois, algu茅m encontra essas chaves e as usa para acessar o servi莽o sem permiss茫o. O servi莽o 茅 comprometido, os usu谩rios do seu projeto enfrentam tempo de inatividade e a reputa莽茫o do seu projeto 茅 prejudicada. Como mantenedor, voc锚 agora enfrenta a dif铆cil tarefa de revogar os segredos comprometidos, investigar quais a莽玫es maliciosas o invasor poderia ter realizado com esse segredo, notificar os usu谩rios afetados e implementar corre莽玫es. | ||
|
|
||
| To prevent such incidents, "secret scanning" solutions exist to help you detect those secrets in your code. Some tools like GitHub Secret Scanning, and Trufflehog by Truffle Security can prevent you from pushing them to remote branches in the first place, and some tools will automatically revoke some secrets for you. | ||
| Para evitar esse tipo de incidente, existem solu莽玫es de 鈥渧arredura secreta" (secret scanning) que ajudam a detectar credenciais sens铆veis no c贸digo. Algumas ferramentas, como GitHub Secret Scanning e Trufflehog da Truffle Security, podem impedir que voc锚 os envie para ramifica莽玫es remotas (branches), e algumas ferramentas revogam automaticamente alguns segredos para voc锚. |
There was a problem hiding this comment.
Incorrect translation of "secret scanning" to "varredura secreta". The correct Portuguese term should be "varredura de segredos" or "detec莽茫o de segredos".
Suggested change
| Para evitar esse tipo de incidente, existem solu莽玫es de 鈥渧arredura secreta" (secret scanning) que ajudam a detectar credenciais sens铆veis no c贸digo. Algumas ferramentas, como GitHub Secret Scanning e Trufflehog da Truffle Security, podem impedir que voc锚 os envie para ramifica莽玫es remotas (branches), e algumas ferramentas revogam automaticamente alguns segredos para voc锚. | |
| Para evitar esse tipo de incidente, existem solu莽玫es de 鈥渧arredura de segredos" (secret scanning) que ajudam a detectar credenciais sens铆veis no c贸digo. Algumas ferramentas, como GitHub Secret Scanning e Trufflehog da Truffle Security, podem impedir que voc锚 os envie para ramifica莽玫es remotas (branches), e algumas ferramentas revogam automaticamente alguns segredos para voc锚. |
jmeridth
marked this pull request as draft
November 12, 2025 17:50
jmeridth
temporarily deployed
to
Pages Preview
November 18, 2025 17:22 — with
GitHub Actions
Inactive
jmeridth
temporarily deployed
to
Pages Preview
November 18, 2025 17:23 — with
GitHub Actions
Inactive
Contributor
|
@joaokhalaf bump |
joaokhalaf
temporarily deployed
to
Pages Preview
December 11, 2025 18:40 — with
GitHub Actions
Inactive
joaokhalaf
temporarily deployed
to
Pages Preview
December 11, 2025 18:40 — with
GitHub Actions
Inactive
joaokhalaf
temporarily deployed
to
Pages Preview
December 11, 2025 18:42 — with
GitHub Actions
Inactive
joaokhalaf
temporarily deployed
to
Pages Preview
December 11, 2025 18:43 — with
GitHub Actions
Inactive
joaokhalaf
marked this pull request as ready for review
December 11, 2025 18:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.