Security: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Update link to Guidelines)
 
(174 intermediate revisions by 29 users not shown)
Line 1: Line 1:
==Mozilla Security:==
“Individuals’ security and privacy on the Internet are
fundamental and must not be treated as optional.”
  - [http://www.mozilla.org/en-US/about/manifesto/ Mozilla Manifesto Principle 4]


Welcome to the Mozilla Security wiki.  There is not much here yet so feel free to contribute.
'''The Mozilla Security community provides leadership in security by building security features, testing software and systems, and leading industry standards to ensure that individuals retain the ability to make meaningful choices about security and privacy on the Internet. '''


=== Security-related bugs  ===
This page documents the security-related activities for Mozilla and how to join us.


[[Security Severity Ratings]]
__TOC__


[http://www.mozilla.org/security/#For_Developers How to report a security issue]  
== Reporting Security Issues ==
Mozilla relies on the security community to help secure our products and websites by reporting security issues. Our preference is to receive '''[[Security/Fileabug|bug reports]]''' via our bug tracking system Bugzilla, however [https://www.mozilla.org/security/#For_Developers emailing security@mozilla.org ] (preferably encrypted) is also an option.


[[Security/FixMe|Want to fix a security bug? Here is a list of old thorny bugs you can take on.]]
Details on the way we classify security bugs can be [[Security Severity Ratings|found here]].


===Security reviews for new features/products===
== Security at Mozilla ==
''Main Article: [[Security/Reviews]]''
=== Who are we? ===
====Security Radar====
Security at Mozilla is distributed among the following teams:
* [[Security/Radar/Active|Active]]
* [[SecurityEngineering|Security Engineering]] makes users of Firefox safer on the Internet.
* [[Security/Radar/Triage|Triage]]
* [[Security/FoxSec|Security Operations]] protects the product infrastructure and builds security services.
* [[Security/Radar/OffScope|Off Scope]]
* Firefox Fuzzing finds vulnerabilities in Firefox.
* [[Security/InfoSec|Security Assurance]] leads incident response, product security strategy, and risk management.


====Unlinked Reviews====
=== Contacting Us ===
* [[Labs/Weave/Sync Client Security Review|Sync Client]]
The Mozilla security team is available via a number of channels:
* [[Firefox Sync/Weave 1.3b5 Client Security Review|Weave 1.3b5 Client]]
* Via email
* [[Firefox/Projects/AccountManager/SecurityReview|Account Manager]]
** security@mozilla.org: to contact us privately or [https://www.mozilla.org/security/#For_Developers reporting security bugs]
** dev-security@lists.mozilla.org: this is the best place to ask security questions that don't need to be private. You might also try searching this list for answers to your questions
** You can also find us on a number of security related mailing lists including W3C WebAppSec
* Via the [https://matrix.to/#/!xSFwJMLGSLXLaSUrHr:mozilla.org?via=mozilla.org&via=matrix.org #security] channel on Mozilla's [[Matrix]] instance.


===Security Discussions / Possible Features===
'''Need a security review for Firefox feature/change? See [[Security/Testing]].'''
* [[Security/Cookie Preferences]]
* [[Security/l20n]]
* [[Security/Add-Ons Discussion]]


===Security feature work===
== Information for developers ==
===Security Bug Processes ===
* [[Security/Firefox_security_bug_fixing|Guidelines for fixing a core-security bug in Firefox]]
* [[Security/Bug_Approval_Process|Approval for Landing Security Bugs]]
* [[Security/Web_Bug_Rotation|Web Bug Verification Rotation]]
* [[Security/Firefox/Security_Bug_Triage_Process|Security Bug Triage Process]]
* [[Security/Firefox/Security_Bug_Life_Cycle|Security Bug Life Cycle]]


''Main article: [[Security/Features]]''
== Contributing to the security of Mozilla products ==
There are a range of ways to contribute to security engineering at Mozilla.


* [[Security/CSP|Content Security Policy]] proposal and implementation
=== Developers ===
* [[Security/STS|Strict Transport Security]] proposal to prevent network attacks on all-HTTPS sites
* Implement security features
* [[Security/Origin|Origin proposal for CSRF and clickjacking mitigation]]  (i.e. anything that requires authentication of the origin of a request)
* Fix outstanding security bugs
* [[Security/ProcessIsolation|Process Isolation: Internal compartmentalization of Firefox architecture]]
* Contribute to security feature development


=== Security Initiatives ===
=== Security Testers ===
* Test Firefox or Mozilla Websites as part of our bug bounty programs


* The plugin problem.
=== Community ===
** https://wiki.mozilla.org/Security:ThePluginProblem
* Test & provide feedback on new security features
* Improve security documentation


===Mozilla Security resources and blogs ===
== Mozilla Official Sites ==
 
* [http://www.mozilla.org/security Mozilla Security Center]
[http://www.mozilla.org/security Mozilla Security Center]
* [http://developer.mozilla.org/en/Security Mozilla security developer docs]
 
* [[CA|Mozilla CA Root Program]]
[http://developer.mozilla.org/en/Security Mozilla security developer docs]
* [http://blog.mozilla.com/security Mozilla Security blog]
 
* [https://infosec.mozilla.org/guidelines/ Security/Guidelines/]
[http://blog.mozilla.com/security Mozilla Security blog]
 
[http://blog.mozilla.com/ladamski Lucas Adamski's blog]
 
[http://blog.sidstamm.com Sid Stamm's blog]
 
[http://cslyon.net Chris Lyon's blog]
 
===Stuff that needs to be merged into this page properly===
 
* [[Security:Strawman Model]]
* [[Security:Security Checks In Glue]] — a possible security model
* [[Security:Scattered Security Checks]] — a possible security model
* [[Security:Wrapper-based Checks]] — a possible security model
* [[Security:Bibliography]]
 
* [[Security:EV]] — summary about EV certification
* [[Image:Intro_to_Mozilla_Metrics.pdf]] Draft discussion of Security Metrics at Mozilla

Latest revision as of 23:03, 12 March 2021

“Individuals’ security and privacy on the Internet are
fundamental and must not be treated as optional.”
  - Mozilla Manifesto Principle 4

The Mozilla Security community provides leadership in security by building security features, testing software and systems, and leading industry standards to ensure that individuals retain the ability to make meaningful choices about security and privacy on the Internet.

This page documents the security-related activities for Mozilla and how to join us.

Reporting Security Issues

Mozilla relies on the security community to help secure our products and websites by reporting security issues. Our preference is to receive bug reports via our bug tracking system Bugzilla, however emailing security@mozilla.org (preferably encrypted) is also an option.

Details on the way we classify security bugs can be found here.

Security at Mozilla

Who are we?

Security at Mozilla is distributed among the following teams:

  • Security Engineering makes users of Firefox safer on the Internet.
  • Security Operations protects the product infrastructure and builds security services.
  • Firefox Fuzzing finds vulnerabilities in Firefox.
  • Security Assurance leads incident response, product security strategy, and risk management.

Contacting Us

The Mozilla security team is available via a number of channels:

  • Via email
    • security@mozilla.org: to contact us privately or reporting security bugs
    • dev-security@lists.mozilla.org: this is the best place to ask security questions that don't need to be private. You might also try searching this list for answers to your questions
    • You can also find us on a number of security related mailing lists including W3C WebAppSec
  • Via the #security channel on Mozilla's Matrix instance.

Need a security review for Firefox feature/change? See Security/Testing.

Information for developers

Security Bug Processes

Contributing to the security of Mozilla products

There are a range of ways to contribute to security engineering at Mozilla.

Developers

  • Implement security features
  • Fix outstanding security bugs
  • Contribute to security feature development

Security Testers

  • Test Firefox or Mozilla Websites as part of our bug bounty programs

Community

  • Test & provide feedback on new security features
  • Improve security documentation

Mozilla Official Sites