]> git.mxchange.org Git - friendica.git/commit
Ensure the private message recipient is valid in Mail::send
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 22 Feb 2022 15:44:30 +0000 (10:44 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Feb 2022 02:30:18 +0000 (21:30 -0500)
commit1d779c6193ff445cd5db230913273e5a7ed8474d
tree72d7b60944be2fd6c5c2dc5cb9978e764741e5d7
parentb24fe917e4aba4beb9618b85eab29af733e89ba5
Ensure the private message recipient is valid in Mail::send

- Arbitrary input could be used to circumvent most restrictions regarding recipients (except contact relationship)
src/Core/ACL.php
src/Model/Mail.php