cerebrate-project / cerebrate

Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools.
https://www.cerebrate-project.org/
GNU Affero General Public License v3.0
82 stars 16 forks source link

review changes - Feature request #125

Closed amicaross closed 1 year ago

amicaross commented 1 year ago

Ability to see a list of all changes made to users in a selectable period of time (Start data, end Date). Ability to export in csv (xls)

Priority: High/Blocking Note: Sent via email to CIRCL om 30/01/2023 - here for status update

Crucial issue for auditing day to day operations.

mokaddem commented 1 year ago

The list of all the changes is already available by using the audit log system (/auditLogs/index) However, some improvements on the filtering and UX aspects have been done:

Export to CSV is currently considered out of scope as JSON export is already functional and there are easy way to transform JSON to CSV (JQ or mapping via scripting)