-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add placeholder security and privacy considerations section (#148)
Co-authored-by: Ted Thibodeau Jr <[email protected]> Co-authored-by: Marcos Cáceres <[email protected]>
- Loading branch information
1 parent
6192ec4
commit a4daf44
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,12 @@ | |
company: "Apple Inc.", | ||
companyURL: "https://apple.com", | ||
}, | ||
{ | ||
name: "Tim Cappalli", | ||
email: "[email protected]", | ||
company: "Okta", | ||
companyURL: "https://okta.com", | ||
}, | ||
{ | ||
name: "Sam Goto", | ||
email: "[email protected]", | ||
|
@@ -411,6 +417,43 @@ <h3> | |
</tr> | ||
</tbody> | ||
</table> | ||
<section class="informative"> | ||
<h2> | ||
Security Considerations | ||
</h2> | ||
<p class="issue" title="Work in Progress"> | ||
This section is a work in progress as this document evolves. | ||
</p> | ||
<p> | ||
The documents listed below outline initial security considerations for Digital Credentials, both broadly and for presentation on the web. Their contents will be integrated into this document gradually. | ||
</p> | ||
<ul> | ||
<li><a href="https://github.com/WICG/digital-credentials/blob/main/horizontal-reviews/security-privacy.md">TAG Security and Privacy Considerations Questionnaire (WIP)</a></li> | ||
</ul> | ||
</section> | ||
<section class="informative"> | ||
<h2> | ||
Privacy Considerations | ||
</h2> | ||
<p class="issue" title="Work in Progress"> | ||
This section is a work in progress as this document evolves. | ||
</p> | ||
<p> | ||
The documents listed below outline various privacy considerations for Digital Credentials, both broadly and for presentation on the web. Their contents will be integrated into this document gradually. | ||
</p> | ||
<ul> | ||
<li><a href="https://github.com/WICG/digital-credentials/blob/main/horizontal-reviews/security-privacy.md">TAG Security and Privacy Considerations Questionnaire (WIP)</a></li> | ||
<li><a href="https://github.com/w3cping/credential-considerations">W3C Privacy Interest Group (PING) Credentials Considerations repository</a> which contains in-progress list of concerns and implications of identity-verification and credential presentation, for consideration in Internet and Web standardization</li> | ||
</ul> | ||
</section> | ||
<section class="informative"> | ||
<h2> | ||
Accessibility Considerations | ||
</h2> | ||
<p class="issue" title="Work in Progress"> | ||
This section is a work in progress as this document evolves. | ||
</p> | ||
</section> | ||
<section id="idl-index"></section> | ||
<section id="conformance"></section> | ||
</body> | ||
|