mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #28055 from nextcloud/backport/28051/stable21
[stable21] Mask password for Redis and RedisCluster on connection failure
This commit is contained in:
commit
2b3dc310aa
1 changed files with 6 additions and 0 deletions
|
|
@ -113,6 +113,12 @@ class ExceptionSerializer {
|
|||
Key::class => [
|
||||
'__construct'
|
||||
],
|
||||
\Redis::class => [
|
||||
'auth'
|
||||
],
|
||||
\RedisCluster::class => [
|
||||
'__construct'
|
||||
]
|
||||
];
|
||||
|
||||
private function editTrace(array &$sensitiveValues, array $traceLine): array {
|
||||
|
|
|
|||
Loading…
Reference in a new issue