mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #28053 from nextcloud/backport/28051/stable22
[stable22] Mask password for Redis and RedisCluster on connection failure
This commit is contained in:
commit
3bd8bff7db
1 changed files with 6 additions and 0 deletions
|
|
@ -112,6 +112,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