Skip to content

Commit

Permalink
Fix typo in event.action for AUDIT_ROLE_REMOVE (#65)
Browse files Browse the repository at this point in the history
This fixes a typo in `removed-use-role-from` to `removed-user-role-from`.

Closes #54
  • Loading branch information
andrewkroh committed Jun 18, 2020
1 parent 384ef92 commit 9bd3927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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
Original file line number Diff line number Diff line change
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

0 comments on commit 9bd3927

Please sign in to comment.