From d5a0db55a537faf3b745cc3825b111f0cf4cbbaf Mon Sep 17 00:00:00 2001 From: jecarr Date: Tue, 1 Jul 2025 13:00:19 +0100 Subject: [PATCH 1/2] Updated Spindle - Merged arachne-threat-intel/spindle#39 --- spindle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spindle b/spindle index 87edc6a..cb5016a 160000 --- a/spindle +++ b/spindle @@ -1 +1 @@ -Subproject commit 87edc6a5c8a8ad0c546f7caa9c968acf42255496 +Subproject commit cb5016a7aeabc987d0669f81d5bd598c1adf39fc From a710331891b5f891292b91ec098634e27d22be73 Mon Sep 17 00:00:00 2001 From: jecarr Date: Tue, 1 Jul 2025 13:03:14 +0100 Subject: [PATCH 2/2] Updated JS dependencies --- webapp/JS Dependencies.md | 6 +++--- webapp/html/base.html | 6 +++--- webapp/html/columns.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webapp/JS Dependencies.md b/webapp/JS Dependencies.md index 3ea9e5e..f5d49f8 100644 --- a/webapp/JS Dependencies.md +++ b/webapp/JS Dependencies.md @@ -6,10 +6,10 @@ If changing the JS script imports, please note order is important (and any requi | Library | Current Version (Date) | Library link(s) | Source (src) URL | Notes 1 | | ----------- | ----------- | ----------- | ----------- | ----------- | | `jQuery` | v3.7.1
(28 Aug '23) | [GitHub repo](https://github.com/jquery/jquery) | Obtained from [here](https://cdnjs.com/libraries/jquery) | | -| `Bootstrap` | v5.3.3
(20 Feb '24) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) | | +| `Bootstrap` | v5.3.7
(17 Jun '25) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) | | | `bootstrap-select` | v1.13.18
(27 Jun '20)
**Use versions from v1.14.0-beta2** 2 | [GitHub repo](https://github.com/snapappointments/bootstrap-select) | Obtained from [here](https://cdnjs.com/libraries/bootstrap-select) | Requires jQuery, Popper, Bootstrap and `bootstrap-select.min.css`. | -| `Font Awesome` | v6.5.2
(02 Apr '24) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. | -| `pdfmake` | v0.2.10
(07 Mar '24) | [GitHub repo](https://github.com/bpampuch/pdfmake) | Obtained from [here](https://cdnjs.com/libraries/pdfmake) | Also requires `vfs_fonts.js`. | +| `Font Awesome` | v6.7.2
(16 Dec '24) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. | +| `pdfmake` | v0.2.12
(14 Aug '24) | [GitHub repo](https://github.com/bpampuch/pdfmake) | Obtained from [here](https://cdnjs.com/libraries/pdfmake) | Also requires `vfs_fonts.js`. | | `Popper` | - | - | - | | | `kanban` | - | - | - | | diff --git a/webapp/html/base.html b/webapp/html/base.html index da9a147..77043ba 100644 --- a/webapp/html/base.html +++ b/webapp/html/base.html @@ -14,11 +14,11 @@ - + - + - + {% else %} diff --git a/webapp/html/columns.html b/webapp/html/columns.html index 8480b66..d56af89 100644 --- a/webapp/html/columns.html +++ b/webapp/html/columns.html @@ -5,8 +5,8 @@ {% block head %} {{ super() }} {% if js_src_online %}{# Edit-report page is the only page which uses pdfmake so import here #} - - + + {% else %}