@@ -170,6 +170,10 @@ SPDX-License-Identifier: MIT
<summary>master</summary>
<div id="cve_status_master"></div>
</details>
+ <details>
+ <summary>walnascar</summary>
+ <div id="cve_status_walnascar"></div>
+ </details>
<details>
<summary>styhead</summary>
<div id="cve_status_styhead"></div>
@@ -365,6 +369,12 @@ SPDX-License-Identifier: MIT
createCVEList('cve_status_master', data);
})
+ fetch('cve-status-walnascar.txt')
+ .then(response => response.text())
+ .then(data => {
+ createCVEList('cve_status_walnascar', data);
+ })
+
fetch('cve-status-styhead.txt')
.then(response => response.text())
.then(data => {
@@ -441,7 +451,7 @@ SPDX-License-Identifier: MIT
upstream_status: 'Malformed Upstream-Status',
inactive_upstream: 'Inactive-Upstream'
};
- const branches = ['master', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
+ const branches = ['master', 'walnascar', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
const general_options = {
tooltip: {
@@ -1,4 +1,5 @@
Name,Date
+5.2 (Walnascar),2025-05-08
5.1 (Styhead),2024-10-17
5.0 (Scarthgap),2024-04-30
4.3 (Nanbield),2023-11-14