Skip to content
Snippets Groups Projects
  1. Feb 19, 2013
  2. Oct 29, 2012
  3. Jul 20, 2012
  4. Jun 21, 2012
    • Jared Hancock's avatar
      Remove SQL injection vulnerabilities · 70aca893
      Jared Hancock authored
      Map each of the inputs from $_POST['ids'] into a separate, sanitized
      database input (via the db_input() function), then implode() the array with
      commas and build the SQL statement.
      70aca893
  5. Mar 19, 2012
Loading