summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Database.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database.md b/Database.md
index 544a487..b3bc131 100644
--- a/Database.md
+++ b/Database.md
@@ -35,4 +35,4 @@ In this table are all created user objects stored and will be removed if the adm
* Column `body`: Contains the body of the user in the markdown format
## Why database table prefixes are not supported
-The blogging application does not support the definition of a prefix for the database tables. This is because one database should only contain the data from one application (and if this is the case, prefixes are unnecessary). If multiple applications are sharing the same database and a security vulnerability is discovered in one of those applications, an attacker may be able to access the data from the second application through the security vulnerability in the first application. \ No newline at end of file
+The blogging application does not support the definition of a prefix for the database tables. This is because one database should only contain the data from one application (and if this is the case, prefixes are unnecessary). If multiple applications are sharing the same database and a security vulnerability is discovered in one of those applications, an attacker may be able to manipulate the data from the second application through the security vulnerability in the first application. \ No newline at end of file