Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: triggeredBy should print event on table output #3792

Merged

Conversation

josedonizetti
Copy link
Collaborator

Fix #3790

TIME             UID    COMM             PID     TID     RET              EVENT                     ARGS
14:36:15:580419  1000   strace           3450532 3450532 0                anti_debugging            triggeredBy: ptrace

instead of

TIME             UID    COMM             PID     TID     RET              EVENT                     ARGS
14:38:21:840737  1000   strace           3452247 3452247 0                anti_debugging            triggeredBy: map[args:[{{request string} PTRACE_TRACEME} {{pid pid_t} 0} {{addr void*} 0x0} {{data void*} 0x0}] id:101 name:ptrace returnValue:0]

Copy link
Collaborator

@AlonZivony AlonZivony left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josedonizetti josedonizetti merged commit b117a03 into aquasecurity:main Jan 4, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid printing the triggeredBy argument of signatures to table view
2 participants