We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ac623 commit 33e8814Copy full SHA for 33e8814
1 file changed
COMPLIANCE.md
@@ -62,15 +62,21 @@ Each release MUST:
62
63
- Pin the entire version folder to IPFS
64
- Provide SHA-256 checksums
65
-- Publish manifest.json
+- Publish `manifest.json`
66
67
Compliance requires:
68
+
69
- `cl.cid.schemas` resolves to the correct CID
70
- IPFS mirrors match HTTP mirrors exactly
71
72
+Consumers SHOULD verify `checksums.txt` against the published schema
73
+artifacts prior to use.
74
75
+Automated resolvers and runtimes MUST verify checksums as part of
76
+canonical compliance, and MUST reject mismatches.
77
78
Mismatch = **integrity failure**
79
----
80
81
## 5. Security & Privacy
82
0 commit comments