diff options
Diffstat (limited to 'files/fr/mozilla/security/index.html')
-rw-r--r-- | files/fr/mozilla/security/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/fr/mozilla/security/index.html b/files/fr/mozilla/security/index.html new file mode 100644 index 0000000000..99a342c74c --- /dev/null +++ b/files/fr/mozilla/security/index.html @@ -0,0 +1,30 @@ +--- +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> |