Add resource for SQL Injection (#6637)
* Update sql-injection@P-Am25WJV8cFd_KsX7cdj.md * Update src/data/roadmaps/cyber-security/content/sql-injection@P-Am25WJV8cFd_KsX7cdj.md --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6659/head
parent
8d801652b9
commit
3d71390126
1 changed files with 7 additions and 0 deletions
@ -0,0 +1,7 @@ |
||||
# What is SQL Injection? |
||||
|
||||
**SQL Injection** is a type of web application security vulnerability that allows an attacker to inject malicious SQL code into a web application's database, potentially leading to unauthorized data access, modification, or deletion. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@PortSwigger - SQL Injection](https://portswigger.net/web-security/sql-injection) |
Loading…
Reference in new issue