@@ -66,10 +66,6 @@ SPDX-License-Identifier: MIT
<summary>scarthgap</summary>
<div id="cve_status_scarthgap"></div>
</details>
- <details>
- <summary>nanbield</summary>
- <div id="cve_status_nanbield"></div>
- </details>
<details>
<summary>kirkstone</summary>
<div id="cve_status_kirkstone"></div>
@@ -134,12 +130,6 @@ SPDX-License-Identifier: MIT
createCVEList('cve_status_scarthgap', data);
})
- fetch('cve-status-nanbield.txt')
- .then(response => response.text())
- .then(data => {
- createCVEList('cve_status_nanbield', data);
- })
-
fetch('cve-status-kirkstone.txt')
.then(response => response.text())
.then(data => {