update sql-inj and mongodb

This commit is contained in:
Stefan Feješ
2018-09-01 15:13:45 +02:00
parent 70d950e60c
commit 734dfff20c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.