Skip to content

Commit 4dc6700

Browse files
committed
Specify roles that apply to each usage pattern mitigations.
1 parent de2dec6 commit 4dc6700

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5837,20 +5837,22 @@ <h3>Usage Patterns</h3>
58375837

58385838
<ul>
58395839
<li>
5840-
Using a globally-unique identifier as the [=subject=] for any given
5841-
[=credential=] and never re-use that [=credential=].
5840+
The [=holder=] software providing a globally-unique identifier as the
5841+
[=subject=] for any given [=verifiable credential=] and never reusing that
5842+
[=verifiable credential=].
58425843
</li>
58435844
<li>
5844-
If the [=credential=] supports revocation, using a globally-distributed
5845-
service for revocation.
5845+
The [=issuer=] using a globally-distributed service for revocation such that
5846+
it is not contacted when revocation checks are performed.
58465847
</li>
58475848
<li>
5848-
Designing revocation APIs that do not depend on submitting the ID of the
5849-
[=credential=]. For example, use a revocation list instead of a query.
5849+
Specification authors designing revocation mechanisms that do not depend on
5850+
submitting a unique identifier for a [=verifiable credential=]. For example, by
5851+
using a privacy-preserving revocation list instead of a query API.
58505852
</li>
58515853
<li>
5852-
Avoiding the association of personally identifiable information with any
5853-
specific long-lived [=subject=] identifier.
5854+
[=Issuers=] avoiding the association of personally identifiable information with
5855+
any specific long-lived [=subject=] identifier.
58545856
</li>
58555857
</ul>
58565858

@@ -5876,8 +5878,9 @@ <h3>Usage Patterns</h3>
58765878
</p>
58775879

58785880
<p>
5879-
Privacy risks of [=credential=] usage occur when unintended or unexpected
5880-
correlation arises from the presentation of [=credentials=].
5881+
Privacy violations of [=verifiable credential=] usage occur when unintended or
5882+
unexpected correlation arises from the presentation of those
5883+
[=verifiable credentials=].
58815884
</p>
58825885
</section>
58835886

0 commit comments

Comments
 (0)