- Replacing "\r" or "\n" using the functions
strings.ReplaceAll
,strings.Replace
,strings.Replacer.Replace
andstrings.Replacer.WriteString
has been added as a sanitizer for the queries "Log entries created from user input". - The functions
strings.Replacer.Replace
andstrings.Replacer.WriteString
have been added as sanitizers for the query "Potentially unsafe quoting".