From 36b8960f741d112f0ca60bf1c2779c782a527220 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 29 Apr 2017 20:11:07 +0200 Subject: Note about prefixes edited. --- Database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3