waku/light-node-security-concern (#55)

* Update waku.md

* Update waku.md
This commit is contained in:
Dean Eigenmann 2019-11-27 06:10:18 +01:00 committed by Oskar Thorén
parent 029bf9fee0
commit c93f00cc5c
1 changed files with 3 additions and 8 deletions

11
waku.md
View File

@ -363,16 +363,11 @@ There are several security considerations to take into account when running Waku
<!-- TODO: elaborate on security considerations -->
<!-- TODO: Light node security considerations
## Security considerations
> Running a node as a light node mode impacts privacy due to the fact that it becomes identifiable what nodes care about if they aren't relaying traffic.
Replace with:
> I think the main privacy concern with light nodes is that the directly connected peers will know that a message originates from them (as it are the only ones it sends). And yes, based on that they can make some assumptions on which messages (topics) they are interested in also.
-->
### Light node privacy
The main privacy concern with light nodes is that directly connected peers will know that a message originates from them (as it are the only ones it sends). This means nodes can make assumptions about what messages (topics) their peers are interested in.
## Implementation Notes