Scan Vulnerable Functions
scan_vulnerable_functionsDetects uses of unsafe PHP functions like eval(), unserialize(), and system() with variable arguments, helping to identify security vulnerabilities in your code.
Instructions
eval(), unserialize(), system() ve diğer güvensiz fonksiyonların değişken argümanlarla kullanımını tespit eder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Taranacak dizin veya dosya. | |
| projectPath | No | İsteğe bağlı proje kökü (otomatik tespit edilir). |