diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/fuzzing | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
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> |