Skip to content

Commit

Permalink
Merge branch 'main' into osint-expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau-at-queryai authored Aug 29, 2024
2 parents 3d994e3 + 2322992 commit 96241e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Thankyou! -->
1. Added `has_mfa` as a `boolean_t`. #1155

### Improved
* #### Event Classes
1. Added `evidences` to `compliance_finding` class. #1157
* #### Objects
1. Added `phone_number` to `user` and `ldap_person` objects. #1155
2. Added `has_mfa` to `user` object. #1155
Expand Down
2 changes: 1 addition & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1858,7 +1858,7 @@
},
"evidences": {
"caption": "Evidence Artifacts",
"description": "Describes various evidence artifacts associated to the activity/activities that triggered a security detection.",
"description": "A collection of evidence artifacts associated to the activity/activities that triggered a finding. See specific usage.",
"type": "evidences",
"is_array": true
},
Expand Down
5 changes: 5 additions & 0 deletions events/findings/compliance_finding.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"group": "primary",
"requirement": "required"
},
"evidences": {
"group": "context",
"description": "Describes various evidence artifacts associated with the compliance finding.",
"requirement": "optional"
},
"remediation": {
"group": "context",
"requirement": "recommended"
Expand Down
1 change: 1 addition & 0 deletions events/findings/detection_finding.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"evidences": {
"group": "primary",
"description": "Describes various evidence artifacts associated to the activity/activities that triggered a security detection.",
"requirement": "recommended"
},
"impact": {
Expand Down

0 comments on commit 96241e1

Please sign in to comment.