YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

Fix flashes escaping html and TOS display bug #1721

Closed ccadden closed 6 years ago

ccadden commented 6 years ago

I think this got left off when doing the security scrub of html_safe. Changed the filter_html to trueby default to scrub any weird tags users may have put in the DB.

We may want to think about scrubbing user inputs before persisting data in the future.