Skip to content

Commit 62598c0

Browse files
yoffRasmusWL
andauthored
Update python/ql/lib/semmle/python/security/dataflow/LogInjectionCustomizations.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent bd14ade commit 62598c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/security/dataflow/LogInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module LogInjection {
5454
class StringConstCompareAsSanitizerGuard extends SanitizerGuard, StringConstCompare { }
5555

5656
/**
57-
* A call to replace line breaks functions as a sanitizer.
57+
* A call to replace line breaks, considered as a sanitizer.
5858
*/
5959
class ReplaceLineBreaksSanitizer extends Sanitizer, DataFlow::CallCfgNode {
6060
// This is actually not safe:

0 commit comments

Comments
 (0)