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

Fix typo in event.action for AUDIT_ROLE_REMOVE #65

Merged
merged 1 commit into from Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,7 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Added support for big endian. #48
- Added semantic versioning support via go modules. #61
- Add ECS categorization support for events by record type and syscall. #62
- Added ECS categorization support for events by record type and syscall. #62
- Fixed a typo in the action value associated with ROLE_REMOVE messages. #65

### Removed

Expand Down
2 changes: 1 addition & 1 deletion aucoalesce/normalizations.yaml
Expand Up @@ -914,7 +914,7 @@ normalizations:
- change
# AUDIT_ROLE_REMOVE - Admin removed user from role
- record_types: ROLE_REMOVE
action: removed-use-role-from
action: removed-user-role-from
object:
primary: [id, acct]
what: account
Expand Down