microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Regression comments should be linked to the job_id and task_id where the regression is found #3444

Closed chkeita closed 1 year ago

chkeita commented 1 year ago

In the current NotifyAdo Logic. when processing a regression, the job_id and task_id is set to the original report not the regression. This can lead to confusion when investigating new issues. on a bug. the job_id and task_id should come from the regression report

AB#164707

chkeita commented 1 year ago

Wrong reading of the code. The regression processing does the correct thing