I'm looking for a function to get all findings corresponding to a template id (in the optics of de-duplicating individual entries and merging them to a single Finding), how can we achieve this without listing all findings in the project ?
Is there a client function that I missed, something like reptor.api.projects.search_findings(template="<TEMPLATE_ID>")
I'm looking for a function to get all findings corresponding to a template id (in the optics of de-duplicating individual entries and merging them to a single Finding), how can we achieve this without listing all findings in the project ?
Is there a client function that I missed, something like
reptor.api.projects.search_findings(template="<TEMPLATE_ID>")