Closed
Bug 1858009
Opened 11 months ago
Closed 11 months ago
Prefer `None` to `Some(false)` as the input to an unused CTAP2 create extensions
Categories
(Core :: DOM: Web Authentication, defect, P2)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | unaffected |
firefox120 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The minPinLength
extension (Bug 1844450) is requested by setting the (optional) minPinLength
field of AuthenticationExtensionsClientInputs
to true
. I've observed a token that returns an InvalidOption
error when the field is set to false
. So we should not send false
.
Assignee | ||
Comment 1•11 months ago
|
||
Comment 2•11 months ago
|
||
Set release status flags based on info from the regressing bug 1844450
status-firefox118:
--- → unaffected
status-firefox119:
--- → unaffected
status-firefox120:
--- → affected
status-firefox-esr115:
--- → unaffected
Pushed by jschanck@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/331f2d8089f6 omit inputs to unused CTAP2 extensions. r=keeler
Comment 4•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•