update sql-inj and mongodb
This commit is contained in:
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user