Mark Dineen
Mark Dineen
Adding files from block storage with `-` as checksum causes the module to calculate the crc-32. Adding the same file from an upstream results in `000000` for the checksum, which...
Although the CVE is specifically talking about pureftpd, I run an FTP server with pyftpdlib and got a hit on this service for CVE-2011-1575. Can you comment on susceptibility to...
When `partial_content` is 1 (a chunked upload with >1 chunk) all of the hash update functions ``` ngx_http_upload_sha1_variable ngx_http_upload_sha256_variable ngx_http_upload_sha512_variable ngx_http_upload_crc_32_variable ``` return. There's also no persistence mechism to allow...
CRC32 values are now correctly stored for upstream requests.