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

Plugins serveStatic fixes #1913

Open
wants to merge 8 commits into
base: 8.x
Choose a base branch
from

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    e53c58b View commit details
    Browse the repository at this point in the history
  2. chore(tests): remove 2 doubled tests

    The 2 tests are already available at line 230.
    kolbma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    5371b40 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. fix(restifyGH-1910): plugins.serverStatic path traversal

    Fixes restify#1910
    Added tests to check for traversals.
    Reworked existing tests for making more sense.
    kolbma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    93909da View commit details
    Browse the repository at this point in the history
  2. fix(restifyGH-1864): plugins.serveStatic null byte crash

    Fixes restify#1864
    and propable some other BadRequest types.
    kolbma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d7f32ea View commit details
    Browse the repository at this point in the history
  3. fix(restifyGH-1604): plugins.serveStatic no dep dirname

    Fixes restify#1604
    There should be no dependency on the dirname for specific path.
    kolbma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    c85da14 View commit details
    Browse the repository at this point in the history
  4. fix(restifyGH-1864): plugins.serveStatic crash in Gzip

    This is also to be handled for Gzip content.
    Fixes restify#1864
    kolbma committed May 26, 2022
    Configuration menu
    Copy the full SHA
    1180bb8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from kolbma/restifyGH-1864

    plugins.serveStatic Fixes restifyGH-1864/restifyGH-1910
    kolbma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    02c1497 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from kolbma/restifyGH-1604

    plugins.serveStatic Fixes restifyGH-1604
    kolbma authored May 26, 2022
    Configuration menu
    Copy the full SHA
    7f36ae1 View commit details
    Browse the repository at this point in the history