#231 Sanitize project names before creating them
Closed: Fixed Opened by codeblock.

I attempted to test for another XSS hole on dev.pagure, but I ended up with a project that I now cannot delete or access: http://dev.pagure.org/%3Cscript%3Ealert%28%22ut%20oh%22%29%3B%3C/script%3E

This is because the new project form seems free-form, but (I assume) the URL routing handler isn't.


Implemented in https://pagure.io/pagure/pull-request/233

Metadata