UNPKG

3.7 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 },
18 "no-vulnerable-libraries": {
19 "id": "no-vulnerable-libraries",
20 "title": "Includes front-end JavaScript libraries with known security vulnerabilities",
21 "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).",
22 "score": 0,
23 "scoreDisplayMode": "binary",
24 "numericValue": null,
25 "displayValue": "14 vulnerabilities detected",
26 "explanation": null,
27 "errorMessage": null,
28 "warnings": null,
29 "details": {
30 "type": "table",
31 "headings": [
32 {
33 "key": "detectedLib",
34 "itemType": "link",
35 "text": "Library Version"
36 },
37 {
38 "key": "vulnCount",
39 "itemType": "text",
40 "text": "Vulnerability Count"
41 },
42 {
43 "key": "highestSeverity",
44 "itemType": "text",
45 "text": "Highest Severity"
46 }
47 ],
48 "items": [
49 {
50 "highestSeverity": "Medium",
51 "vulnCount": 2,
52 "detectedLib": {
53 "text": "jQuery@2.1.4",
54 "url": "https://snyk.io/vuln/npm:jquery?lh=2.1.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
55 "type": "link"
56 }
57 },
58 {
59 "highestSeverity": "High",
60 "vulnCount": 1,
61 "detectedLib": {
62 "text": "jQuery UI@1.11.4",
63 "url": "https://snyk.io/vuln/npm:jquery-ui?lh=1.11.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
64 "type": "link"
65 }
66 },
67 {
68 "highestSeverity": "High",
69 "vulnCount": 11,
70 "detectedLib": {
71 "text": "AngularJS@1.2.32",
72 "url": "https://snyk.io/vuln/npm:angular?lh=1.2.32&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
73 "type": "link"
74 }
75 }
76 ],
77 "summary": {}
78 }
79 }
80 },
81 "timing": {
82 "total": "23423"
83 }
84 }
85}
\No newline at end of file