**Steps to reproduce** Steps to reproduce the behavior: 1. Go to https://support.mozilla.org/en-US/questions/all?tagged=%00 **Expected behavior** No errors **Actual behavior** 500 and sentry fires https://mozilla.sentry.io/issues/4933540175/?project=4504326799753216&query=is%3Aunresolved&referrer=issue-stream&sort=freq **Additional context** It seems that the null byte is not sanitized and is fed directly into the query at https://github.com/mozilla/kitsune/blob/91a37421e5607d56e4de554f67c06a2131188c93/kitsune/questions/views.py#L296
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
No errors
Actual behavior
500 and sentry fires https://mozilla.sentry.io/issues/4933540175/?project=4504326799753216&query=is%3Aunresolved&referrer=issue-stream&sort=freq
Additional context
It seems that the null byte is not sanitized and is fed directly into the query at https://github.com/mozilla/kitsune/blob/91a37421e5607d56e4de554f67c06a2131188c93/kitsune/questions/views.py#L296