Project Retest Updated
The event emitted will include the following information:
{
"method": "project-retest-updated",
"params": {
"timestamp": "2021-01-01T00:00:00.000Z",
"user": {
"user_id": "60d0fe4f5311236168a109ca"
},
"data": {
"project_id": "670116400c40b1faef39e965",
"round": 1,
"status": "Approved",
"vulnerabilities_in_scope": [
{
"title": "SQL Injection",
"id": "670e442f44f224fd6e503337",
"alternate_id": "WEBAPP-1"
}
],
"requested_date": "2024-10-15T10:32:49.087Z",
"retest_window": {
"start_date": "2024-10-14T13:00:00.000Z",
"end_date": "2024-10-20T12:59:59.000Z"
},
"requested_by": {
"user_id": "66d2308ba99324532079e111",
"first_name": "Admin",
"last_name": "User"
},
"approved_date": "2024-10-15T10:35:12.410Z",
"approved_by": {
"user_id": "66d2308ba99324532079e222",
"first_name": "Project",
"last_name": "Manager"
},
"custom_fields": [
{
"key": "retest_reason",
"value": "Fixes deployed to production"
}
]
}
}
}Last updated