sigpwny / 2024-ectf-uiuc

UIUC's implementation of the Medical Infrastructure Supply Chain (MISC) for MITRE eCTF 2024
Apache License 2.0
5 stars 2 forks source link

Initial protocol for Attestation #5

Closed WhiteHoodHacker closed 6 months ago

WhiteHoodHacker commented 7 months ago

Create a Mermaid diagram for the attestation protocol based on the design document and insecure example.

Design doc

Insecure example:

Mermaid documentation:

MythicalCow commented 6 months ago

Attestation Protocol Diagram

Image

WhiteHoodHacker commented 6 months ago

@MythicalCow Can you please provide the source for the Mermaid diagram? GitHub allows you to render Mermaid diagrams inline with Markdown:

```mermaid
sequenceDiagram
  // Rest of diagram here


When you can, please commit the diagram into [misc_protocol.md](https://github.com/sigpwny/2024-ectf-uiuc/blob/main/docs/misc_protocol.md). I would also appreciate it if you could follow a similar syntax and style to the other diagrams.