From f417062edc4a1cccf82eead4edd967e151dd88cd Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Mon, 22 Jan 2024 04:17:28 +0000 Subject: [PATCH] Add upath package comment Signed-off-by: Chris Koch --- cpio/internal/upath/safejoin.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpio/internal/upath/safejoin.go b/cpio/internal/upath/safejoin.go index 0570201..d97acf7 100644 --- a/cpio/internal/upath/safejoin.go +++ b/cpio/internal/upath/safejoin.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Package upath allows safely joining filepaths together without breaking the +// boundary of a "chroot". package upath import (