diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/fr/mozilla/security/index.html | |
parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/fr/mozilla/security/index.html')
-rw-r--r-- | files/fr/mozilla/security/index.html | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/files/fr/mozilla/security/index.html b/files/fr/mozilla/security/index.html deleted file mode 100644 index 99a342c74c..0000000000 --- a/files/fr/mozilla/security/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Browser security -slug: Mozilla/Security -tags: - - Accueil - - Firefox - - Mozilla - - Sécurité -translation_of: Mozilla/Security ---- -<p><span class="seoSummary">Un aspect important du développement de code pour n'importe quel navigateur, y compris Firefox, ainsi que n'importe quel projet orienté Web, est sa sécurité. Ces articles offrent d'importants guides et références pour asurer que le code que vous écrivez est sécurisé, y compris aussi bien les recommandations en matière de design que de guides de testing.</span></p> - -<p>{{LandingPageListSubpages}}</p> - -<section id="Quick_Links"> -<ol> - <li><a href="https://www.mozilla.org/en-US/security/bug-bounty/" title="We appreciate all bug reports, but we back up our appreciation of reports of severe security problems with a $3000 reward!">Bug bounty program</a></li> - <li><a href="http://www.mozilla.org/projects/security/known-vulnerabilities.html" title="Learn from our past mistakes.">Known vulnerabilities and fixes in Mozilla</a></li> - <li><a href="/en-US/docs/Mozilla/Security">Debugging and testing</a> - <ol> - <li>{{Link("/en-US/docs/Clang_Static_Analysis")}}</li> - <li>{{Link("/en-US/docs/Debugging_Mozilla_with_Valgrind")}}</li> - <li>{{Link("/en-US/docs/Mozilla/Testing/Firefox_and_Address_Sanitizer")}}</li> - <li>{{Link("/en-US/docs/Mozilla/QA/Fuzzing")}}</li> - </ol> - </li> - <li>{{Link("/en-US/docs/Mozilla/Developer_guide")}}</li> - <li>{{Link("/en-US/docs/Web/Security")}}</li> -</ol> -</section> |