Skip to content

Commit fee9c41

Browse files
committed
Improve TempDirHijackingVulnerability message
1 parent d91c999 commit fee9c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)