Merge pull request #10195 from nextcloud/backport/10193/sanitize-parameter-13

[stable13] Sanitize parameters in createSessionToken() while logging
This commit is contained in:
Morris Jobke 2018-07-11 16:31:01 +02:00 committed by GitHub
commit e8af003b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ class Log implements ILogger {
'validateUserPass',
'loginWithToken',
'\{closure\}',
'createSessionToken',
// TokenProvider
'getToken',