mirror of https://github.com/rails/rails
Merge pull request #45897 from krishnasingh001/fix_trivial_typo
Fix typo in security rails guide. [ci-skip]
This commit is contained in:
commit
6ed1a64651
|
@ -19,7 +19,7 @@ After reading this guide, you will know:
|
|||
Introduction
|
||||
------------
|
||||
|
||||
Web application frameworks are made to help developers build web applications. Some of them also help you with securing the web application. In fact one framework is not more secure than another: If you use it correctly, you will be able to build secure apps with many frameworks. Ruby on Rails has some clever helper methods, for example against SQL injection, so that this is hardly a problem.
|
||||
Web application frameworks are made to help developers build web applications. Some of them also help you with securing the web application. In fact one framework is not more secure than another: If you use it correctly, you will be able to build secure apps with many frameworks. Ruby on Rails has some clever helper methods, for example against SQL injection, so this is hardly a problem.
|
||||
|
||||
In general there is no such thing as plug-n-play security. Security depends on the people using the framework, and sometimes on the development method. And it depends on all layers of a web application environment: The back-end storage, the web server, and the web application itself (and possibly other layers or applications).
|
||||
|
||||
|
|
Loading…
Reference in New Issue