aboutsummaryrefslogtreecommitdiff
path: root/files/es/mozilla/security/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/mozilla/security/index.html')
-rw-r--r--files/es/mozilla/security/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/es/mozilla/security/index.html b/files/es/mozilla/security/index.html
new file mode 100644
index 0000000000..bf7933d35b
--- /dev/null
+++ b/files/es/mozilla/security/index.html
@@ -0,0 +1,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>