Top "Sanitize" questions

Whitelist-based Ruby HTML and CSS sanitizer.

Ruby on Rails: difference between .html_safe and sanitize()

I have two pieces of code in my view: <%= sanitize('<h3>winter</h3>') %&…

ruby-on-rails-4 sanitize difference html-safe
PHP Removing Windows ^M Character

I have a CSV I am downloading from a source I'm not in control of and the end of each …

php linux sanitize
Best way to sanitize exec command with user inserted variables

I'm coding a web interface to a horrible piece of propitiatory software our company uses. The software has no real …

php exec sanitize
Rails 4 Sanitizing User Input

I am currently making an API using Ruby on Rails. I was just wondering in general if there are built …

sql ruby-on-rails json sanitize
Is mysql_real_escape_string() necessary when using prepared statements?

For this query, is necessary to use mysql_real_escape_string? Any improvement or the query is fine ? $consulta = $_REQUEST["…

php mysql mysqli prepared-statement sanitize