]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline: add small "warning" to verbose options
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2023 14:07:16 +0000 (16:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Aug 2023 15:17:27 +0000 (17:17 +0200)
"Note that verbose output of curl activities and network traffic might
contain sensitive data, including user names, credentials or secret data
content. Be aware and be careful when sharing trace logs with others."

Closes #11596

docs/cmdline-opts/trace-ascii.d
docs/cmdline-opts/trace.d
docs/cmdline-opts/verbose.d

index 3d74b29038408593f16126b995226b9cd0cf8aab..2aebc28631d5423149c05ab65334e21cc1d02324 100644 (file)
@@ -18,3 +18,7 @@ the output sent to stdout.
 This is similar to --trace, but leaves out the hex part and only shows the
 ASCII part of the dump. It makes smaller output that might be easier to read
 for untrained humans.
+
+Note that verbose output of curl activities and network traffic might contain
+sensitive data, including user names, credentials or secret data content. Be
+aware and be careful when sharing trace logs with others.
index 97f4e2fdacd28b97d881b802e039772bf8cf5b23..35b2248e900717a8064c4e642f44633882275d3d 100644 (file)
@@ -15,3 +15,7 @@ Enables a full trace dump of all incoming and outgoing data, including
 descriptive information, to the given output file. Use "-" as filename to have
 the output sent to stdout. Use "%" as filename to have the output sent to
 stderr.
+
+Note that verbose output of curl activities and network traffic might contain
+sensitive data, including user names, credentials or secret data content. Be
+aware and be careful when sharing trace logs with others.
index 4036aadc5eff608eab99a80fd3653731ae06a811..c5661f86af3ddb35edcd351862974a6dc9a2eee6 100644 (file)
@@ -22,3 +22,7 @@ be more suitable options.
 
 If you think this option still does not give you enough details, consider using
 --trace or --trace-ascii instead.
+
+Note that verbose output of curl activities and network traffic might contain
+sensitive data, including user names, credentials or secret data content. Be
+aware and be careful when sharing trace logs with others.