summaryrefslogtreecommitdiffstats
path: root/modules/util/sanitize.go
Commit message (Collapse)AuthorAgeFilesLines
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
| | | | | | | This PR updates golangci-lint to the latest version 1.31.0. The upgrade introduced a new check for which I've fixed or disabled most cases. Signed-off-by: kolaente <k@knt.li>
* Re-attempt to delete temporary upload if the file is locked by another ↵zeripath2020-08-111-3/+0
| | | | | | | | | | | process (#12447) Replace all calls to os.Remove/os.RemoveAll by retrying util.Remove/util.RemoveAll and remove circular dependencies from util. Fix #12339 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: silverwind <me@silverwind.io>
* Sanitize credentials in mirror form (#9975)Lunny Xiao2020-01-251-0/+3
|
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-0/+48