blob: fbce85a8e0ca0758365f25498d613a9d8f43815c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: Fuzz testing (ファズテスティング)
slug: Glossary/Fuzzing
tags:
- Firefox
- Fuzzing
- Mozilla
- QA
- Security
- Testing
translation_of: Glossary/Fuzzing
---
<p><span class="seoSummary"><strong>ファジング</strong>はプログラムがクラッシュしたり不適切に動作したりしていないかを確認する手法です。自動化されたツールで予期せぬデータや無効なデータを入力し、その結果を見ます。プログラムがクラッシュしたり不適切な動作をするようであればその内容を確認します。これは、ソフトウェアの安定性、信頼性、安全性を確かめる重要な方法であり、Mozilla ではファジングを多く利用しています。</span></p>
<ul>
<li><a class="external" href="http://www.squarefree.com/categories/fuzzing/">Jesse's blog posts about fuzzing</a></li>
<li><a class="external" href="https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A1%E3%82%B8%E3%83%B3%E3%82%B0">Wikipedia: ファジング</a></li>
<li><a href="https://github.com/fuzzitdev/jsfuzz">jsfuzz - coverage guided javascript fuzzer</a></li>
</ul>
|