django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

feature request: archiving products

Open valentijnscholten opened this issue 3 years ago • 5 comments

From time to time I have products that are phased out, so I want to remove the product from the list of products. But I want historical statistics to remain available. So maybe we could have some kind of "archive" feature. If a product (or product type?) is archived, it will be removed from the UI lists, but the (all inactive) findings are still counting towards statistics, shown in the history graphs on the dashboards, etc.

valentijnscholten avatar Dec 01 '20 11:12 valentijnscholten

I created a Product Type "Archives", and I just move my products to it. I then exclude that Archives product type from whatever query. Of course, this is a dirty hack, and only works if you do things outside dojo.

madchap avatar Dec 30 '20 22:12 madchap

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 21 '21 01:07 stale[bot]

I have now a large list of products and would benefit from an archive. Time to start working on it 😃.

StefanFl avatar Mar 13 '22 16:03 StefanFl

I have now a large list of products and would benefit from an archive. Time to start working on it 😃.

I like it 💯. The question is what can be implemented to boost performance of active products, by removing e.g. indexes from everything related to archived products?

dsever avatar Mar 13 '22 16:03 dsever

This is really would be of use for us

fhoeborn avatar Sep 08 '22 09:09 fhoeborn