UNPKG

1.5 kBJSONView Raw
1{
2 "lhr": {
3 "finalUrl": "https://www.example.com",
4 "audits": {
5 "no-vulnerable-libraries": {
6 "id": "no-vulnerable-libraries",
7 "title": "Includes front-end JavaScript libraries with known security vulnerabilities",
8 "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).",
9 "score": 0,
10 "scoreDisplayMode": "binary",
11 "numericValue": null,
12 "displayValue": "2 vulnerabilities detected",
13 "explanation": null,
14 "errorMessage": null,
15 "warnings": null,
16 "details": {
17 "type": "table",
18 "headings": [
19 { "key": "detectedLib", "itemType": "link", "text": "Library Version" },
20 { "key": "vulnCount", "itemType": "text", "text": "Vulnerability Count" },
21 { "key": "highestSeverity", "itemType": "text", "text": "Highest Severity" }
22 ],
23 "items": [
24 {
25 "highestSeverity": "Medium",
26 "vulnCount": 2,
27 "detectedLib": {
28 "text": "jQuery@1.11.2",
29 "url": "https://snyk.io/vuln/npm:jquery?lh=1.11.2&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
30 "type": "link"
31 }
32 }
33 ],
34 "summary": {}
35 }
36 }
37 },
38 "timing": {
39 "total": "23423"
40 }
41 }
42}