1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fixed typo

This commit is contained in:
Shailesh Kalamkar 2019-03-23 07:22:52 +05:30
parent d0334b8f01
commit 839328c700

View file

@ -2,7 +2,7 @@
* Only accept formats from registered mime types
A lack of filtering on mime types could allow an a attacker to read
A lack of filtering on mime types could allow an attacker to read
arbitrary files on the target server or to perform a denial of service
attack.