UNPKG

5.06 kBJSONView Raw
1{
2 "lhr": {
3 "finalUrl": "https://www.example.com",
4 "audits": {
5 "js-libraries": {
6 "id": "js-libraries",
7 "title": "Detected JavaScript libraries",
8 "description": "All front-end JavaScript libraries detected on the page. [Learn more](https://web.dev/js-libraries).",
9 "score": 1,
10 "scoreDisplayMode": "binary",
11 "numericValue": null,
12 "displayValue": null,
13 "explanation": null,
14 "errorMessage": null,
15 "warnings": null,
16 "details": {
17 "type": "table",
18 "headings": [
19 {
20 "key": "name",
21 "itemType": "text",
22 "text": "Name"
23 },
24 {
25 "key": "version",
26 "itemType": "text",
27 "text": "Version"
28 }
29 ],
30 "items": [
31 {
32 "name": "jQuery",
33 "version": "2.1.4",
34 "npm": "jquery"
35 },
36 {
37 "name": "jQuery UI",
38 "version": "1.11.4",
39 "npm": "jquery-ui"
40 },
41 {
42 "name": "Leaflet",
43 "version": "0.7.3",
44 "npm": "leaflet"
45 },
46 {
47 "name": "AngularJS",
48 "version": "1.2.32",
49 "npm": "angular"
50 }
51 ],
52 "summary": {}
53 }
54 },
55 "no-vulnerable-libraries": {
56 "id": "no-vulnerable-libraries",
57 "title": "Includes front-end JavaScript libraries with known security vulnerabilities",
58 "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).",
59 "score": 0,
60 "scoreDisplayMode": "binary",
61 "numericValue": null,
62 "displayValue": "14 vulnerabilities detected",
63 "explanation": null,
64 "errorMessage": null,
65 "warnings": null,
66 "details": {
67 "type": "table",
68 "headings": [
69 {
70 "key": "detectedLib",
71 "itemType": "link",
72 "text": "Library Version"
73 },
74 {
75 "key": "vulnCount",
76 "itemType": "text",
77 "text": "Vulnerability Count"
78 },
79 {
80 "key": "highestSeverity",
81 "itemType": "text",
82 "text": "Highest Severity"
83 }
84 ],
85 "items": [
86 {
87 "highestSeverity": "Medium",
88 "vulnCount": 2,
89 "detectedLib": {
90 "text": "jQuery@2.1.4",
91 "url": "https://snyk.io/vuln/npm:jquery?lh=2.1.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
92 "type": "link"
93 }
94 },
95 {
96 "highestSeverity": "High",
97 "vulnCount": 1,
98 "detectedLib": {
99 "text": "jQuery UI@1.11.4",
100 "url": "https://snyk.io/vuln/npm:jquery-ui?lh=1.11.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
101 "type": "link"
102 }
103 },
104 {
105 "highestSeverity": "High",
106 "vulnCount": 11,
107 "detectedLib": {
108 "text": "AngularJS@1.2.32",
109 "url": "https://snyk.io/vuln/npm:angular?lh=1.2.32&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
110 "type": "link"
111 }
112 }
113 ],
114 "summary": {}
115 }
116 }
117 },
118 "timing": {
119 "total": "23423"
120 }
121 }
122}
\No newline at end of file