aboutsummaryrefslogtreecommitdiff
path: root/files/es/mozilla/security/index.html
blob: bf7933d35b8a1318056dc42a2bf9af6cb9ddabdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Browser security
slug: Mozilla/Security
tags:
  - Developing Mozilla
  - Firefox
  - Landing
  - Mozilla
  - NeedsTranslation
  - Security
  - TopicStub
translation_of: Mozilla/Security
---
<p><span class="seoSummary">An important aspect of developing code for any browser, including Firefox, as well as any Web-oriented project, is its security. These articles provide important guides and references to ensuring the code you write is secure, including both design recommendations and testing guidelines.</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>