We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a developer, I want to normalize the search term in order to avoid code injection attacks.
If you perform a search with the term 'System.exit(0);', you get a 400 HTTP status code as a response
The search term is either not normalized or filtered.
The text was updated successfully, but these errors were encountered:
david-romero
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: