From dd80b7308bb6c66113c8e6009c442a44a29e477a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Aug 2025 15:14:19 +0300 Subject: [PATCH 1/2] Added PGP public key for sending encrypted email. Thanks to xet7 ! --- SECURITY.md | 9 +++++---- security-at-wekan.fi.asc | 17 +++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 security-at-wekan.fi.asc diff --git a/SECURITY.md b/SECURITY.md index bbec40902..aadecbf6e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,11 +1,12 @@ About money, see [CONTRIBUTING.md](CONTRIBUTING.md) Security is very important to us. If you discover any issue regarding security, please disclose -the information responsibly by sending an email to security@wekan.fi and not by -creating a GitHub issue. We will respond swiftly to fix verifiable security issues. +the information responsibly by sending an email from Protonmail to security@wekan.fi +that is Protomail email address, or by using this PGP key +[security-at-wekan.fi.asc](security-at-wekan.fi.asc) to security@wekan.fi +and not by creating a GitHub issue. We will respond swiftly to fix verifiable security issues. -We thank you with a place at our hall of fame page, that is -at https://wekan.github.io/hall-of-fame +We thank you with a place at our hall of fame page, that is at https://wekan.fi/hall-of-fame ## How should reports be formatted? diff --git a/security-at-wekan.fi.asc b/security-at-wekan.fi.asc new file mode 100644 index 000000000..ae79b0f9f --- /dev/null +++ b/security-at-wekan.fi.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +xjMEaK2aIRYJKwYBBAHaRw8BAQdAIT89DZJJl08UlL4O1B7VH1t8j3Bb5H2L +QA+9W+Q+5RvNJXNlY3VyaXR5QHdla2FuLmZpIDxzZWN1cml0eUB3ZWthbi5m +aT7CwBEEExYKAIMFgmitmiEDCwkHCZA/vSiebbrMoUUUAAAAAAAcACBzYWx0 +QG5vdGF0aW9ucy5vcGVucGdwanMub3Jnhox64D+pdSl+SYNXxxEUiNxiyk22 +1oY5r2XITCkt/ZADFQoIBBYAAgECGQECmwMCHgEWIQRr+tyvBjGXrZYeJ+E/ +vSiebbrMoQAA1rkA/i6uLDyZ6tJihJCLPvI4Uvue6vht9VExLufW7v2SnF3h +APkBNMJvGD5bOJnvnSZtRV18yyzouMXj8EdfXCY1HfzcAM44BGitmiESCisG +AQQBl1UBBQEBB0D4PAdZyHG2pKvHUJMzVnLGi8efh0+qIGqfDS/hm7K+ZAMB +CAfCvgQYFgoAcAWCaK2aIQmQP70onm26zKFFFAAAAAAAHAAgc2FsdEBub3Rh +dGlvbnMub3BlbnBncGpzLm9yZyYth6DqbMzmJP+21IFbBSU8+LQNuKEIhlNn +HwfhJ9cVApsMFiEEa/rcrwYxl62WHifhP70onm26zKEAAGFoAP42/EzsBLQr +K+ICGKE9Xte7ot7Zo4Hx3MiwFLpobofJWAD+IqQiNLo5WwwwNeSmS0cwNmov +bN4gNrrXY1/mCGKKGgg= +=7QOI +-----END PGP PUBLIC KEY BLOCK----- From 454416b0bd665406417d4a3985f6175febaa2c52 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 26 Aug 2025 15:15:44 +0300 Subject: [PATCH 2/2] Updated ChangeLog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d34e41ae..3177f87a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ This release adds the following updates: Thanks to xet7. - [Added more info to Windows Offline docs about WRITABLE_PATH and ATTACHMENTS_STORE_PATH](https://github.com/wekan/wekan/pull/5872). Thanks to sowwos. +- [Added PGP public key for sending encrypted email](https://github.com/wekan/wekan/commit/dd80b7308bb6c66113c8e6009c442a44a29e477a). + Thanks to xet7. Thanks to above GitHub users for their contributions and translators for their translations.