summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_blobs_resource_validation.py
AgeCommit message (Collapse)Author
2017-04-26[feature] sanitize resource argumentsVictor Shyba
_validate will check if user_id and blob_id are letter, numbers, dashes and underscores. It is called on render_GET and render_POST, validating incoming arguments before handling on backend. - Resolves: #8832