diff options
author | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-23 07:22:52 +0530 |
---|---|---|
committer | Shailesh Kalamkar <shailesh.kalamkar@gmail.com> | 2019-03-23 07:22:52 +0530 |
commit | 839328c70016f6a2f3879958d327a3426c7fb763 (patch) | |
tree | a812a29ebc21177dcf05aeb087e5f229ba6dd888 /actionview | |
parent | d0334b8f017eb63b37359c738860046fb4daa710 (diff) | |
download | rails-839328c70016f6a2f3879958d327a3426c7fb763.tar.gz rails-839328c70016f6a2f3879958d327a3426c7fb763.tar.bz2 rails-839328c70016f6a2f3879958d327a3426c7fb763.zip |
[ci skip] Fixed typo
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 6717004ceb..43688fc8a7 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -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. |