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

[SIEM][Detections] Allow synchronous rule actions to be updated via PATCH #67914

Merged
merged 4 commits into from
Jun 2, 2020

Commits on Jun 1, 2020

  1. Update synchronous actions in patchRules

    This method was typed to accept actions, but it was not doing anything
    with them. This was mainly a "bug by omission" so I'm simply adding
    unit tests for regression purposes.
    rylnd committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b1b970a View commit details
    Browse the repository at this point in the history
  2. Allow synchronous actions to be patched either individually or in bulk

    Now that patchRules uses this field, we simply need to pass it.
    rylnd committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    6d42aa6 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    90af400 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc1764 View commit details
    Browse the repository at this point in the history