Sample alert for JFrog Xray
Snapshot of the entity when an event occurs in JFrog Xray.
The sample alert becomes available after you generate the webhook.
{
"created": "2021-01-16T13:00:41.316Z",
"top_severity": "Low",
"watch_name": "Sample Watch",
"policy_name": "Sample Policy",
"issues": [
{
"severity": "Low",
"type": "security",
"provider": "JFrog",
"created": "2021-01-16T13:00:41.316Z",
"summary": "[Sample Alert]: Sample JFrog Xray security Alert",
"description": "This is a test JFrog Xray alert",
"impacted_artifacts": [
{
"name": "Sample-1.0.0.tgz",
"display_name": "Sample:1.0.0",
"path": "default/default-npm-local/Sample/-/",
"pkg_type": "Npm",
"sha256": "xxxx",
"sha1": "xxxx",
"depth": 0,
"parent_sha": "xx",
"infected_files": [
{
"name": "package.json",
"path": "node_modules/loxxsh/",
"sha256": "xxxx",
"depth": 0,
"parent_sha": "xxxx",
"display_name": "loxxsh:4.x.11",
"pkg_type": "Npm"
}
]
}
],
"cve": "SAMPLE-CVE-2020-28500",
"applicability": null
}
]
}