mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
aa51e46350
* Don't call clean() on the inputs to the SNMP settings form, it'll call strip_tags() and break values with angle brackets in. * Call htmlspecialchars when outputting DB values to HTML instead * Escape other stuff that should have been validated elsewhere, just in case