Fix vulnerability statistics calculation
`SystemNoteService.change_vulnerability_state` has a side effect on the vulnerability object which is changing the `previous_changes` and breaking the statistics calculation logic. Therefore we have to execute the statistics logic before the `SystemNoteService`.
Showing
Please register or sign in to comment