We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd14ade commit 62598c0Copy full SHA for 62598c0
python/ql/lib/semmle/python/security/dataflow/LogInjectionCustomizations.qll
@@ -54,7 +54,7 @@ module LogInjection {
54
class StringConstCompareAsSanitizerGuard extends SanitizerGuard, StringConstCompare { }
55
56
/**
57
- * A call to replace line breaks functions as a sanitizer.
+ * A call to replace line breaks, considered as a sanitizer.
58
*/
59
class ReplaceLineBreaksSanitizer extends Sanitizer, DataFlow::CallCfgNode {
60
// This is actually not safe:
0 commit comments