Update comment

This commit is contained in:
Chris Smowton
2021-12-14 12:39:31 +00:00
committed by GitHub
parent c2b42ce091
commit f86510ee20

View File

@@ -42,7 +42,7 @@ module LogInjection {
/**
* A call to `strings.Replace` or `strings.ReplaceAll`, considered as a sanitizer
* for unsafe quoting.
* for log injection.
*/
class ReplaceSanitizer extends Sanitizer {
ReplaceSanitizer() {