-
Notifications
You must be signed in to change notification settings - Fork 4k
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
New CS proposal: [Symfony_Cheatsheet] #1222
Comments
Cool idea |
Is there any data on how popular Symfony is among developers? If this is a well-used framework then I think it makes sense to have a cheat sheet for it. |
@szh I don't have any data, I suppose we can find it somewhere, but Symfony along with Laravel, which is based on Symfony components, are two the most popular PHP frameworks for web development. Symfony is slightly more popular and more ordered than Laravel in my regions |
Thanks for the background. I took a look at their repository and it seems quite active. I'm simply not familiar with the PHP community which is why I asked. |
I've started working on this cheatsheet, I'll share my pull request with you when it'll be done :) |
Awesome, thanks for keeping us posted @oxygensend |
Covered in #1230 |
What is the proposed Cheat Sheet about?
This cheat sheet aims to provide developers with essential guidelines and best practices for securing Symfony applications. It covers common security issues encountered in Symfony apps and offers practical solutions to mitigate these risks.
What security issues are commonly encountered related to this area?
What is the objective of the Cheat Sheet?
The cheat sheet aims to empower developers with actionable security measures specific to Symfony applications. By following this cheat sheet, developers can enhance the security of their apps, ensuring protection against various threats.
What other resources exist in this area?
Symfony Documetation - contains detailed security-related features and configurations https://symfony.com/doc/current/index.html
The text was updated successfully, but these errors were encountered: