-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #404 - Add a Security Consideration for Cryptographic Challenges #681
Conversation
fc75956
to
ee5cf61
Compare
ee5cf61
to
21f5886
Compare
index.bs
Outdated
|
||
## Cryptographic Challenges ## {#cryptographic-challenges} | ||
As a cryptographic protocol, Web Authentication is dependent upon randomized challenges | ||
to avoid replay attacks. Therefore, the [=challenge=] fields MUST be randomly generated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: would making 'fields' singular be more consistent with the new wording?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Considerations are non-normative. But the term "MUST" seems to imply normative meaning.
Shouldn't we just say "must" when used in non-normative context?
This is not contentious, and I think it needs to be in WD-07. Merging it. |
this improved issue #322 |
Preview | Diff