Skip to content

Commit d00c5cd

Browse files
authored
Update README.md
1 parent d283157 commit d00c5cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ It's time to dive into the so important yet ignored layer in securing against un
2222

2323
### Spec
2424

25-
* [tc39 Realms](https://tc39.es/ecma262/#sec-code-realms)
26-
* [tc39 Agents](https://tc39.es/ecma262/#sec-agents) (parent entity of realms)
27-
* [tc39 Agent Clusters](https://tc39.es/ecma262/#sec-agent-clusters) (parent entity of agents)
25+
* [tc39 Realms](https://tc39.es/ecma262/#sec-code-realms) ⭐️
26+
* [tc39 Agents](https://tc39.es/ecma262/#sec-agents) (parent entity of realms)
27+
* [tc39 Agent Clusters](https://tc39.es/ecma262/#sec-agent-clusters) (parent entity of agents)
2828

2929
### Content
3030

31-
* [What is a realm in javascript?](https://weizman.github.io/page-what-is-a-realm-in-js/)
31+
* [What is a realm in javascript?](https://weizman.github.io/page-what-is-a-realm-in-js/) ⭐️
3232

3333
## Realms Security
3434

35-
* [Realms role in supply chain attacks](https://twitter.com/WeizmanGal/status/1576942106156810240)
35+
* [Realms role in supply chain attacks](https://twitter.com/WeizmanGal/status/1576942106156810240) ⭐️
3636

3737
### Tools
3838

39-
* [Snow JS ❄️](https://github.com/lavamoat/snow) - the most secure tool out there for hermatic realms ownership
39+
* [Snow JS ❄️](https://github.com/lavamoat/snow) - the most secure tool out there for hermatic realms ownership ⭐️
4040
* [Introduction to Snow](https://github.com/lavamoat/snow/wiki/Introducing-Snow) - the rise of supply chain attacks and how it all lead to creating Snow
41-
* [Integrating Snow into MetaMask 🦊](https://gist.github.com/weizman/2a67fb182924676285773be44138d52c) - understanding how supply chain attacks affect web apps such as [MetaMask](https://github.com/metamask), how MetaMask develops [LavaMoat](https://github.com/lavamoat) to defend against those, and why it also needs Snow
42-
* [Live demo](https://lavamoat.github.io/snow/demo/) - can you bypass snow?
43-
* [Technical explanation](https://github.com/lavamoat/snow/wiki/Introducing-Snow#why-snow-solves-a-non-trivial-problem)
41+
* [Integrating Snow into MetaMask 🦊](https://gist.github.com/weizman/2a67fb182924676285773be44138d52c) - understanding how supply chain attacks affect web apps such as [MetaMask](https://github.com/metamask), how MetaMask develops [LavaMoat](https://github.com/lavamoat) to defend against those, and why it also needs Snow ⭐️
42+
* [Live demo](https://lavamoat.github.io/snow/demo/) - can you bypass snow? ⭐️
43+
* [Technical explanation](https://github.com/lavamoat/snow/wiki/Introducing-Snow#why-snow-solves-a-non-trivial-problem) ⭐️
4444
* [Source code](https://github.com/lavamoat/snow)

0 commit comments

Comments
 (0)