canmove, Confirmed users
1,220
edits
Ptheriault (talk | contribs) |
Ptheriault (talk | contribs) |
||
Line 24: | Line 24: | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED | == Vulnerability management and measurement == | ||
Security Activities in in the post-release phase - monitoring of incoming security bugs, measuring features on the web, and security maintenance activities like monitoring for security issues in dependencies. | |||
==Security Auditing Projects== | |||
Target security testing projects not tied to a specific Firefox release: | |||
* Testing of large browser features that span multiple releases (e.g. Web Payments) | |||
* Testing of Firefox security components (e.g. Sandbox testing) | |||
* Testing of areas of known weakness (e.g. components receiving frequent security issues) | |||
<bugzilla> | |||
{ | |||
"product": "Firefox", | |||
"component": "Security: Review Requests", | |||
"whiteboard": "audit", | |||
"include_fields": ["id", "summary", "whiteboard", "status", "resolution"], | |||
"status": ["NEW", "UNCONFIRMED", "ASSIGNED", "REOPENED"], | |||
"f1":"status_whiteboard", | |||
"o1":"nowordssubstr", | |||
"v1":"rra,review,testing" | |||
} | |||
</bugzilla> | |||
https://bugzilla.mozilla.org/rest/bug?include_fields=id,summary,status&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Security%3A%20Review%20Requests& | |||
f1=status_whiteboard&o1=nowordssubstr&product=Firefox&status_whiteboard=audit&status_whiteboard_type=allwordssubstr&v1=rra%2Creview%2Ctesting |