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

refactor: Rename event parameters to fields #4398

Merged
merged 1 commit into from
Nov 29, 2024

Commits on Nov 29, 2024

  1. refactor: Rename event parameters to fields

    This commit renames the `parameters` field in event definitions to `fields`.
    This change reflects the evolving nature of Tracee, which now supports various
    event types beyond just syscalls.
    
    The term "fields" more accurately describes the structured data within events,
    aligning with the concept of event schemas and the `data` section in the new
    event structure.
    
    This renaming also avoids future confusion with the planned introduction of
    "event parameters," which will be configurable settings for modifying event
    behavior.
    yanivagman committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ed5bfce View commit details
    Browse the repository at this point in the history