Skip to content

Commit cedc5fd

Browse files
authored
Update InsecureTemporaryFile.ql
1 parent c8a4a8b commit cedc5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ where
9696
fctmp.getTarget().hasGlobalOrStdName("chmod")
9797
) and
9898
msg =
99-
"Сreating a file for writing without evaluating its existence and setting permissions can be unsafe."
99+
"Creating a file for writing without evaluating its existence and setting permissions can be unsafe."
100100
select fc, msg

0 commit comments

Comments
 (0)