Confirmed users, Administrators
5,526
edits
No edit summary |
No edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
{{FeaturePageBody | {{FeaturePageBody | ||
|Feature overview=Add a "Report to Mozilla" option to the "Untrusted Connection" error page. {{Bug|846501}} | |Feature overview=Add a "Report to Mozilla" option to the "Untrusted Connection" error page. {{Bug|846501}} | ||
|Feature users and use cases=A user browses to a secure website, but gets the warning: "This Connection is Untrusted". | |Feature users and use cases=A user browses to a secure website, but gets the warning: "This Connection is Untrusted". If the user has already opted-in to sending telemetry data to Mozilla, then Mozilla telemetry will collect the appropriate information. | ||
Another use case will be when [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] is available. When the set of keys in the certificate chain do not intersect with the set of keys 'pinned' in the browser, then an alert will be | Another use case will be when [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] is available. When the set of keys in the certificate chain do not intersect with the set of keys 'pinned' in the browser, then an alert will be displayed to the user, and provide a "report to Mozilla" option. The user should be warned that their interaction with the website might be watched, so they should avoid entering personal data, but they should be able to accept the risk and go forward to the site. Note that the reporting mechanism could possibly get blocked by a malicious actor (or for some other reason), and if that happens the user should be notified that the reporting mechanism may be being blocked, and the information should be made available (in a file?) so the user can email or submit the information to us some other way. | ||
|Feature dependencies= | |Feature dependencies=Not necessarily a dependency, but need to keep in mind: | ||
|Feature requirements= | * There's an [http://tools.ietf.org/html/draft-ietf-websec-key-pinning-04#section-3 IETF key-pinning draft] in the works that can report pinning errors. See {{Bug|846501#c5}}. If we use a format for the general SSL error reporting that is compatible with the IETF standard for reporting key pinning errors, we may be able to avoid writing that code twice. | ||
Enough information needs to be sent to Mozilla | * [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] will need this capability. | ||
|Feature functional spec=Two | |Feature requirements=Use telemetry permission settings for non-pinning errors. For Pinning errors, the user should opt-in to send the information to Mozilla. | ||
# Add | Enough information needs to be sent to Mozilla to reproduce or sufficiently analyze the problem. | ||
# | |Feature functional spec=Two parts: | ||
|Feature ux design= | # Add telemetry collection to the "Untrusted Connection" error, using the regular telemetry permission settings. | ||
# | # [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] will need a way for the user (regardless of if their telemetry permissions are set) to report certificate pinning violations to Mozilla. | ||
# | |Feature ux design=Two parts: | ||
|Feature implementation plan=# | # Collecting telemetry data from the "Untrusted Connection" error page probably does not require any user interface change. | ||
# New user interface for reporting [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] violations. | |||
|Feature implementation plan=# Implement the capability to return the necessary information (Look into using Bagheera.) | |||
#* Entire certificate chain as sent by server | #* Entire certificate chain as sent by server | ||
#* Domain of bad connection | #* Domain of bad connection | ||
#* Error Code | #* NSS Error Code | ||
#* User Agent, IP, Timestamp | #* User Agent, IP address, Timestamp | ||
# | # UX changes for [https://wiki.mozilla.org/Security/Features/CA_pinning_functionality Certificate Pinning] error reporting | ||
# Add back-end utilities to analyze the data. | # Add back-end utilities to analyze the data. | ||
|Feature security review={{Bug|846502}} | |Feature security review={{Bug|846502}} | ||
Line 39: | Line 41: | ||
{{FeatureInfo | {{FeatureInfo | ||
|Feature priority=P1 | |Feature priority=P1 | ||
|Feature theme= | |Feature theme=TLS Hardening | ||
|Feature roadmap=Security | |Feature roadmap=Security | ||
|Feature engineering team=Security | |Feature engineering team=Security | ||
}} | }} | ||
{{FeatureTeamStatus}} | {{FeatureTeamStatus}} |