-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replaced abandoned Sensiolabs security checker with Enlightn security checker #870
Conversation
Hi @paras-malhotra. Thank you for your time and effort in the PR. Unfortunately, we prefer to would prefer to recommend the official tools: https://github.com/fabpot/local-php-security-checker and https://symfony.com/download. Feel free to create configurable tasks that use these tools. |
@Landerstraeten does this mean you're removing security checking from GrumPHP or that you're replacing it with the /cc @JeppeKnockaert |
That does make sense. |
@veewee, the 3 of them differ in arguments. For instance, the So, would it be possible to combine them in a single task? If yes, I'd be happy to modify this PR to do that. |
Gonna let it sink in over the weekend. Reopening for now. |
@veewee since the Sensiolabs security checker and API has stopped working since Monday, I think we should make a decision soon. GrumPHP users are currently without security checkers. |
I was kinda waiting for a comment on this issue you posted to see where to go. Bit I assume that fabpot is nog going to advise you use a package he does not own... |
Not sure about that. I'm hopeful he will add it. The package is backed with tests and Symfony and Fabien have supported many community packages before. Just need more support on adding it (more comments or likes perhaps). To be honest, there are several use cases that none of the other recommended packages currently support. Anyway, I guess we shouldn't hold up on that for this PR. |
This PR replaces the abandoned Sensiolabs security checker with the Enlightn security checker. Fixes #865
New Task Checklist:
Even though this is not a new task, I've still filled the checklist below
run()
method readable?run()
method using the configuration correctly?