mirror of
https://github.com/restic/restic.git
synced 2026-09-11 15:07:58 +00:00
8 lines
277 B
Plaintext
8 lines
277 B
Plaintext
Bugfix: Redact Swift backend password in debug log output
|
|
|
|
Restic could write the OpenStack Swift backend password (OS_PASSWORD or
|
|
ST_KEY) in clear text to the debug log when debug logging was enabled.
|
|
The password is now redacted.
|
|
|
|
https://github.com/restic/restic/pull/22007
|