You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
I've been using the purify library to sanitize html content. Once I added pre and code tags to the list of allowed html elements, the swoole process crashed. I'll try to pin it to where the problem was caused but didn't have any luck so far.
What did you expect to see?
Sanitized html output.
What did you see instead?
Swoole worker process crash, error message in the logs:
Please answer these questions before submitting your issue.
I've been using the purify library to sanitize html content. Once I added
pre
andcode
tags to the list of allowed html elements, the swoole process crashed. I'll try to pin it to where the problem was caused but didn't have any luck so far.Sanitized html output.
Swoole worker process crash, error message in the logs:
php --ri swoole
)?I'm using swoole with Laravel Octane.
uname -a
&php -v
&gcc -v
) ?uname
saysLinux 6.1.34 #1-NixOS SMP PREEMPT_DYNAMIC Wed Jun 14 09:15:34 UTC 2023 x86_64
)The text was updated successfully, but these errors were encountered: