The Wayback Machine - https://web.archive.org/web/20211223082442/https://docs.github.com/pt/code-security/getting-started/github-security-features

GitHub security features

An overview of GitHub security features.

About GitHub's security features

GitHub has security features that help keep code and secrets secure in repositories and across organizations. Some features are available for all repositories and others are only available for public repositories and for repositories with a Segurança Avançada GitHub license.

The Banco de Dados Consultivo GitHub contains a curated list of security vulnerabilities that you can view, search, and filter. Para obter mais informações, consulte "Pesquisar vulnerabilidades de segurança em Banco de Dados Consultivo GitHub" e "Sobre Aviso de Segurança do GitHub."

Available for all repositories

Security policy

Make it easy for your users to confidentially report security vulnerabilities they've found in your repository. For more information, see "Adding a security policy to your repository."

Security advisories

Privately discuss and fix security vulnerabilities in your repository's code. You can then publish a security advisory to alert your community to the vulnerability and encourage community members to upgrade. For more information, see "About Aviso de Segurança do GitHub."

Alertas do Dependabot and security updates

View alerts about dependencies that are known to contain security vulnerabilities, and choose whether to have pull requests generated automatically to update these dependencies. For more information, see "About alerts for vulnerable dependencies" and "About Atualizações de segurança do Dependabot."

Dependabot version updates

Use Dependabot to automatically raise pull requests to keep your dependencies up-to-date. This helps reduce your exposure to older versions of dependencies. Using newer versions makes it easier to apply patches if security vulnerabilities are discovered, and also makes it easier for Atualizações de segurança do Dependabot to successfully raise pull requests to upgrade vulnerable dependencies. For more information, see "About Atualizações de versão do Dependabot."

Dependency graph

The dependency graph allows you to explore the ecosystems and packages that your repository depends on and the repositories and packages that depend on your repository.

You can find the dependency graph on the Insights tab for your repository. For more information, see "About the dependency graph."

Available for public repositories and for repositories with Segurança Avançada

These features are available for all public repositories, and for private repositories owned by organizations with an Segurança Avançada license. Para obter mais informações, consulte "Sobre Segurança Avançada GitHub".

Varredura de código alerts

Automatically detect security vulnerabilities and coding errors in new or modified code. Potential problems are highlighted, with detailed information, allowing you to fix the code before it's merged into your default branch. For more information, see "About code scanning."

Varredura secreta alerts

For private repositories, view any secrets that GitHub has found in your code. You should treat tokens or credentials that have been checked into the repository as compromised. For more information, see "About secret scanning."

Dependency review

Show the full impact of changes to dependencies and see details of any vulnerable versions before you merge a pull request. For more information, see "About dependency review."

Further reading

Ajude-nos a tornar esses documentos ótimos!

Todos os documentos do GitHub são de código aberto. Você percebeu que algo que está errado ou não está claro? Envie um pull request.

Faça uma contribuição

Ou, aprenda como contribuir.