Closed
Description
For a recent project it would be very useful to have access to a finding's meta data like timestamp / date_time values for the events created_at
and ideally also updated_at
.
My idea is the following:
Counting and sorting findings if they were created_at
before or after a specific date.
Further context:
Actually I want to group the findings if they are added in the original penetration test or in a re-audit later on.
For my workflow I have a reporting field is_reaudit
, so I can duplicate pentest reports and toggle the checkbox to work in re-audit mode.
Activity