Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip
Commits
7084ddc6
Commit
7084ddc6
authored
Feb 05, 2014
by
Jon Yurek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a link to Egor in the README
parent
312126a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
README.md
+10
-6
No files found.
README.md
View file @
7084ddc6
...
@@ -307,6 +307,10 @@ inferred content_type, regardless of the actual contents of the file.
...
@@ -307,6 +307,10 @@ inferred content_type, regardless of the actual contents of the file.
Security Validations
Security Validations
====================
====================
Thanks to a report from
[
Egor Homakov
](
http://homakov.blogspot.com/
)
we have
taken steps to prevent people from spoofing Content-Types and getting data
you weren't expecting onto your server.
NOTE: Starting at version 4.0.0, all attachments are
*required*
to include a
NOTE: Starting at version 4.0.0, all attachments are
*required*
to include a
content_type validation, a file_name validation, or to explicitly state that
content_type validation, a file_name validation, or to explicitly state that
they're not going to have either.
*Paperclip will raise an error*
if you do not
they're not going to have either.
*Paperclip will raise an error*
if you do not
...
@@ -329,12 +333,12 @@ with your filesystem.
...
@@ -329,12 +333,12 @@ with your filesystem.
NOTE: Also starting at version 4.0.0, Paperclip has another validation that
NOTE: Also starting at version 4.0.0, Paperclip has another validation that
cannot be turned off. This validation will prevent content type spoofing. That
cannot be turned off. This validation will prevent content type spoofing. That
is, uploading
, say, a PHP document as part of the EXIF tags of a well-formed
is, uploading
a PHP document (for example) as part of the EXIF tags of a
JPEG. This check is limited to the media type (the first part of the MIME type,
well-formed JPEG. This check is limited to the media type (the first part of the
so, 'text' in 'text/plain'). This will prevent HTML documents from being
MIME type, so, 'text' in 'text/plain'). This will prevent HTML documents from
uploaded as JPEGs, but will not prevent GIFs from being uploaded with a .jpg
being uploaded as JPEGs, but will not prevent GIFs from being uploaded with a
extension. This validation will only add validation errors to the form. It will
.jpg extension. This validation will only add validation errors to the form. It
not cause Errors to be raised.
will
not cause Errors to be raised.
Defaults
Defaults
--------
--------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment