aquasecurity / aquasecurity/tracee
Add support for <, > operators
Open
kind/feature
- Dominant language
- Go
- Stars
- 4.6k
- Forks
- 508
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
Add support for <, > operators in filters. Example:
./tracee -e=open.retval<0
Contributor guide
Research direction
Start at the ./tracee -e filter entry point and trace how filter expressions are parsed and evaluated. Verify the example open.retval<0 and the corresponding > form, then confirm existing filter behavior remains unchanged and add or update coverage where the filter tests are located.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100