Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/archive: reformat code to make #nosec comment work again
Looks like the way it picks up #nosec comments changed, causing the linter error to re-appear; pkg/archive/archive_linux.go:57:17: G305: File traversal when extracting zip/tar archive (gosec) Name: filepath.Join(hdr.Name, WhiteoutOpaqueDir), ^ Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit d4160d5) Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information