Skip to content

[8832] Quota sanitization and process communication according to twisted

Victor requested to merge shyba/soledad:8832_quota into master

This should close #8832 (closed)

  • _sanitize will check if user_id and blob_id contains only letters, numbers, underscores and dashes during render_GET and render_PUT

  • quota calculation still uses du, but now using Twisted process communication.

Merge request reports