Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
decentralgabe and TallTed committed Oct 4, 2024
1 parent 2e428fd commit 183b998
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,13 +672,13 @@ <h2 id="securing-with-sd-jwt">Securing JSON-LD Verifiable Credentials with SD-JW
documents=] that use this media type.
</p>
<p>
When securing [=verifiable credentials=] with [[SD-JWT]] implementers MUST ensure that
When securing [=verifiable credentials=] with [[SD-JWT]], implementers SHOULD ensure that
properties necessary for the validation and verification of a credential are NOT selectively
disclosable (i.e., such properties MUST be disclosed). These properties include but are not
disclosable (i.e., such properties SHOULD be disclosed). These properties can include but are not
limited to <a data-cite="VC-DATA-MODEL-2.0#contexts"><code>@context</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#types"><code>type</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
and <a data-cite="VC-DATA-MODEL-2.0#integrity-of-related-resources"><code>relatedResource</code></a>.
</p>
<p>
Expand Down Expand Up @@ -762,13 +762,13 @@ <h2 id="securing-vps-sd-jwt">Securing JSON-LD Verifiable Presentations with SD-J
These credentials are secured using SD-JWT in this case.
<p>
<p>
When securing [=verifiable presentations=] with [[SD-JWT]] implementers MUST ensure that
When securing [=verifiable presentations=] with [[SD-JWT]] implementers SHOULD ensure that
properties necessary for the validation and verification of a credential are NOT selectively
disclosable (i.e., such properties MUST be disclosed). These properties include but are not
disclosable (i.e., such properties SHOULD be disclosed). These properties can include but are not
limited to <a data-cite="VC-DATA-MODEL-2.0#contexts"><code>@context</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#types"><code>type</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
and <a data-cite="VC-DATA-MODEL-2.0#integrity-of-related-resources"><code>relatedResource</code></a>.
</p>
<p>
Expand Down

0 comments on commit 183b998

Please sign in to comment.