Normalize search API terms
Context
As a developer, I want to normalize the search term in order to avoid code injection attacks.
- Component: search-api
- Version: 0.0.1
Expected Behavior
If you perform a search with the term 'System.exit(0);', you get a 400 HTTP status code as a response
Current Behavior
The search term is either not normalized or filtered.
Normalize search API terms
Context
As a developer, I want to normalize the search term in order to avoid code injection attacks.
Expected Behavior
If you perform a search with the term 'System.exit(0);', you get a 400 HTTP status code as a response
Current Behavior
The search term is either not normalized or filtered.