Skip to content

Commit 82d4e3b

Browse files
authored
Remove vulnerable JS reports (#867)
1 parent d337ba9 commit 82d4e3b

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

config/reports.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -281,19 +281,6 @@
281281
]
282282
}
283283
},
284-
"pctVuln": {
285-
"name": "Pages with Vulnerable JS",
286-
"type": "%",
287-
"description": "The percent of crawled pages that contain at least one known third-party JavaScript vulnerability. Vulnerabilities are detected by [Lighthouse](https://web.dev/no-vulnerable-libraries/) using data from [Snyk](https://snyk.io/vuln?packageManager=all).",
288-
"histogram": {
289-
"enabled": false
290-
},
291-
"timeseries": {
292-
"fields": [
293-
"percent"
294-
]
295-
}
296-
},
297284
"tcp": {
298285
"name": "TCP Connections Per Page",
299286
"type": "",
@@ -783,18 +770,6 @@
783770
]
784771
}
785772
},
786-
"vulnJs": {
787-
"name": "Vulnerable JavaScript Libraries Per Page",
788-
"type": "libraries",
789-
"singular": "library",
790-
"description": "The number of known third-party JavaScript vulnerabilities per page. Vulnerabilities are detected by [Lighthouse](https://web.dev/no-vulnerable-libraries/) using data from [Snyk](https://snyk.io/vuln?packageManager=all).",
791-
"histogram": {
792-
"minDate": "2017_10_15"
793-
},
794-
"timeseries": {
795-
"enabled": false
796-
}
797-
},
798773
"pwaScores": {
799774
"name": "PWA Scores",
800775
"type": "%",
@@ -1165,11 +1140,9 @@
11651140
"bytesTotal",
11661141
"reqTotal",
11671142
"pctHttps",
1168-
"pctVuln",
11691143
"tcp",
11701144
"h2",
11711145
"h3",
1172-
"vulnJs",
11731146
"fontDisplay"
11741147
],
11751148
"graphic": {

tools/scripts/test_reports.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LENSES="drupal magento wordpress top1k top10k top100k top1m"
2323
# We test the first and last report for each lens
2424
REPORT_MONTHLY_URLS=$(cat <<-END
2525
https://cdn.httparchive.org/reports/${REPORT_DATE}/bootupJs.json
26-
https://cdn.httparchive.org/reports/${REPORT_DATE}/vulnJs.json
26+
https://cdn.httparchive.org/reports/${REPORT_DATE}/webSocketStream.json
2727
https://cdn.httparchive.org/reports/${CRUX_REPORT_DATE}/cruxCls.json
2828
https://cdn.httparchive.org/reports/${CRUX_REPORT_DATE}/cruxOl.json
2929
END
@@ -33,7 +33,7 @@ for LENS in ${LENSES}
3333
do
3434
REPORT_MONTHLY_URLS_LENS=$(cat <<-END
3535
https://cdn.httparchive.org/reports/${LENS}/${REPORT_DATE}/bootupJs.json
36-
https://cdn.httparchive.org/reports/${LENS}/${REPORT_DATE}/vulnJs.json
36+
https://cdn.httparchive.org/reports/${LENS}/${REPORT_DATE}/webSocketStream.json
3737
https://cdn.httparchive.org/reports/${LENS}/${CRUX_REPORT_DATE}/cruxCls.json
3838
https://cdn.httparchive.org/reports/${LENS}/${CRUX_REPORT_DATE}/cruxOl.json
3939
END

0 commit comments

Comments
 (0)