← 返回首页
Improve TempDirHijackingVulnerability message · github/codeql@d4739a2 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit d4739a2

Browse files
authored
Improve TempDirHijackingVulnerability message
1 parent 3a21e6a commit d4739a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎java/ql/src/Security/CWE/CWE-378/TempDirHijackingVulnerability.ql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ where
123123
isUnsafeUseUnconstrainedByIfCheck(sink, unsafe) and
124124
isNonThrowingDirectoryCreationExpression(sink.asExpr(), creationCall)
125125
select deleteCheckpoint.getNode(), source, deleteCheckpoint,
126-
"Local temporary directory hijacking race condition $@ file $@ may have been hijacked", creationCall, "here", unsafe, "here"
126+
"Local temporary directory hijacking race condition $@, file $@ may have been hijacked", creationCall, "here", unsafe, "here"

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.