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

3.7.x: EntryFilter#filter symlink fix #7224

Merged
merged 7 commits into from Sep 7, 2018
Merged

Commits on Sep 6, 2018

  1. Copy the full SHA
    2a679e7 View commit details
    Browse the repository at this point in the history
  2. EntryFilter#filter: reject all symlinks, even if included

    Previously, you could include the name of a symlinked file
    and Jekyll would not filter it. This is considered a bypass
    of the symlink checking, and thus a security bug.
    parkr committed Sep 6, 2018
    Copy the full SHA
    a8b91de View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Copy the full SHA
    2c088e2 View commit details
    Browse the repository at this point in the history
  2. Fix fmt errors.

    parkr committed Sep 7, 2018
    Copy the full SHA
    35219a8 View commit details
    Browse the repository at this point in the history
  3. Run this branch.

    parkr committed Sep 7, 2018
    Copy the full SHA
    f5cd15c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7f1faea View commit details
    Browse the repository at this point in the history
  5. Revert "Run this branch."

    This reverts commit f5cd15c.
    parkr committed Sep 7, 2018
    Copy the full SHA
    2025d12 View commit details
    Browse the repository at this point in the history