-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect secrets in debug output for downloads. (#101)
* Insert seam between parsing download config and creating DownloadManager, as discussed with Robert before and and avoid need to expose internal state of DownloadManager all over the vcpkg codebase. * Respect secrets in debug output for downloads. We leaked a SAS token, now expired, in CI, because we run downloads with debug turned on, and that printed the token. We shouldn't print the token even during debug, because that would let anyone who controls our command line, which is anyone, to print the token easily. * Remove unused download_file function. * Test that secrets are recorded. * Nicole CR Co-authored-by: nicole mazzuca <[email protected]>
- Loading branch information
1 parent
57bd9d2
commit e8977e6
Showing
7 changed files
with
124 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.