diff --git a/package.yaml b/package.yaml index afc5d71148..4a37a20c34 100644 --- a/package.yaml +++ b/package.yaml @@ -13,7 +13,7 @@ extra-source-files: dependencies: - aeson == 1.5.* - - ansi-terminal >= 0.10 && < 0.12.0 + - ansi-terminal >= 0.10 && < 0.12 - attoparsec == 0.13.* - base >= 4.7 && < 5 - base64-bytestring >= 1.0 && < 1.3 diff --git a/simplex.md b/simplex.md index b39703e557..6dc22096d1 100644 --- a/simplex.md +++ b/simplex.md @@ -4,8 +4,8 @@ Existing chat platforms and protocols have some or all of the following problems: -- Lack of privacy of the conversation, partially caused by [E2EE][1] implementations. -- Lack of privacy of the user profile and connections. +- Lack of privacy of the user profile and connections (meta-data privacy). +- No protection (or only optional protection) of [E2EE][1] implementations from MITM attacks. - Unsolicited messages (spam and abuse). - Lack of data ownership and protection. - Complexity of usage for all non-centralized protocols to non-technical users.