Audit request argument parsing #741
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
good first issue
New-contributor friendly
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Description
It came about while discussing WordPress/openverse-api#398 that we should do an audit of all request argument processing (e.g.
request.query_params
usage) to make sure that we don't have other possible points of failure where users (or the frontend!) might submit inappropriate values.Alternatives
Additional context
Implementation
The text was updated successfully, but these errors were encountered: