Status changes
A status-change hook receives the previous status and the current status. When Antigen creates a vulnerability, the previous status isnull and the current status is open. The same event occurs when a vulnerability moves back to open after verification finds that the issue remains exploitable. Antigen’s triage workflow responds to either event. When the status changes to remediated, a verification workflow can respond.
Assignment changes
An assignment-change hook receives the previous assignee and the current assignee. For a new assignment, the previous assignee isnull. A handler can use the event to give the newly assigned agent or person the context they need to act.