From 4e407466c67ea70b6709ca72a8acbf6785f97610 Mon Sep 17 00:00:00 2001 From: Yuli Date: Mon, 16 Jun 2025 15:02:14 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc9563..ad8fee6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ### 💣 The Big Problem with Traditional Database Encryption Traditional database encryption solutions often provide a false sense of security. While they may encrypt data at rest, they leave critical vulnerabilities: -* **Encryption alone isn’t enough:** Most vendors offer only basic database or disk encryption, leaving data vulnerable +* **Encryption alone isn’t enough:** Most vendors offer only disk-block encryption, ignoring API-level encryption * **Vulnerable GraphQL Queries:** Unfiltered queries can expose unencrypted data to attackers * **SQL Injection Risks:** Attackers can retrieve plaintext data through SQL injections