Skip to content
  • Cédric Anne's avatar
    Fix some buggy/useless usages of stripslashes (#11211) · 8abe9f3c
    Cédric Anne authored
    * Remove useless usage of Toolbox::stripslashes_deep()
    
    * Fix handling of namespaced itemtypes in search criteria
    
    * Fix handling of namespaced itemtypes in Notification Event search option
    
    * Rely on Sanitizer::dbUnescapeRecursive() in ajax/front files
    
    * Remove useless usage of Toolbox::stripslashes_deep() (data is loaded from DB)
    
    * Rely on Sanitizer::sanitize() that will not alter already sanitized fields
    
    * Rely on Sanitizer::dbUnescapeRecursive() in tests
    
    * Remove useless usage of Toolbox::stripslashes_deep() (data is loaded from DB)
    
    * Rely on Sanitizer::dbUnescapeRecursive() in log filter feature
    
    * Remove useless usage of Toolbox::stripslashes_deep() (data is loaded from DB before post_addItem)
    
    * Rely on Sanitizer::unsanitize() in Toolbox::jsonDecode()
    8abe9f3c