Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 729 Bytes

identify-vulnerability-to-and-mitigate-sql-injection-attacks.md

File metadata and controls

19 lines (14 loc) · 729 Bytes

Identify vulnerability to and mitigate SQL Injection Attacks

slug: security.sql-injection

Description

This standard deals with identifying vulnerability in your application of SQL injection attacks, and mitigating that vulnerability.


Assessment Requirements

In order to fully cover this standard, a performance must be recording for each of the following objectives:

  1. Identify SQL injection risks
  2. Mitigate SQL injection risks using parameters
  3. Mitigate injection risks using whitelists
  4. Distinguish between the limitations of SQL Injection mitigation strategies
  5. Demonstrate a SQL injection attack using parameter manipulation
  6. Recognize SQL injection vulnerabilities in ORMs & other frameworks