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

Fix tar path traversal through symlinks #396

Open
wants to merge 4 commits into
base: v3-deprecated
Choose a base branch
from

Commits on Jan 31, 2024

  1. Fix tar path traversal through symlinks (#1)

    * fix tar path traversal through symlinks
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    * address absolute symlink destinations
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    82ca88a View commit details
    Browse the repository at this point in the history
  2. use go 1.15 for CI validations

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5282625 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. use go 1.21 for CI validations

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bc17d02 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. use windows absolute path in test

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e23d3ba View commit details
    Browse the repository at this point in the history