ben-xo / dir2cast

Turn a directory of MP3s into a podcast - automatically.
http://www.ben-xo.com/dir2cast
BSD 3-Clause "New" or "Revised" License
155 stars 22 forks source link

Feature/better handling of untrusted triggered errors #66

Closed ben-xo closed 2 years ago

ben-xo commented 2 years ago

This version should show a 404 if ?dir= is an arbitrary path, rather than leaking information about what's on the server. Also adds some tests which were missing around this functionality.

ben-xo commented 2 years ago

This is now merged.