165791dd89
* 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
4 lines
103 B
Plaintext
4 lines
103 B
Plaintext
```release-note:improvement
|
|
artifact: Provide mitigations against unbounded artifact decompression
|
|
```
|