| Age | Commit message (Collapse) | Author |
|
PHP's parser token constants are dynamically generated,
values can change from version to version.
See: https://www.php.net/manual/en/tokens.php
|
|
This commit adds a php version of the upload_validation.py script.
|
|
https://github.com/nbs-system/snuffleupagus/issues/206
|
|
PHP is breaking too many things on nightly, we'll only support releases from now on.
This should also make our vld-based file-upload checker more resilient: no more random warnings on stderr.
|
|
The Python script is using vld (https://derickrethans.nl/projects.html#vld) to check for malicious opcodes.
|
|
|
|
|
|
|
|
|