summaryrefslogtreecommitdiff
path: root/scripts/generate_rules.php (follow)
AgeCommit message (Collapse)Author
2024-03-24Also ignore function definitionsbohwaz
2024-03-24Don't whitelist files if the function name is actually a method of a classbohwaz
2024-02-19Include functions from global space that are prefixed with \Christoph Amthor
2020-11-18Replace broken magic number with constantDirk Weise
PHP's parser token constants are dynamically generated, values can change from version to version. See: https://www.php.net/manual/en/tokens.php
2018-08-17Add ignore hash feature in `generate_rules.php` (#208)xXx-caillou-xXx
https://github.com/nbs-system/snuffleupagus/issues/206
2017-10-12Add `curl_multi_exec` to the magic php scriptjvoisin
2017-10-12Add a missing function to the generator scriptjvoisin
2017-10-08Improve a bit the script to generate rulesjvoisin
2017-09-20Initial importSebastien Blot