is-website-vulnerable
Version:
finds publicly known security vulnerabilities in a website's frontend JavaScript libraries
43 lines (42 loc) • 1.5 kB
JSON
{
"lhr": {
"finalUrl": "https://www.example.com",
"audits": {
"no-vulnerable-libraries": {
"id": "no-vulnerable-libraries",
"title": "Includes front-end JavaScript libraries with known security vulnerabilities",
"description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries).",
"score": 0,
"scoreDisplayMode": "binary",
"numericValue": null,
"displayValue": "2 vulnerabilities detected",
"explanation": null,
"errorMessage": null,
"warnings": null,
"details": {
"type": "table",
"headings": [
{ "key": "detectedLib", "itemType": "link", "text": "Library Version" },
{ "key": "vulnCount", "itemType": "text", "text": "Vulnerability Count" },
{ "key": "highestSeverity", "itemType": "text", "text": "Highest Severity" }
],
"items": [
{
"highestSeverity": "Medium",
"vulnCount": 2,
"detectedLib": {
"text": "jQuery@1.11.2",
"url": "https://snyk.io/vuln/npm:jquery?lh=1.11.2&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
"type": "link"
}
}
],
"summary": {}
}
}
},
"timing": {
"total": "23423"
}
}
}