| Q |
A |
| Version |
GrumPHP 1.3.2 (but looks to be the same in master) |
| Bug? |
no |
| New feature? |
yes |
| Question? |
yes |
| Documentation? |
yes |
| Related tickets |
n/a |
https://github.com/phpro/grumphp/blob/master/doc/tasks/securitychecker/enlightn.md indicates that the only options for configuring enlightn are lockfile and run_always; and my reading of SecurityCheckerEnlightn::run() and friends (including ProcessArgumentsCollection.php) seems to agree.
I'd like to be able to configure Enlightn's --allow-list option first and foremost. Can we get support for that?
Refer to: https://github.com/enlightn/security-checker#allow-vulnerabilities
(More generally, it seems as if it would be tremendously useful to have a task-agnostic way of configuring additional command-line options to pass to processes, so that such things can be done with ease even when grumphp doesn't provide specific support for an option.)
https://github.com/phpro/grumphp/blob/master/doc/tasks/securitychecker/enlightn.md indicates that the only options for configuring
enlightnarelockfileandrun_always; and my reading ofSecurityCheckerEnlightn::run()and friends (includingProcessArgumentsCollection.php) seems to agree.I'd like to be able to configure Enlightn's
--allow-listoption first and foremost. Can we get support for that?Refer to: https://github.com/enlightn/security-checker#allow-vulnerabilities
(More generally, it seems as if it would be tremendously useful to have a task-agnostic way of configuring additional command-line options to pass to processes, so that such things can be done with ease even when grumphp doesn't provide specific support for an option.)