Version Information
1.0-rainbow4
Hashcat
No response
Description
As seen in the screenshot below, the backend throws an error, if you enter a filter string containing a comma. This is because the backend requires one element for the __icontains filter in inc/apiv2/common/AbstractBaseAPI.php line 1200.
How should we go ahead?
- We could allow more than one filter string by the backend or
- stay at allowing only one and implement a better error message
How should we go ahead?
- Allow more than one filter string by the backend?
- Allow only one and implement a better error message?
Version Information
1.0-rainbow4
Hashcat
No response
Description
As seen in the screenshot below, the backend throws an error, if you enter a filter string containing a comma. This is because the backend requires one element for the __icontains filter in inc/apiv2/common/AbstractBaseAPI.php line 1200.
How should we go ahead?
How should we go ahead?