cli/pkg/cmd/run/download
Mislav Marohnić f8c7fd1d28 Fix extracting workflow artifact to a relative path
To prevent zipslip, we verify that each extracted file would fall
strictly under the prefix of the path to extract to. However, this
yielded a false positive when extracting to `.`, which is the default
for downloading a single archive.
2021-04-13 19:15:14 +02:00
..
fixtures Address run download feedback 2021-04-07 19:56:28 +02:00
download.go add an example 2021-04-07 14:48:28 -05:00
download_test.go Move Artifact to the "shared" package 2021-04-07 20:26:12 +02:00
http.go Move Artifact to the "shared" package 2021-04-07 20:26:12 +02:00
http_test.go make test windows friendly 2021-04-07 14:47:12 -05:00
zip.go Fix extracting workflow artifact to a relative path 2021-04-13 19:15:14 +02:00
zip_test.go Fix extracting workflow artifact to a relative path 2021-04-13 19:15:14 +02:00