fixup amend KNOWN_RISKS

This commit is contained in:
Daniel Stenberg 2026-03-02 15:53:17 +01:00
parent 4150319868
commit da0597d07d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -144,3 +144,6 @@ and secure algorithms.
When asking curl or libcurl to automatically decompress data on arrival, there
is a risk that the size of the output from the decompression process ends up
many times larger than the input data size.
Since curl 8.20.0, users can mitigate this risk by setting the max filesize
option that also covers the decompressed size.