Skip to content

Commit

Permalink
Update TCB.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 authored Dec 18, 2023
1 parent 196ae9d commit a4c107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/concepts/TCB.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ________________________________________________________

Normally, when you run an application on a machine, you need to trust multiple elements: from the hardware of the machine you deploy your application on, to the application itself, through the operating system, hypervisor, etc. This doesn't mean we "trust" them in the everyday sense of the word- this means that our application could be affected by a bug or vulnerability in these elements!

These trusted elements make up what we call the **Trusted Computing Base** or **TCB** of our application.
These trusted elements make up what we call the **Trusted Computing Base** or **TCB** of our application.

In the context of a regular AI API deployed in the Cloud, the TCB is made of:

Expand Down

0 comments on commit a4c107f

Please sign in to comment.