Tracee v0.18.0 Released! #3560
Pinned
rafaeldtinoco
announced in
Announcements
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 for better compatibility as Kubernetes CRDs:🚀 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 of 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 which allows signatures to access data collected by Tracee.
An example on how this feature can be used by a signature event can be found here.
📩 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