Skip to content

Commit

Permalink
Improve TempDirHijackingVulnerability message
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh committed Jan 20, 2022
1 parent 3a21e6a commit d4739a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d4739a2

Please sign in to comment.