Skip to content

Commit

Permalink
docs(exo): urls - rename HEAD to master (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Jan 27, 2023
1 parent 211f2df commit 01ba3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exo/docs/exo-taxonomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An Exo is a Far object protected by an interface guard. We chose the term "exo" because
* It means "outside". An exo object is reachable from outside the vat. Other vats can hold a reference (a capability) to an exo, and anyone with a reference to an exo can send it messages.
* It alludes to "ExoSkeleton", a protective outside layer that is an effective first defense against many threats. Likewise, an exo's interface guard is a great first layer of type-like ([pattern](https://github.com/endojs/endo/tree/HEAD/packages/patterns)-based) input validation protecting against many kinds of bad messages. The programmer's remaining burden to make the exo objects fully defensive thus becomes easier.
* It alludes to "ExoSkeleton", a protective outside layer that is an effective first defense against many threats. Likewise, an exo's interface guard is a great first layer of type-like ([pattern](https://github.com/endojs/endo/tree/master/packages/patterns)-based) input validation protecting against many kinds of bad messages. The programmer's remaining burden to make the exo objects fully defensive thus becomes easier.

"Exo" also forms a nice pairing with [Endo](https://github.com/endojs/endo) itself.

Expand Down

0 comments on commit 01ba3f7

Please sign in to comment.