From 1d435be33d8b76cd7b06cd06996c19d74f83cfd4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:58 +0100 Subject: unslug pt-br: modify --- files/pt-br/glossary/fuzzing/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/pt-br/glossary/fuzzing/index.html') diff --git a/files/pt-br/glossary/fuzzing/index.html b/files/pt-br/glossary/fuzzing/index.html index 6d6a97581a..3c57581b4e 100644 --- a/files/pt-br/glossary/fuzzing/index.html +++ b/files/pt-br/glossary/fuzzing/index.html @@ -1,6 +1,6 @@ --- title: Teste de Fuzzing -slug: Glossario/Fuzzing +slug: Glossary/Fuzzing tags: - Firefox - Fuzzing @@ -9,6 +9,7 @@ tags: - Segurança - Teste translation_of: Glossary/Fuzzing +original_slug: Glossario/Fuzzing ---

O Fuzzing é uma técnica para testar o software usando ferramentas automáticas para fornecer entradas inválidas ou inesperadas para um programa ou função em um programa, logo verificando os resultados para ver se o programa falha ou age de forma inapropriada. Essa é uma forma importante para garantir que o software está estável, confiável e seguro, e nós usamos muito o fuzzing no Mozilla.

-- cgit v1.2.3-54-g00ecf