Skip to content
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

Request that secures file uploads #862

Merged
merged 5 commits into from
Feb 6, 2015

Commits on Feb 6, 2015

  1. Add SecureTemporaryFile class

    This class is intended to be used to safely buffer uploads (which may
    contain submission plaintext) to disk.
    Garrett Robinson committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    aca449d View commit details
    Browse the repository at this point in the history
  2. Use SecureTemporaryFile for Source Interface requests

    Garrett Robinson committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    aa0ebe5 View commit details
    Browse the repository at this point in the history
  3. Use gzip instead of zipfile for uploaded files

    Garrett Robinson committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    88f6ea9 View commit details
    Browse the repository at this point in the history
  4. Fix unit tests for change from .zip -> .gz

    Garrett Robinson committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    f98a490 View commit details
    Browse the repository at this point in the history
  5. Use binary formatting for file sizes in Document Interface

    Garrett Robinson committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    58e21cf View commit details
    Browse the repository at this point in the history