Skip to content

Commit

Permalink
feat: add dav as sensitive method
Browse files Browse the repository at this point in the history
  • Loading branch information
tchapi committed Nov 2, 2023
1 parent a6efcac commit 06e8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging/Monolog/PasswordFilterProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class PasswordFilterProcessor implements ProcessorInterface
{
private const PASSWORD_KEY = 'password';
private const SENSITIVE_ARGS_FUNCTIONS = ['validateUserPass', 'ldapOpen', 'password_verify', 'imapOpen', 'ldap_bind', 'hashPassword'];
private const SENSITIVE_ARGS_FUNCTIONS = ['validateUserPass', 'ldapOpen', 'password_verify', 'imapOpen', 'ldap_bind', 'hashPassword', 'dav'];

public function __invoke(array $record): array
{
Expand Down

0 comments on commit 06e8240

Please sign in to comment.