Fix a crash when the search view is getting indexed.

Review Request #13642 — Created March 18, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

A bad spider is sending some requests to the search view that are
causing error tracebacks. The issue here is that the form isn't valid,
but we were still trying to access cleaned_data. This change fixes
that up and tweaks stuff to make linters/static analysis happy.

Ran unit tests.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Fix a crash when the search view is getting indexed.
A bad spider is sending some requests to the search view that are causing error tracebacks. The issue here is that the form isn't valid, but we were still trying to access `cleaned_data`. This change fixes that up and tweaks stuff to make linters/static analysis happy. Testing Done: Ran unit tests.
604fc379e673347558460f2e03a751b819f483ae David Trowbridge
reviewboard/search/views.py
Loading...