londonhackspace / hackspace-foundation-sites

London Hackspace web site
https://london.hackspace.org.uk
32 stars 34 forks source link

Fix tagsinput unescaping #145

Open marksteward opened 7 years ago

marksteward commented 7 years ago

bootstrap-tagsinput unescapes the values passed in for autocompletion. This is currently safe because we strip out tags before storing the DB, but if we ever had untrusted values in the DB it would lead to XSS.