php Programming Glossary: sanitizer
string sanitizer for filename http://stackoverflow.com/questions/2021624/string-sanitizer-for-filename sanitizer for filename I'm looking for a php function that will sanitize..
PHP input sanitizer? http://stackoverflow.com/questions/2745058/php-input-sanitizer input sanitizer What are some good PHP html input sanitizers Preferably if.. input sanitizer What are some good PHP html input sanitizers Preferably if something is built in I'd like to us that. UPDATE..
Traverse the DOM tree http://stackoverflow.com/questions/6356115/traverse-the-dom-tree dependant on regex I thought trying to write a HTML sanitizer that uses the DOMDocument and related classes would be a worthwhile..
XSS - Which HTML Tags and Attributes can trigger Javascript Events? http://stackoverflow.com/questions/6976053/xss-which-html-tags-and-attributes-can-trigger-javascript-events the definition of URL attributes in a white listing HTML sanitizer. private static final Set String URL_ATTRIBUTE_NAMES ImmutableSet.of.. Your protocol whitelist looks very similar to the OWASP sanitizer one. The addition of ftp and sftp looks innocuous enough. A.. Caja JSON whitelists which are used by the Caja JS HTML sanitizer . How are you planning on rendering the resulting DOM If you're..
PHP sandbox/sanitize code passed to create_function http://stackoverflow.com/questions/825434/php-sandbox-sanitize-code-passed-to-create-function anything else. Thanks php lambda sandbox create function sanitizer share improve this question You could use the tonkenizer..
“Safe” markdown processor for PHP? http://stackoverflow.com/questions/885532/safe-markdown-processor-for-php share improve this question PHP Markdown has a sanitizer option but it doesn't appear to be advertised anywhere. Take..
|