Skip to content

Commit

Permalink
fix(docs): Reference for Agoric and MetaMask collateral and PoLA sect…
Browse files Browse the repository at this point in the history
…ion (#2340)

Fixes broken references introduced in #2338.

Note that Github and our Github pages generate different section anchors
from headings, so I’ve created one manually that collides with neither.
  • Loading branch information
kriskowal authored Jul 2, 2024
2 parents 4c9a1c2 + b545aba commit 6712b52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ of systems that sandbox third-party plugins or smart contracts and mitigate
supply chain attacks for production web applications, web extensions, and build
systems.

[![Agoric Logo](packages/ses/docs/agoric-x100.png)](https://agoric.com/)
[![MetaMask Logo](packages/ses/docs/metamask-x100.png)](https://metamask.io/)
[![Agoric Logo](https://github.com/endojs/endo/raw/master/packages/ses/docs/agoric-x100.png)](https://agoric.com/)
[![MetaMask Logo](https://github.com/endojs/endo/raw/master/packages/ses/docs/metamask-x100.png)](https://metamask.io/)

Endo protects program integrity both in-process and in distributed systems.
Hardened JavaScript protects local integrity, defending an application against
[supply chain attacks][]: hacks that enter through upgrades to third-party
dependencies.
Endo does this by encouraging the [Principle of Least Authority](#PoLA).
Endo does this by encouraging the [Principle of Least Authority](#§pola).

Since most JavaScript libraries receive powerful capabilities from global
objects like `fetch` or modules like `net`, [LavaMoat][] generates reviewable
Expand Down Expand Up @@ -73,6 +73,7 @@ So, just as "soo-doo" (super user do) and "soo-doh" (like "pseudo") are valid
pronunciations of `sudo`, "en-doh" and "en-doo" are both valid pronunciations of
`endo`.

<a name="§pola"></a>
### Principle of Least Authority

The Principle of Least Authority [(Wikipedia)][PoLA] states that a software
Expand Down

0 comments on commit 6712b52

Please sign in to comment.