@@ -174,10 +174,6 @@ SPDX-License-Identifier: MIT
<summary>walnascar</summary>
<div id="cve_status_walnascar"></div>
</details>
- <details>
- <summary>styhead</summary>
- <div id="cve_status_styhead"></div>
- </details>
<details>
<summary>scarthgap</summary>
<div id="cve_status_scarthgap"></div>
@@ -375,13 +371,6 @@ SPDX-License-Identifier: MIT
createCVEList('cve_status_walnascar', data);
})
- fetch('cve-status-styhead.txt')
- .then(response => response.text())
- .then(data => {
- createCVEList('cve_status_styhead', data);
- })
-
-
fetch('cve-status-scarthgap.txt')
.then(response => response.text())
.then(data => {
Metrics are no longer updated for this styhead, so drop current list of its CVEs. Keep it in graphs as all other obsolete releases. Signed-off-by: Peter Marko <peter.marko@siemens.com> --- patch-status/index.html | 11 ----------- 1 file changed, 11 deletions(-)