aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/glossario/fuzzing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/glossario/fuzzing/index.html')
-rw-r--r--files/pt-br/glossario/fuzzing/index.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/files/pt-br/glossario/fuzzing/index.html b/files/pt-br/glossario/fuzzing/index.html
deleted file mode 100644
index 6d6a97581a..0000000000
--- a/files/pt-br/glossario/fuzzing/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: Teste de Fuzzing
-slug: Glossario/Fuzzing
-tags:
- - Firefox
- - Fuzzing
- - Mozilla
- - QA
- - Segurança
- - Teste
-translation_of: Glossary/Fuzzing
----
-<p><span class="seoSummary">O <strong>Fuzzing</strong> é 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.</span></p>
-
-<ul>
- <li><a class="external" href="http://www.squarefree.com/categories/fuzzing/" title="http://www.squarefree.com/categories/fuzzing/">Postagens do blog do Jesse sobre fuzzing</a></li>
- <li><a class="external" href="https://pt.wikipedia.org/wiki/Fuzzing" title="http://en.wikipedia.org/wiki/Fuzz_testing">Wikipedia: Fuzz testing</a></li>
- <li><a class="external" href="http://fuzzdb.googlecode.com" title="http://fuzzdb.googlecode.com">fuzzdb</a></li>
-</ul>