Php Rules
SAST rules for Php that identify insecure patterns in application code.
Php Rule Catalog
| ID | Title | Severity | Category |
|---|---|---|---|
CODE-0745 | Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection') | CRITICAL | Injection |
CODE-0746 | Code Injection via Backticks | CRITICAL | Injection |
CODE-0748 | OS Command Injection via eval() | CRITICAL | Injection |
CODE-0749 | Command Injection via System Exec Functions | CRITICAL | Injection |
CODE-0750 | Non-constant file inclusion | CRITICAL | Injection |
CODE-0203 | PHP Filter Chain File Read | HIGH | Injection |
CODE-0747 | Use of weak hash | MEDIUM | Crypto |
CODE-0751 | Cleartext transmission of sensitive information | MEDIUM | InsecureConfig |
CODE-0752 | Use of deprecated Mcrypt functionality | MEDIUM | Crypto |
CODE-0753 | Exposure of sensitive system information | MEDIUM | InsecureConfig |
Total Rules: 10
Click on any rule ID to view detailed information, examples, and remediation guidance.