Skip to main content

Update Report Status

Update the status of a report.

Basic Parameters

ParameterDescription
Report IDThe ID of the report. Can be obtained via the Get Program Reports action.
StatusThe status to update the report to.

These are the available patch status options:

Unpatched - Indicates that the reports has not been patched yet.
Already Fixed/Patched - Signifies that the reports has already been addressed and fixed by the affected party.
In Progress - Represents that work is currently underway to fix the reports, indicating an ongoing effort towards patching.
Deprecated - Suggests that the reports is considered outdated or no longer relevant, and patching is not necessary.
* False Positive - Indicates that the reports was determined to be a false positive, meaning it is not a genuine security issue and does not require patching.

Advanced Parameters

ParameterDescription
MessageThe message to add to the report status update.

Example Output

{
"assignment": {
"maintained_assignees": [
{
"roles": [
"string"
],
"slug": "string",
"username": "string"
}
],
"new_assignees": [
{
"roles": [
"string"
],
"slug": "string",
"username": "string"
}
],
"removed_assignees": [
{
"roles": [
"string"
],
"slug": "string",
"username": "string"
}
]
},
"attachments": [
{
"attachment": {
"mime_type": "string",
"name": "string",
"original_name": "string",
"size": "int",
"url": "string"
},
"id": "int"
}
],
"author": {
"avatar": {
"mime_type": "string",
"name": "string",
"original_name": "string",
"size": "int",
"url": "string"
},
"hunter_profile": {
"public": "bool"
},
"kyc_status": "string",
"slug": "string",
"username": "string"
},
"bounty_reward_amount": "int",
"canceled": "bool",
"claim_email": "string",
"claim_status": "string",
"collaborator": {
"avatar": {
"mime_type": "string",
"name": "string",
"original_name": "string",
"size": "int",
"url": "string"
},
"hunter_profile": {
"public": "bool"
},
"kyc_status": "string",
"slug": "string",
"username": "string"
},
"company": {
"already_activate_product": "bool",
"currency": "string",
"description": "string",
"logo": {
"mime_type": "string",
"name": "string",
"original_name": "string",
"size": "int",
"url": "string"
},
"name": "string",
"slug": "string"
},
"created_at": "datetime",
"cvss_bonus": "bool",
"duplicate_of": {
"id": "int",
"local_id": "string",
"title": "string"
},
"fix_verified": "bool",
"id": "int",
"marked_as": "string",
"message": "string",
"message_html": "string",
"new_bug_type": {
"category": {
"name": "string",
"slug": "string"
},
"description": "string",
"identifier": "string",
"link": "string",
"name": "string",
"remediation_link": "string",
"slug": "string"
},
"new_cvss": {
"criticity": "string",
"score": "float",
"vector": "string"
},
"new_details": [
"string"
],
"new_patch_status": "string",
"new_tags": [
"string"
],
"new_title": "string",
"new_tracking_status": "string",
"old_bug_type": {
"category": {
"name": "string",
"slug": "string"
},
"description": "string",
"identifier": "string",
"link": "string",
"name": "string",
"remediation_link": "string",
"slug": "string"
},
"old_cvss": {
"criticity": "string",
"score": "float",
"vector": "string"
},
"old_details": [
"string"
],
"old_patch_status": "string",
"old_status": {
"workflow_state": "string"
},
"old_tags": [
"string"
],
"old_title": "string",
"old_tracking_status": "string",
"points": "int",
"priority": {
"color": "string",
"level": "int",
"name": "string",
"slug": "string"
},
"private": "bool",
"reward_failed": "bool",
"reward_type": "string",
"rights": [
"string"
],
"source": "string",
"source_url": "string",
"status": {
"workflow_state": "string"
},
"tracker_id": "string",
"tracker_name": "string",
"tracker_token": "string",
"tracker_url": "string",
"type": "string",
"user_rewarded": {
"avatar": {
"mime_type": "string",
"name": "string",
"original_name": "string",
"size": "int",
"url": "string"
},
"hunter_profile": {
"public": "bool"
},
"kyc_status": "string",
"slug": "string",
"username": "string"
}
}

Workflow Library Example

Update Report Status with Yeswehack and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop