aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/glossary')
-rw-r--r--files/ja/glossary/fuzzing/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/fuzzing/index.html b/files/ja/glossary/fuzzing/index.html
index 52c8dcd1dc..fbce85a8e0 100644
--- a/files/ja/glossary/fuzzing/index.html
+++ b/files/ja/glossary/fuzzing/index.html
@@ -13,7 +13,7 @@ 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="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>