-
Notifications
You must be signed in to change notification settings - Fork 19
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
Document design characteristics why "StatusList2021Credential" is a VC #48
Comments
The security considerations should indicate at least two things to help verifiers mitigate problems here:
Additionally, advice should be given to issuers to have validity periods no larger than "too large" and to expect that verifiers will follow the above advice. |
PR #162 has been raised to partially address this issue by documenting why the status list is expressed in a VC. |
PR #162 has been merged, the tasks remaining to resolve this issue are:
|
PR #190 has been merged, closing. |
... because if it is a status of a VC, entities are already expected to support VCs.
One advantage of it being a VC is that StatusList2021Credential can be downloaded by the Holder and sent to the Verifier when Holder is offline. Though if I am an attacker, I will download a version before my VC gets revoked, and keep sending it... so security considerations that a verifier needs to be careful when accepting a StatusList2021Credential offline should be included. Or include a "statusListCredential" URL inside statusList2021Credential so that there is a circular logic?
The text was updated successfully, but these errors were encountered: