From 2a90e96523a60769c25e7b459a5275c0e2dff878 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 27 Jan 2022 20:19:17 +0000 Subject: [PATCH] Update security PGP key to use new wagtail.org domain --- README.md | 2 +- SECURITY.md | 2 +- docs/contributing/security.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae9d5c8fdb..81797d2627 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Wagtail is sponsored by [Torchbox](https://torchbox.com/). If you need help impl We take the security of Wagtail, and related packages we maintain, seriously. If you have found a security issue with any of our projects please email us at [security@wagtail.org](mailto:security@wagtail.org) so we can work together to find and patch the issue. We appreciate responsible disclosure with any security related issues, so please contact us first before creating a Github issue. -If you want to send an encrypted email (optional), the public key ID for security@wagtail.org is 0x6ba1e1a86e0f8ce8, and this public key is available from most commonly-used keyservers. +If you want to send an encrypted email (optional), the public key ID for security@wagtail.org is 0xbed227b4daf93ff9, and this public key is available from most commonly-used keyservers. ### Release schedule diff --git a/SECURITY.md b/SECURITY.md index d1acff3c18..5c3e6a57f4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ # Security We take the security of Wagtail, and related packages we maintain, seriously. If you have found a security issue with any of our projects please email us at security@wagtail.org so we can work together to find and patch the issue. We appreciate responsible disclosure with any security related issues, so please contact us first before creating a Github issue. -If you want to send an encrypted email (optional), the public key ID for security@wagtail.org is 0x6ba1e1a86e0f8ce8, and this public key is available from most commonly-used keyservers. +If you want to send an encrypted email (optional), the public key ID for security@wagtail.org is 0xbed227b4daf93ff9, and this public key is available from most commonly-used keyservers. diff --git a/docs/contributing/security.md b/docs/contributing/security.md index 755db16a71..0531df1b9a 100644 --- a/docs/contributing/security.md +++ b/docs/contributing/security.md @@ -12,7 +12,7 @@ Mail sent to that address reaches a subset of the core team, who can forward sec Once you've submitted an issue via email, you should receive an acknowledgement from a member of the security team within 48 hours, and depending on the action to be taken, you may receive further followup emails. -If you want to send an encrypted email (optional), the public key ID for is `0x6ba1e1a86e0f8ce8`, and this public key is available from most commonly-used keyservers. +If you want to send an encrypted email (optional), the public key ID for is `0xbed227b4daf93ff9`, and this public key is available from most commonly-used keyservers. Django security issues should be reported directly to the Django Project, following [Django\'s security policies](https://docs.djangoproject.com/en/dev/internals/security/) (upon which Wagtail\'s own policies are based).