Skip to main content
WEBHOOK
SCA_NEW_CVE
{
  "time": 1,
  "host": "<string>",
  "source": "<string>",
  "sourcetype": "SCAN_STARTED",
  "event": {
    "timestamp": "2023-11-07T05:31:56Z",
    "organization": {
      "id": "<string>",
      "name": "<string>"
    },
    "repository": {
      "id": "<string>",
      "name": "<string>"
    },
    "scan": {
      "id": "<string>",
      "type": "<string>",
      "status": "started",
      "duration_minutes": 1,
      "vulnerability_summary": {
        "total": 1,
        "by_severity": {
          "critical": 1,
          "high": 1,
          "medium": 1,
          "low": 1,
          "info": 1
        }
      },
      "url": "<string>"
    },
    "audit_log": {
      "id": "<string>",
      "endpoint": "<string>",
      "arguments": "<any>",
      "caller": {
        "id": "<string>",
        "email": "<string>"
      },
      "timestamp": "2023-11-07T05:31:56Z"
    },
    "error": "<string>",
    "metadata": {
      "alertId": "<string>",
      "cveId": "<string>",
      "summary": "<string>",
      "description": "<string>",
      "severity": 123,
      "aliases": [
        "<string>"
      ],
      "references": [
        "<string>"
      ],
      "totalAffectedCount": 1,
      "affectedIssuesShown": 10,
      "hasMoreThan20": true,
      "affectedRepositoryIds": [
        "<string>"
      ],
      "affectedIssues": [
        {
          "id": "<string>",
          "url": "<string>",
          "repositoryId": "<string>",
          "repositoryName": "<string>",
          "scanId": "<string>",
          "score": 123,
          "uiLink": "<string>"
        }
      ]
    },
    "vulnerability": {
      "id": "<string>",
      "url": "<string>",
      "alertId": "<string>",
      "packageIdentifier": "<string>",
      "summary": "<string>",
      "description": "<string>",
      "severity": 123,
      "totalAffectedCount": 1,
      "affectedIssues": [
        {
          "id": "<string>",
          "url": "<string>",
          "repositoryId": "<string>",
          "repositoryName": "<string>",
          "scanId": "<string>",
          "score": 123,
          "uiLink": "<string>"
        }
      ]
    }
  }
}

Body

application/json
time
integer
required

Unix epoch seconds

Required range: x >= 0
host
string
required
source
string
required
sourcetype
enum<string>
required

Type of event being delivered. Matches internal NotificationEventType.

Available options:
TitleConst
SCA_NEW_CVE
event
object
required

Response

200

OK