diff options
Diffstat (limited to 'files/ja/glossary/fuzzing')
-rw-r--r-- | files/ja/glossary/fuzzing/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/glossary/fuzzing/index.html b/files/ja/glossary/fuzzing/index.html new file mode 100644 index 0000000000..52c8dcd1dc --- /dev/null +++ b/files/ja/glossary/fuzzing/index.html @@ -0,0 +1,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/" title="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> |