Skip to content

Commit

Permalink
Merge branch 'main' into security_control_everywhere
Browse files Browse the repository at this point in the history
Signed-off-by: Rajas <[email protected]>
  • Loading branch information
floydtree authored Dec 13, 2024
2 parents 1e15ad3 + 2628909 commit ed0e606
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Thankyou! -->
1. Add `host` profile to base_event.json and remove this profile elsewhere in the event hierarchy. #1280
1. Add the `actor` attribute to the IAM base event. #1280
1. Add `security_control` profile to base_event.json and remove this profile elsewhere in the event hierarchy. #1281

1. Add `Unlock` activity to `account_change` class. #1285
* #### Profiles
1. Added `is_alert`, `confidence_id`, `confidence`, `confidence_score` attributes to the `security_control` profile. #1178
1. Added `risk_level_id`, `risk_level`, `risk_score`, `risk_details` attributes to the `security_control` profile. #1178
Expand Down
6 changes: 5 additions & 1 deletion events/iam/account_change.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
"11": {
"caption": "MFA Factor Disable",
"description": "An authentication factor was disabled for an account."
},
"12": {
"caption": "Unlock",
"description": "A user account was unlocked."
}
}
},
Expand All @@ -69,4 +73,4 @@
"requirement": "recommended"
}
}
}
}

0 comments on commit ed0e606

Please sign in to comment.