Merge pull request #24543 from nextcloud/bugfix/noid/dont-log-image-as-string

Don't log params of imagecreatefromstring
This commit is contained in:
Morris Jobke 2020-12-04 10:42:49 +01:00 committed by GitHub
commit 3c62d2bcae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ class ExceptionSerializer {
// files_external: UserStoragesController
'update',
// Preview providers, don't log big data strings
'imagecreatefromstring',
];
public const methodsWithSensitiveParametersByClass = [