From ee36a3176620b1234a9cae088c8f5bb19a00a8d4 Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Fri, 25 Apr 2025 09:09:22 +0200 Subject: [PATCH] Added errata management --- errata.html | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 91 insertions(+) create mode 100644 errata.html diff --git a/errata.html b/errata.html new file mode 100644 index 0000000..9b1c9ad --- /dev/null +++ b/errata.html @@ -0,0 +1,90 @@ + + + + + + Open Errata for the Data Integrity EdDSA Cryptosuites v1.0 + + + + + + + + + + +
+ +
+

Open Errata for the Data Integrity EdDSA Cryptosuites v1.0

+
+
Latest errata update:
+
+
Number of recorded errata:
+
+
Link to all errata:
+
+
+ +
+

How to Submit an Erratum?

+

Errata are introduced and stored in the issue list of the group‘s GitHub repository. The workflow to add a new erratum is as follows:

+
    +
  • An issue is raised for a possible erratum. The label of the issue SHOULD be set to “PossibleErratum”. One erratum might have several labels.
  • +
  • The community discusses the issue. If it is accepted as a genuine erratum, the label “Errata” is added to the entry and the “PossibleErratum” label should be removed. Additionally, a new comment on the issue MAY be added, beginning with the word "Summary:" (if such a summary is useful based on the discussion).
  • +
  • Issues labeled as “Errata” are displayed below.
  • +
  • If the community rejects the issue as an erratum, the issue should be closed (but they will not be removed from the listing below, to ensure a historical record).
  • +
  • Each errata may also be labelled as “Editorial”; editorial errata are listed separately from the substantive ones.
  • +
  • ALL substantive errata are generally expected to have corresponding test(s), either in the form of new tests or modifications to existing tests, or must include the rationale for why test updates are not required for the erratum.
  • +
+ +

This report contains a reference to all open issues with the label Errata.

+ +

If you have problems following this process, but you want nevertheless to report an error, you can also contact the staff contact of the Working Group, ivan.

+
+
+ +
+ +
+ +
+

Open Errata on the “Data Integrity EdDSA Cryptosuites v1.0”

+
+
Latest Published Version:
+
https://www.w3.org/TR/vc-di-eddsa/
+
Editor’s draft:
+
https://w3c.github.io/vc-di-eddsa/
+
Latest Publication Date:
+
15 May 2025
+
+
+

Substantive Issues

+
+
+

Editorial Issues

+
+
+
+ + + + diff --git a/index.html b/index.html index 7e638cc..c8ce571 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ // if there a publicly available Editor's Draft, this is the link edDraftURI: "https://w3c.github.io/vc-di-eddsa/", + errata: "https://w3c.github.io/vc-di-eddsa/errata.html", //latestVersion: "https://www.w3.org/community/reports/credentials/CG-FINAL-di-eddsa-2020-20220724/", // if this is a LCWD, uncomment and set the end of its review period