Updated threat models

main
Inga 🏳‍🌈 3 years ago
parent 6611197167
commit 721b3e104f
  1. 13
      docs/threat-models.md

@ -26,14 +26,23 @@ All requests should be signed.
### Brute-forcing sympathies
One of the attacks of that kind would be an user submitting their sympathies to literally everybody else,
in order to extract all the other user's data of the kind "do they like me",
in order to extract all the other users' data of the kind "do they like me?",
which would defeat the purpose of this system.
One way to combat this would be to introduce rate limiting,
so that every user can only have no more than a fixed amount of non-mutual sympathies at any given moment,
and so that they will only be able to remove a non-mutual sympathy after at least a fixed amount of time has passed.
For example, that could be at most ten non-mutual sympathies, and at least a month until a non-mutual sympathy can be removed, freeing one of the ten slots.
For example, that could be at most ten non-mutual sympathies,
and at least a month until a non-mutual sympathy can be removed, freeing one of the ten slots.
### Colluding
Another attack would be two users, X and Y, colluding with X submitting their meta sympathies to Y+everybody else,
and Y submitting their meta sympathies to X+everybody else,
in order to extract all the other users' data of the kind "do they like X and Y simultaneously and willing to find about meta sympathies?"
This is probably not a very important issue.
## MITM attacks

Loading…
Cancel
Save