summaryrefslogtreecommitdiff
path: root/tests/data/test1406
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-24 14:56:57 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-07 08:38:05 +0100
commitec9cc725d598ac77de7b6df8afeec292b3c8ad46 (patch)
tree1b058703873aa904c9815549903d867542d96cbb /tests/data/test1406
parentabd846c374c5269809ce11740754bc6f00a0b193 (diff)
downloadcurl-ec9cc725d598ac77de7b6df8afeec292b3c8ad46.tar.gz
ftp: CURLOPT_FTP_SKIP_PASV_IP by default
The command line tool also independently sets --ftp-skip-pasv-ip by default. Ten test cases updated to adapt the modified --libcurl output. Bug: https://curl.se/docs/CVE-2020-8284.html CVE-2020-8284 Reported-by: Varnavas Papaioannou
Diffstat (limited to 'tests/data/test1406')
-rw-r--r--tests/data/test14061
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/test1406 b/tests/data/test1406
index 51a166adf..38f68d11e 100644
--- a/tests/data/test1406
+++ b/tests/data/test1406
@@ -79,6 +79,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_URL, "smtp://%HOSTIP:%SMTPPORT/1406");
curl_easy_setopt(hnd, CURLOPT_UPLOAD, 1L);
curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
+ curl_easy_setopt(hnd, CURLOPT_FTP_SKIP_PASV_IP, 1L);
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
curl_easy_setopt(hnd, CURLOPT_MAIL_FROM, "sender@example.com");
curl_easy_setopt(hnd, CURLOPT_MAIL_RCPT, slist1);