Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 16.1.1.
  • Loading branch information
reffy-bot committed Jul 22, 2024
1 parent 177b6f5 commit d593228
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ed/algorithms/vc-data-model-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"html": "Set the <var>verifyProof</var> function by using the <var>inputMediaType</var> and the\n<a data-cite=\"?VC-SPECS#securing-mechanisms\" href=\"https://w3c.github.io/vc-specs-dir/#securing-mechanisms\">Securing Mechanisms</a> section of\nthe <cite><a data-cite=\"?VC-SPECS\" data-matched-text=\"[[[?VC-SPECS]]]\" href=\"https://w3c.github.io/vc-specs-dir/\">Verifiable Credential Specifications Directory</a></cite> [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/vc-data-model/#bib-vc-specs\" title=\"Verifiable Credential Specifications Directory\">VC-SPECS</a></cite>], or other mechanisms known to the\nimplementation, to determine the cryptographic suite to use when verifying\nthe securing mechanism. The <var>verifyProof</var> function <em class=\"rfc2119\">MUST</em> implement the interface\ndescribed in <a href=\"https://w3c.github.io/vc-data-model/#securing-mechanism-specifications\" class=\"sec-ref\"><bdi class=\"secno\">5.12 </bdi>Securing Mechanism Specifications</a>."
},
{
"html": "Set <var>result</var> to the result of passing <var>inputMediaType</var> and <var>inputData</var> to\nthe <var>verifyProof</var> function. If the call was successful, <var>result</var> will contain\nthe <var>status</var>, <var>document</var>, <var>mediaType</var>, <var>controller</var>, <var>controllerDocument</var>,\n<var>warnings</var>, and <var>errors</var> properties."
"html": "If the <var>verifyProof</var> function expects a <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"/\" data-cite-frag=\"byte-sequence\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\">byte sequence</a>, provide\n<var>inputMediaType</var> and <var>inputData</var> to the algorithm. If the <var>verifyProof</var> function\nexpects a <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"/\" data-cite-frag=\"ordered-map\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\">map</a>, provide <var>inputMediaType</var> and the result of <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"/\" data-cite-frag=\"parse-json-bytes-to-an-infra-value\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#parse-json-bytes-to-an-infra-value\">parsing JSON bytes to an Infra value</a> given <var>inputData</var>. Set <var>result</var> to the result of the\ncall to the <var>verifyProof</var> function. If the call was successful, <var>result</var> will\ncontain the <var>status</var>, <var>document</var>, <var>mediaType</var>, <var>controller</var>,\n<var>controllerDocument</var>, <var>warnings</var>, and <var>errors</var> properties."
},
{
"html": "If <var>result</var>.<var>status</var> is set to <code>false</code>, add a\n<a href=\"https://w3c.github.io/vc-data-model/#CRYPTOGRAPHIC_SECURITY_ERROR\">CRYPTOGRAPHIC_SECURITY_ERROR</a> to\n<var>result</var>.<var>errors</var>."
Expand Down
10 changes: 5 additions & 5 deletions ed/index.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
"date": "2024-07-21T18:38:21.418Z",
"date": "2024-07-22T00:51:03.286Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
Expand Down Expand Up @@ -32918,10 +32918,10 @@
],
"crawled": "https://w3c.github.io/vc-data-integrity/",
"crawlCacheInfo": {
"lastModified": "Mon, 15 Jul 2024 15:29:13 GMT"
"lastModified": "Sun, 21 Jul 2024 21:23:50 GMT"
},
"generator": "respec",
"date": "15 July 2024",
"date": "21 July 2024",
"algorithms": "algorithms/vc-data-integrity.json",
"links": "links/vc-data-integrity.json",
"refs": "refs/vc-data-integrity.json",
Expand Down Expand Up @@ -32973,10 +32973,10 @@
],
"crawled": "https://w3c.github.io/vc-data-model/",
"crawlCacheInfo": {
"lastModified": "Sat, 20 Jul 2024 20:30:28 GMT"
"lastModified": "Sun, 21 Jul 2024 19:56:50 GMT"
},
"generator": "respec",
"date": "20 July 2024",
"date": "21 July 2024",
"algorithms": "algorithms/vc-data-model-2.0.json",
"links": "links/vc-data-model-2.0.json",
"refs": "refs/vc-data-model-2.0.json",
Expand Down
3 changes: 2 additions & 1 deletion ed/links/vc-data-model-2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
"ordered-map",
"struct-item",
"boolean",
"list"
"list",
"parse-json-bytes-to-an-infra-value"
]
},
"https://url.spec.whatwg.org/": {
Expand Down

0 comments on commit d593228

Please sign in to comment.