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

add evidences to incident finding #1292

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Thankyou! -->
1. Add `security_control` profile to base_event.json and remove this profile elsewhere in the event hierarchy. #1281
1. Add `policies` to `Account Change` class. #1282
1. Add `Unlock` activity to `account_change` class. #1285
1. Add the `evidences` object to the `Incident Finding` class. #1292
* #### 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
5 changes: 5 additions & 0 deletions events/findings/incident_finding.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"description": "The time of the most recent event included in the incident.",
"requirement": "optional"
},
"evidences": {
"group": "context",
"description": "Describes various evidence artifacts associated to the activity/activities that encompass a security incident.",
"requirement": "recommended"
},
"finding_info_list": {
"group": "primary",
"requirement": "required"
Expand Down
Loading