Normalize Titles

This commit is contained in:
Swissky
2022-10-12 12:13:55 +02:00
parent d88e32aaae
commit 6dd5c18b45
18 changed files with 31 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# NoSQL injection
# NoSQL Injection
> NoSQL databases provide looser consistency restrictions than traditional SQL databases. By requiring fewer relational constraints and consistency checks, NoSQL databases often offer performance and scaling benefits. Yet these databases are still potentially vulnerable to injection attacks, even if they aren't using the traditional SQL syntax.