diff options
Diffstat (limited to 'files/pt-br/glossario/fuzzing/index.html')
-rw-r--r-- | files/pt-br/glossario/fuzzing/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/pt-br/glossario/fuzzing/index.html b/files/pt-br/glossario/fuzzing/index.html new file mode 100644 index 0000000000..6d6a97581a --- /dev/null +++ b/files/pt-br/glossario/fuzzing/index.html @@ -0,0 +1,19 @@ +--- +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> |