Security/Reviews/Firefox4/Jetpack Modules Security Review: Difference between revisions
(Created page with "= Security Review Pre-Work = ''Please fill our the short section below prior to the review, and make sure you contact security@mozilla.org to schedule your actual review.'' == O...") |
|||
| Line 1: | Line 1: | ||
= Security Review Pre-Work = | = Security Review Pre-Work = | ||
Email sent to security@. | |||
== Overview == | == Overview == | ||
Jetpack modules provide an XPCOM- and XUL-less API to commonly used browser functionality. | |||
;Background links | ;Background links | ||
* | * Module list: https://wiki.mozilla.org/Labs/Jetpack/SDK/APIs | ||
* | * Documentation: https://jetpack.mozillalabs.com/sdk/1.0b1/docs/ | ||
* Some thoughts from Brian: https://people.mozilla.com/~bwarner/jetpack/components/ | |||
* | |||
== Threats == | == Threats == | ||
''Please list the top 3 security threats you have considered during the design and implementation of this feature.'' Consider attack points as well as code that feels fragile. | ''Please list the top 3 security threats you have considered during the design and implementation of this feature.'' Consider attack points as well as code that feels fragile. | ||
The Jetpack module APIs build on top of pre-existing browser APIs. | |||
What mitigations have you implemented? | What mitigations have you implemented? | ||
Revision as of 23:51, 13 December 2010
Security Review Pre-Work
Email sent to security@.
Overview
Jetpack modules provide an XPCOM- and XUL-less API to commonly used browser functionality.
- Background links
- Module list: https://wiki.mozilla.org/Labs/Jetpack/SDK/APIs
- Documentation: https://jetpack.mozillalabs.com/sdk/1.0b1/docs/
- Some thoughts from Brian: https://people.mozilla.com/~bwarner/jetpack/components/
Threats
Please list the top 3 security threats you have considered during the design and implementation of this feature. Consider attack points as well as code that feels fragile.
The Jetpack module APIs build on top of pre-existing browser APIs.
What mitigations have you implemented?
Topics To Discuss During The Review
Please be prepared to discuss the topics listed at ReviewTopics as they relate to your feature / project. Optionally, you may copy the most relevant questions here and answer them before the review, which could speed up the review meeting.
Review comments
Notes and bug numbers will be recorded here. Let's try not to spend too much time on any one topic during the meeting.