Closed
Bug 1346236
Opened 8 years ago
Closed 8 years ago
Incorrect learn more link on MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE
Categories
(Firefox :: Security, enhancement)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox52 | --- | wontfix |
firefox53 | --- | wontfix |
firefox54 | --- | fix-optional |
firefox55 | --- | fixed |
People
(Reporter: johannh, Assigned: meghanagupta3, Mentored)
References
Details
Attachments
(1 file)
Example: https://pinning-test.badssl.com/
The "learn more" link should lead to: https://support.mozilla.org/t5/Documents-Archive/Certificate-Pinning-Reports/ta-p/29236
It doesn't.
This is because in this line http://searchfox.org/mozilla-central/rev/78ac0ceba97bd2deed847a8d0ae86ccf7a8887bf/browser/base/content/aboutNetError.xhtml#258 we compare against mozilla_pkix_error_key_pinning_failure instead of MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE.
So someone needs to change the lowercase to uppercase. :)
(Note that I find the SUMO page for pinning not very useful, we should alert someone about that)
![]() |
||
Comment 1•8 years ago
|
||
> (Note that I find the SUMO page for pinning not very useful, we should alert
> someone about that)
Needinfo jsavage for that, maybe in a new bug.
Assignee | ||
Comment 2•8 years ago
|
||
Hi, can I be assigned this bug?
![]() |
||
Comment 3•8 years ago
|
||
Ok, the bug is yours. If you have questions, please ask.
Assignee: nobody → meghanagupta3
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•8 years ago
|
||
I don't need to do anything but change "mozilla_pkix_error_key_pinning_failure" to uppercase, right? I don't have to file the new bug or anything else?
Reporter | ||
Comment 5•8 years ago
|
||
(In reply to Meghana Gupta from comment #4)
> I don't need to do anything but change
> "mozilla_pkix_error_key_pinning_failure" to uppercase, right? I don't have
> to file the new bug or anything else?
I can take care of making a bug for SUMO. :)
Comment hidden (mozreview-request) |
Reporter | ||
Comment 7•8 years ago
|
||
mozreview-review |
Comment on attachment 8847707 [details]
Bug 1346236 - Fixed incorrect learn more link on MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE in aboutNetError.xhtml.
https://reviewboard.mozilla.org/r/120634/#review122918
Thanks!
I'll trigger a try and set checkin-needed.
Attachment #8847707 -
Flags: review?(jhofmann) → review+
Reporter | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/def742483f0b
Fixed incorrect learn more link on MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE in aboutNetError.xhtml. r=johannh
Keywords: checkin-needed
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 10•8 years ago
|
||
marking fix-optional for 54 because I'm not sure the new page is all that helpful in its current state.
You need to log in
before you can comment on or make changes to this bug.
Description
•