Security/Testing: Difference between revisions

 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Firefox Security Testing Team =
= Firefox Security Testing Team =
Security Testing, Auditing and Monitoring to keep Firefox secure
Securing Firefox through Security Testing, Auditing and Monitoring


== Contact ==
== What do we do? ==
Email us at security-testing@mozilla.com.
* security testing new of features in Firefox desktop and mobile
* security testing as part of [[Security/Reviews|security review]] process
* target security code auditing (e.g. auditing of new libraries to be included in Firefox)
* hunt and eradicate security bug classes in the Firefox codebase


To report a security issue on a given site, use the client bug bounty form [https://bugzilla.mozilla.org/form.client.bounty here].
== What are we working on right now ?==
See our [https://trello.com/b/ha57ZGpV/firefox-security-testing Trello board].


= Activities =
== How can we help you? ==
Contact us at [mailto:security-testing@mozilla.com security-testing@mozilla.com].
 
To report a security issue in Firefox desktop or mobile, use the client bug bounty form [https://bugzilla.mozilla.org/form.client.bounty here].
 
= What do we do? =
==Release Security Testing==
==Release Security Testing==
Security testing of features to mitigate implementation risk and catch common security flaws. Testing will be targeted on features identified by:
Security testing of features to mitigate implementation risk and catch common security flaws. Testing will be targeted on features identified by:
* Residual risk highlighted by Engineering Security Review process  
* Residual risk highlighted by Engineering Security Review process  
* Triage upcoming desktop & mobile features to identify “risky” features/changes that warrant security testing (catch-all for features which missed security review)
* Triage upcoming desktop & mobile features to identify “risky” features/changes that warrant security testing (catch-all for features which missed security review)
'''[https://mzl.la/2R2Wete Task Queue]'''
<bugzilla>
    {
        "product": "Firefox",
        "component": "Security: Review Requests",
        "whiteboard": "testing",
        "status": ["NEW", "UNCONFIRMED", "ASSIGNED", "REOPENED"]
    }
</bugzilla>


== Vulnerability management and measurement ==
== Vulnerability management and measurement ==
Line 31: Line 29:
* Testing of large browser features that span multiple releases (e.g. Web Payments)
* Testing of large browser features that span multiple releases (e.g. Web Payments)
* Testing of Firefox security components (e.g. Sandbox testing)
* Testing of Firefox security components (e.g. Sandbox testing)
* Testing of areas of known weakness (e.g. components receiving frequent security issues)
* Testing of areas of known weakness (e.g. components receiving frequent security issues through manual auditing, static analysis, instrumentation etc)
 
<bugzilla>
    {
        "product": "Firefox",  
        "component": "Security: Review Requests",
        "whiteboard": "audit",
        "include_fields": ["id", "summary", "whiteboard", "status", "resolution"],
        "status": ["NEW", "UNCONFIRMED", "ASSIGNED", "REOPENED"]
    }
</bugzilla>
canmove, Confirmed users
1,220

edits