summaryrefslogtreecommitdiff
path: root/scripts/upload_validation.php (follow)
AgeCommit message (Collapse)Author
2026-01-05Fix possible arbitrary code execution on misconfigured deploymentsjvoisin
When `upload_validation` is enabled, and when VLD isn't installed, an attacker sending a multipart POST is able to get arbitrary PHP content executed. Reported-By: thomas-chauchefoin-tob
2018-12-15Provide a php script, to get rid of the python one for test suiteRemi Collet
This commit adds a php version of the upload_validation.py script.