Tags: avengers/form
Tags
Don't escape label contents Trying to protect against XSS in the case that someone is using user input for label contents is not worth the trade-off of disallowing users of the library to customize the HTML contents of their labels. If you are using user input in your labels, I recommend escaping that data manually before including it in your label.
Merge pull request adamwathan#118 from JesseLeite/fix-xss Fixing XSS vulnerabilities
Merge pull request adamwathan#104 from AydinHassan/datetime-local-sup… …port datetime-local support
Merge pull request adamwathan#97 from JesseLeite/bugfix-unnecessary-a… …rray-filter Unnecessary array_filter?
Merge pull request adamwathan#96 from sdebacker/master Method to get $data
Merge pull request adamwathan#93 from adamwathan/aw-avoid-array-funct… …ions Manually split key/values in arrays to prevent breaking anything that was passing a collection
PreviousNext