Skip to content

Commit

Permalink
Add evidences to Compliance Finding
Browse files Browse the repository at this point in the history
When reporting Compliance Finding, we want to specify which File, API or
Device caused us to trigger the finding.
  • Loading branch information
lukas-krecan-s1 committed Aug 27, 2024
1 parent a656184 commit b9cbd27
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Thankyou! -->
### Added
* #### Event Classes
1. Added `OSINT Inventory Info` event class to the Discovery category. #1154
2. Added `evidences` to `compliance_finding` class. #1157

### Improved
* #### Objects
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 @@ -10,6 +10,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 @@ -14,6 +14,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 b9cbd27

Please sign in to comment.