Skip to content

Commit

Permalink
Removingpath from malicious paths
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Mar 5, 2025
1 parent 0f3e88a commit 217ad7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ruleengine/v1/r1000_exec_from_malicious_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (rule *R1000ExecFromMaliciousSource) ProcessEvent(eventType utils.EventType

var maliciousExecPathPrefixes = []string{
"/dev/shm",
"/proc/self/fd",
}

if objCache == nil {
Expand Down

0 comments on commit 217ad7e

Please sign in to comment.