File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -263,14 +263,14 @@ systems.
263
263
264
264
### Verification Coverage Table
265
265
266
- The table below outlines which parts of a CloudEvent for our imaginary sha256
266
+ The table below outlines which parts of a CloudEvent for our imaginary ` rev `
267
267
based verification implementation would cover:
268
268
269
269
| Verifiable information | binary-mode | structured-mode | comment |
270
270
| --- | --- | --- | --- |
271
271
| data/payload | ✅ | ✅ | |
272
- | mandatory context attributes | ❌ | ❌ | The sha256 verification implementation only looks at the payload, not at any headers. |
273
- | optional context attributes | ❌ | ❌ |
272
+ | mandatory context attributes | ❌ | ❌ | The ` rev ` verification implementation only looks at the payload, not at any headers. |
273
+ | permissive context attributes | ❌ | ❌ |
274
274
| extension attributes | ❌ | ✅ |
275
275
276
276
Again, ` sha256 ` was chosen because it makes for an easily readable example. It is
You can’t perform that action at this time.
0 commit comments