Skip to content

Commit 25ab527

Browse files
committed
Bump to version 5.0.34
1 parent 72bb64c commit 25ab527

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in version 5.0.34
2+
Revise Trusted-Types implementation enforcing usage of a 'default' policy
3+
Implement handler to collect reporting of attemps of violation to the Content Security Policy
4+
[doc] Extend documentation adding detail about the revisions on the Content Security Policy
5+
16
Changes in version 5.0.33
27
Complete implementation of CSP policy based on Trusted-Types
38
Enforce validation of every admin config or user input by means of DOMPurify

backend/globaleaks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = 'GlobaLeaks'
88
__email__ = '[email protected]'
99
__copyright__ = '2011-2024 - GlobaLeaks'
10-
__version__ = '5.0.33'
10+
__version__ = '5.0.34'
1111
__license__ = 'AGPL-3.0'
1212

1313
DATABASE_VERSION = 68

backend/globaleaks/handlers/robots.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Implementation of robots.txt resource
44
from globaleaks.handlers.base import BaseHandler
5+
from globaleaks.settings import Settings
56

67

78
class RobotstxtHandler(BaseHandler):

client/npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "globaleaks",
3-
"version": "5.0.33",
3+
"version": "5.0.34",
44
"scripts": {
55
"test": "npx cypress run --browser=chromium && npx nyc report --reporter=lcov --report-dir=./cypress/coverage --reporter=text-summary --browser electron",
66
"eslint": "ng lint",

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
globaleaks (5.0.34) stable; urgency=medium
2+
3+
* New stable release
4+
5+
-- GlobaLeaks software signing key <[email protected]> Sun, 08 Dec 2024 11:53:10 +0100
6+
17
globaleaks (5.0.33) stable; urgency=medium
28

39
* New stable release

publiccode.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: GlobaLeaks
2-
releaseDate: '2024-12-06'
2+
releaseDate: '2024-12-08'
33
publiccodeYmlVersion: '0.4.0'
44
url: 'https://github.com/globaleaks/globaleaks-whistleblowing-software'
55
landingURL: 'https://www.globaleaks.org/'
66
roadmap: "https://docs.globaleaks.org/en/stable/roadmap/"
77
logo: brand/assets/globaleaks-icon-color.svg
8-
softwareVersion: 5.0.33
8+
softwareVersion: 5.0.34
99
softwareType: standalone/web
1010
developmentStatus: stable
1111
platforms:

0 commit comments

Comments
 (0)