Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

volume mount sandbox should protect against path traversal #21

Merged
merged 1 commit into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. volume mount sandbox should protect against path traversal

    The volume mounts for the LXC driver check that the path is not absolute, but
    a relative path can be passed as the source and that can be used to escape the
    task directory sandbox in the case where `volumes_enabled` is false (not the
    default).
    tgross committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    ee9b0a9 View commit details
    Browse the repository at this point in the history