aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 21:19:25 -0400
committerGitHub <noreply@github.com>2021-08-04 10:19:25 +0900
commitb1fdb94830bee8ed169ec9c6c20e535a7d6524fa (patch)
treea5221a8984f7858c248706da92314683aeb6be3d /files/ja/glossary
parentd4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (diff)
downloadtranslated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.gz
translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.tar.bz2
translated-content-b1fdb94830bee8ed169ec9c6c20e535a7d6524fa.zip
remove link 'title' attributes that's just the 'href' (ja, part 6) (#1872)
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>