File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ or other security flaws.
54
54
go-getter contains mitigations for some of these security issues, but should still be used with
55
55
caution in security-critical contexts. See the available [ security options] ( #Security-Options ) that
56
56
can be configured to mitigate some of these risks.
57
+
58
+ go-getter may return values that contain caller-provided query parameters that can contain sensitive data.
59
+ Context around what parameters are and are not sensitive is known only by the caller of go-getter, and specific to each use case.
60
+ We recommend the caller ensure that go-getter's return values (e.g., error messages) are properly handled and sanitized to ensure
61
+ sensitive data is not persisted to logs.
57
62
## URL Format
58
63
59
64
go-getter uses a single string URL as input to download from a variety of
You can’t perform that action at this time.
0 commit comments