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

Allow StaticFiles follow symlinks #1683

Merged
merged 12 commits into from Feb 4, 2023
Merged

Allow StaticFiles follow symlinks #1683

merged 12 commits into from Feb 4, 2023

Commits on Jun 10, 2022

  1. Allow StaticFiles follow symlinks

    Add test to prevent path traversal
    
    Update requirements.txt
    
    Update tests
    aminalaee committed Jun 10, 2022
    Copy the full SHA
    4c6c59e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Allow StaticFiles follow symlinks

    Add test to prevent path traversal
    
    Update requirements.txt
    
    Update tests
    aminalaee committed Jun 11, 2022
    Copy the full SHA
    a799da7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Copy the full SHA
    b396b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Copy the full SHA
    db5cd57 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    ac7d928 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Merge branch 'statics-follow-symlinks' of github.com:encode/starlette…

    … into statics-follow-symlinks
    aminalaee committed Dec 12, 2022
    Copy the full SHA
    ebc4f4d View commit details
    Browse the repository at this point in the history
  2. fix naming in tests

    aminalaee committed Dec 12, 2022
    Copy the full SHA
    140edb6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5a3c109 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Copy the full SHA
    34fe083 View commit details
    Browse the repository at this point in the history
  2. add follow_symlink

    aminalaee committed Feb 4, 2023
    Copy the full SHA
    7a8d49c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c404cb6 View commit details
    Browse the repository at this point in the history
  4. update docs

    aminalaee committed Feb 4, 2023
    Copy the full SHA
    e3e85db View commit details
    Browse the repository at this point in the history