Closed Bug 1436471 Opened 7 years ago Closed 1 years ago

Web Authentication - Web Platform Test Correctness Cleanups

Categories

(Core :: DOM: Web Authentication, enhancement, P2)

60 Branch
enhancement

Tracking

()

RESOLVED FIXED
mozilla60
Tracking Status
firefox60 --- affected

People

(Reporter: jcj, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [webauthn][webauthn-interop])

There are a variety of minor input validation issues shown by the Web Platform Tests for WebAuthn for our implementation that we need to clean up: createcredential-badargs-challenge.https.html * Bad challenge: challenge is empty ArrayBuffer createcredential-badargs-rp.https.html * Bad rp: id is object * Bad rp: name is object * Bad rp: name is null * Bad rp: name is empty String * Bad rp: icon is object * Bad rp: icon is null * Bad rp: icon is empty String createcredential-badargs-user.https.html * Bad user: id is empty ArrayBuffer * Bad user: name is object * Bad user: name is null * Bad user: name is empty String * Bad user: icon is object * Bad user: icon is null * Bad user: icon is empty String * Bad user: displayName is object * Bad user: displayName is null * Bad user: displayName is empty String createcredential-excludecredentials.https.html * Bad user: excludeCredentials missing * Bad user: excludeCredentials is string * Bad user: excludeCredentials is empty object createcredential-timeout.https.html * Bad timeout: negative * Bad timeout: too big
Priority: P1 → P2
Component: DOM: Device Interfaces → DOM: Web Authentication
Severity: normal → S3

We're passing all of these tests now.

Status: NEW → RESOLVED
Closed: 1 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.