diff --git a/java/ql/src/Security/CWE/CWE-378/TempDirHijackingVulnerability.ql b/java/ql/src/Security/CWE/CWE-378/TempDirHijackingVulnerability.ql index 632d43bb3fdf6..ff27b63b9e714 100644 --- a/java/ql/src/Security/CWE/CWE-378/TempDirHijackingVulnerability.ql +++ b/java/ql/src/Security/CWE/CWE-378/TempDirHijackingVulnerability.ql @@ -123,4 +123,4 @@ where isUnsafeUseUnconstrainedByIfCheck(sink, unsafe) and isNonThrowingDirectoryCreationExpression(sink.asExpr(), creationCall) select deleteCheckpoint.getNode(), source, deleteCheckpoint, - "Local temporary directory hijacking race condition $@ file $@ may have been hijacked", creationCall, "here", unsafe, "here" + "Local temporary directory hijacking race condition $@, file $@ may have been hijacked", creationCall, "here", unsafe, "here"