1modm / petereport

PeTeReport is an open-source application vulnerability reporting tool.
https://1modm.github.io/petereport/
BSD 3-Clause "New" or "Revised" License
465 stars 129 forks source link

Feature to select specific findings only from a product in DefectDojo #64

Closed 1modm closed 1 year ago

tech-surajrk commented 1 year ago

@1modm Appreciate your effort in taking up this request as an enhancement. So just out of curiosity I am asking, is there any tentative timeline that you have in mind to make this change?

1modm commented 1 year ago

Done :) https://github.com/1modm/petereport/commit/9ece28cba8b41f5c3bca4293428c2022cc337292

git pull and take a look

tech-surajrk commented 1 year ago

@1modm - This feature is completely working fine but only shows up 25 products. But in my case I have more then 100 products - So the pending product list is not showing up.

But the first 25 products looks good and I can individually add the findings. If you can add option to select multiple findings and then import from a product then that will also be good

1modm commented 1 year ago

@surajanuja done, was a limit of products set by default to 25. You should see all the products now. I will explore in the multiple selection option.