Skip to content

Commit

Permalink
Merge pull request #131 from step-security/feature-129
Browse files Browse the repository at this point in the history
Update eventhandler.go
  • Loading branch information
varunsh-coder authored Dec 29, 2021
2 parents 1545d75 + 2a5b3c4 commit 2183042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (eventHandler *EventHandler) handleFileEvent(event *Event) {

if isFromDifferentProcess {
eventHandler.SourceCodeMap[event.FileName] = append(eventHandler.SourceCodeMap[event.FileName], event)
WriteAnnotation(fmt.Sprintf("Source code file overwritten %s syscall: %s pid: %s", event.FileName, event.Syscall, event.Pid))
WriteAnnotation(fmt.Sprintf("Source code overwritten %s syscall: %s by %s", event.FileName, event.Syscall, event.Exe))
}
}
}
Expand Down

0 comments on commit 2183042

Please sign in to comment.