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 c8a4a8b commit cedc5fdCopy full SHA for cedc5fd
cpp/ql/src/experimental/Security/CWE/CWE-377/InsecureTemporaryFile.ql
@@ -96,5 +96,5 @@ where
96
fctmp.getTarget().hasGlobalOrStdName("chmod")
97
) and
98
msg =
99
- "Сreating a file for writing without evaluating its existence and setting permissions can be unsafe."
+ "Creating a file for writing without evaluating its existence and setting permissions can be unsafe."
100
select fc, msg
0 commit comments