mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Add passwd to be obfuscated
This commit is contained in:
parent
ba8b1e5b2e
commit
1a64a1d39a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ class RedactingFormatter(Formatter):
|
|||
# (the secret part being at least 3 chars to avoid catching some lines like just "db_pwd=")
|
||||
# Some names like "key" or "manifest_key" are ignored, used in helpers like ynh_app_setting_set or ynh_read_manifest
|
||||
match = re.search(
|
||||
r"(pwd|pass|password|passphrase|secret\w*|\w+key|token|PASSPHRASE)=(\S{3,})$",
|
||||
r"(pwd|pass|passwd|password|passphrase|secret\w*|\w+key|token|PASSPHRASE)=(\S{3,})$",
|
||||
record.strip(),
|
||||
)
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue