-
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
Symfony cheatsheet #1230
Symfony cheatsheet #1230
Conversation
…ilities, references
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very solid work, I'd like this to go live soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no knowledge of Symfony so I won't review the content, but here's quick formatting nit.
Co-authored-by: Shlomo Zalman Heigh <shlomozalmanheigh@gmail.com>
Thank you for submitting a Pull Request (PR) to the Cheat Sheet Series.
Please make sure that for your contribution:
If your PR is related to an issue, please finish your PR text with the following line:
This PR covers issue #1222.
Thank you again for your contribution 😃
In the document I covered the most common vulnerabilities and presented good practices to increase the security of Symfony apps listed in the issue. I decided to leave topics like API Rate Limiting, Encryption which are to general and not strict to Symfony. I also tried to make the scheme not to differ from cheat sheets from Ruby on Rails and Laravel.
This is my first CS and pr in opensource world, so feel free to comment, I am open for any proposals of changes :)