Search code examples
Are mysql_real_escape_string(trim($data)) or htmlspecialchars($data) suitable for sanitizing data bo...


phpstringsanitization

Read More
How should untrusted JSON be sanitized before using JSON.parse?...


javascriptjsonsecurityparsingsanitization

Read More
Sanitize an object containing WHERE conditions and use with CodeIgniter's query builder...


phpcodeigniterobjectquery-buildersanitization

Read More
Replace or Strip a specific character between two characters in javascript using regex...


javascriptregexsanitization

Read More
Sanitize an external xml file with php...


phpsimplexmlsanitizationjsonencoder

Read More
Is there any way to make user uploaded SVG images safe from code injection etc?...


javascriptsecuritysvgcode-injectionsanitization

Read More
Constant FILTER_SANITIZE_STRING is deprecated...


phpfiltersanitizationphp-8.1

Read More
Remove a square braced expression from a string...


phpregexreplacesanitizationbrackets

Read More
Remove all parenthetical expressions from a string and remove lingering spaces...


phpregexstringsanitizationparentheses

Read More
Remove parentheses and the content in between...


phptextreplacesanitizationparentheses

Read More
How to allow specific characters with OWASP HTML Sanitizer?...


javasecurityxsssanitizationowasp

Read More
Convert numeric words embedded in strings into their integer equivalent, then validate the mutated s...


phparraysvalidationsanitization

Read More
Remove HTML tags from strings in a flat array then join with commas...


phparraysstringsanitization

Read More
Sanitize number by removing first digit then any consecutive zeros...


phpregextext-extractionsanitization

Read More
Sanitize a number which may include dollar symbols, hyphens and dots...


phpregexnumericsanitization

Read More
Safe eval() by explitily whitelisting builtins and bailing on dunders?...


pythonevalsanitization

Read More
Sanitize a CSV string containing double quoted values...


phpcsvtext-parsingsanitization

Read More
Sanitize and standardize a string that contains an indeterminate sequence of delimiting characters a...


phpregexstringsanitizationdelimited

Read More
Find value in a column of a 2d array when non-digital characters may interfere...


phparraysmultidimensional-arrayphone-numbersanitization

Read More
Sanitizing a Date...


phpsanitization

Read More
Remove time expressions from a flat array of datetime strings...


phparraysdatetimesanitizationtruncation

Read More
Merge data from qualifying rows of a 2d array into a flat associative array...


phparraysassociative-arraysanitizationmerging-data

Read More
Truncate string before ampersand...


phpstringurltruncatesanitization

Read More
Keep only the last two elements of every row of a 2d array...


phparrayssanitization

Read More
Remove the time substring from an array of datetime strings...


phparraysdatetimesanitization

Read More
Remove HTML tags and square braced tags in text, but do not remove PHP tags or their contents...


phppreg-replacesanitizationstrip-tags

Read More
How to prevent bleach from escaping > (blockquote) tag used in Markdown...


pythonhtmldjangomarkdownsanitization

Read More
Python Input Sanitization...


pythonformsvalidationinputsanitization

Read More
Remove <img> tag from an HTML string if the tag's src value contains a nominated string...


phphtmlweb-scrapingreplacesanitization

Read More
Convert string to slug with no consecutive hyphens...


phpstringslugsanitizationkebab-case

Read More
BackNext