From 734dfff20cc5db0a06d2ddb8ee12db9aed1f8b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Sat, 1 Sep 2018 15:13:45 +0200 Subject: [PATCH] update sql-inj and mongodb --- glossary/MongoDB.md | 2 +- glossary/SQL-injection.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/glossary/MongoDB.md b/glossary/MongoDB.md index dd07f0ed0..b3eec6249 100644 --- a/glossary/MongoDB.md +++ b/glossary/MongoDB.md @@ -1,3 +1,3 @@ ### MongoDB -MongoDB stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time +MongoDB is a NoSQL database model that stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time diff --git a/glossary/SQL-injection.md b/glossary/SQL-injection.md index 2da3c83ab..37ea5a24e 100644 --- a/glossary/SQL-injection.md +++ b/glossary/SQL-injection.md @@ -1,3 +1,4 @@ ### SQL injection SQL injection is a code injection technique, used to attack data-driven applications. +SQL injections get their name from the SQL language and mainly target data stored in relational databases.