Skip to content

Commit

Permalink
Fixed Security Issue #81
Browse files Browse the repository at this point in the history
  • Loading branch information
coulisse committed Dec 28, 2024
1 parent 6fe4cc2 commit b913e62
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ keywords:
- dxcluster
- spiderweb
license: GPL-3.0
version: v2.5.7.2
version: v2.5.7.3
date-released: 2024-12-28
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/coulisse/spiderweb/badge/development)](https://www.codefactor.io/repository/github/coulisse/spiderweb/overview/development)


- **Release:** v2.5.7.2
- **Release:** v2.5.7.3
- **Author:** Corrado Gerbaldo - [IU1BOW](https://www.qrz.com/db/IU1BOW)
- **Mail:** <[email protected]>
- **Licensing:** Gpl V3.0 see [LICENSE](LICENSE) file.
Expand Down
2 changes: 1 addition & 1 deletion cfg/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.5.7.2
v2.5.7.3
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### Change log
Date: 28/12/2024
Release: v2.5.7.2
Release: v2.5.7.3
- Fixed Issue [#80](https://github.com/coulisse/spiderweb/issues/80)
- Fixed Issue [#79](https://github.com/coulisse/spiderweb/issues/79)
- Ficex Security issue [81](https://github.com/coulisse/spiderweb/pull/81)

___

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Flask-WTF==1.2.2
htmlminf==0.1.13
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.4
Jinja2==3.1.5
jsmin==3.0.1
lesscpy==0.15.1
mariadb==1.1.11
Expand Down
2 changes: 1 addition & 1 deletion static/pwa/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "IU1BOW Spiderweb v2.5.7.2",
"name": "IU1BOW Spiderweb v2.5.7.3",
"description": "DXCluser for ham radio by IU1BOW",
"short_name": "Spiderweb",
"theme_color": "#f3b221",
Expand Down
2 changes: 1 addition & 1 deletion static/pwa/service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Dichiarazione della costante per il nome della cache
const CACHE_NAME = 'pwa-spiderweb_v2.5.7.2'
const CACHE_NAME = 'pwa-spiderweb_v2.5.7.3'

// Dichiarazione della costante per gli URL da mettere in cache
const URLS_TO_CACHE = [
Expand Down
2 changes: 1 addition & 1 deletion templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
&nbsp;
<a href="https://github.com/coulisse/spiderweb/" target="blank" rel="noopener">IU1BOW - Spiderweb</a>
&nbsp;
<span id="version">v2.5.7.2</span>
<span id="version">v2.5.7.3</span>
</div>
</footer>
<script async src="static/js/rel/load-sw.min.js"></script>
Expand Down

0 comments on commit b913e62

Please sign in to comment.