diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-14 09:58:02 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-08-14 10:47:10 +0000 |
commit | cd7d11c2e9d14da93414a039c33f8ff29a05c617 (patch) | |
tree | fff52c6a10f7cf3fdcdbd716355aeba5bfefbe24 /apps | |
parent | 14bf5c4ea9b956f66dc8b99f4778d7fda80d5ebe (diff) | |
download | nextcloud-server-cd7d11c2e9d14da93414a039c33f8ff29a05c617.tar.gz nextcloud-server-cd7d11c2e9d14da93414a039c33f8ff29a05c617.zip |
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/lib/WellKnown/SecurityTxtHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/WellKnown/SecurityTxtHandler.php b/apps/settings/lib/WellKnown/SecurityTxtHandler.php index 26bf87d2f94..6a6b2eadc4c 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -38,7 +38,7 @@ class SecurityTxtHandler implements IHandler { } $response = "Contact: https://hackerone.com/nextcloud -Expires: 2024-08-31T23:00:00.000Z +Expires: 2025-02-28T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud |