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

Sort vulnerabilities by overdue SLA

Open dragid10 opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe There is currently no way to sort vulnerabilities by overdue SLA. This functionality is useful when attempting to prioritize patching of vulnerabilities.

Describe the solution you'd like As a user of DefectDojo, I want to be able to sort the open vulnerabilities by overdue SLA so that I can prioritize my patching strategy.

Describe alternatives you've considered An alternative could be filtering specifically overdue vulnerabilities. That would likely require implementing a custom filter on the finding object

Additional context I brought this up in slack a few days ago

dragid10 avatar May 14 '22 23:05 dragid10

It would be good to include a new "SLA" option in the findings filter that would allow you to filter issues:

  1. That are out of SLA
  2. To input a number which would correspond to issues which will be out of SLA within the given number of days.

WDYT?

coheigea avatar Jun 20 '22 21:06 coheigea

It would be good to include a new "SLA" option in the findings filter that would allow you to filter issues:

  1. That are out of SLA
  2. To input a number which would correspond to issues which will be out of SLA within the given number of days.

WDYT?

Yeah I think both of those options are great! At a bare minimum, I think Feature 1 would be enough

dragid10 avatar Jun 22 '22 19:06 dragid10