jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
294 stars 50 forks source link

Security-sanity on the webui #122

Open jlouis opened 13 years ago

jlouis commented 13 years ago

Make sure we sanity-check all URI's requested so they don't open up eventual security holes in our end.

Just create a very tight white-list of what may be allowed.

jlouis commented 12 years ago

It is somewhat ready. To fix this, we need a property based test to test the thing with.

jlouis commented 12 years ago

Now cooking with tests!