WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Pruning the email log can fail due to too many placeholders

Open dtdesign opened this issue 8 months ago • 0 comments

https://github.com/WoltLab/WCF/blob/dd0d4ddd18178cc7366bbb20e5377d230a2034b4/wcfsetup/install/files/lib/data/email/log/entry/EmailLogEntryAction.class.php#L29-L41

This query has no limit on the number of placeholders, potentially yielding more IDs than the permitted number of placeholders.

dtdesign avatar Jun 06 '24 10:06 dtdesign