open-nomad/e2e/artifact/input
Seth Hoenig 165791dd89
artifact: protect against unbounded artifact decompression (1.5.0) (#16151)
* artifact: protect against unbounded artifact decompression

Starting with 1.5.0, set defaut values for artifact decompression limits.

artifact.decompression_size_limit (default "100GB") - the maximum amount of
data that will be decompressed before triggering an error and cancelling
the operation

artifact.decompression_file_count_limit (default 4096) - the maximum number
of files that will be decompressed before triggering an error and
cancelling the operation.

* artifact: assert limits cannot be nil in validation
2023-02-14 09:28:39 -06:00
..
artifact_darwin.nomad client: sandbox go-getter subprocess with landlock (#15328) 2022-12-07 16:02:25 -06:00
artifact_limits.nomad artifact: protect against unbounded artifact decompression (1.5.0) (#16151) 2023-02-14 09:28:39 -06:00
artifact_linux.nomad artifact: fix sandbox behavior when destination is shared alloc directory (#15712) 2023-01-09 09:46:32 -06:00
artifact_windows.nomad e2e: fixup windows artifact download test cases (#15710) 2023-01-06 12:38:48 -06:00