Prepare for v0.18.0 #3531
itaysk
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🚨 Breaking changes 🔨
Tracee policies
apiVersion
andkind
were renamed.eg:
🚀 What's new? 🚀
💡 New GRPC API (Experimental) ☎️
Tracee now has a fully functional beta GRPC API. The following operations are supported with more coming in the future:
Note that events by the GRPC API follow a new event structure which isn't compatible with the older event structure. In future versions of Tracee this new structure will replace the older one for all other interactions.
🗃️ Process Tree 🌲
Tracee now maintains live representation of the system processes tree. This information is exposed to signatures through the datasource mechanism (a mechanism that allows golang signatures to access data collected by tracee events).
📩 Events / Signatures ⚡️
argv
tosecurity_bprm_check
(feat: add argv to security_bprm_check #3442)🦄 Misc 💐
🔨 Fixes 👷
Beta Was this translation helpful? Give feedback.
All reactions