aquasecurity / aquasecurity/tracee
Remove policy limitations
Open
kind/feature
- Dominant language
- Go
- Stars
- 4.6k
- Forks
- 507
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
Today Tracee policies have two limitations that we need to remove:
1. Only up to 64 policies are supported
2. Only 1 rule of the same event type can be specified in a policy
Removing the second limitation is probably more important since it will allow a user to write rules that specify different sets of filters to the same event, thus supporting logical OR operation between the filter sets.
Contributor guide
Assessment
This issue has not been assessed yet.