Skip to content

Commit

Permalink
feat: add file_result to File Hosting Activity
Browse files Browse the repository at this point in the history
This addresses use-cases where the the activity was an Update but
the changes were unable to be captured such as a new file.owner,
file.size, file.name, etc.
  • Loading branch information
shellcromancer committed Apr 17, 2024
1 parent ee35ed9 commit 2da76d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Thankyou! -->
7. Added a `Preauth` `activity_id` to the `Authentication` class. #1018
8. Added the `Security Control` profile to the `Datastore Activity` class. #1030
9. Added `risk_details` to Detection Finding. #1032
10. Added `file_results` to File Hosting Activity #1045

* #### Profiles
* #### Objects
Expand Down
7 changes: 6 additions & 1 deletion events/application/file_hosting.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,15 @@
"group": "primary",
"requirement": "required"
},
"file_result": {
"description": "The resulting file object when the activity was allowed and successful.",
"group": "context",
"requirement": "optional"
},
"src_endpoint": {
"description": "The endpoint that performed the activity on the target file.",
"group": "primary",
"requirement": "required"
}
}
}
}

0 comments on commit 2da76d0

Please sign in to comment.