diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-08-15 10:54:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 10:54:47 +0200 |
commit | 60f3412c7ae96002c1b3fb0aeabad804bc90858f (patch) | |
tree | 4b3057a6fa2708f99c9b96dede1d5ae3c149173c | |
parent | 4515feef0c294465381fa39c460e4aff15e526ab (diff) | |
parent | bb324019fa29a9d4e0fb472c2010906c18a9ce05 (diff) | |
download | nextcloud-server-60f3412c7ae96002c1b3fb0aeabad804bc90858f.tar.gz nextcloud-server-60f3412c7ae96002c1b3fb0aeabad804bc90858f.zip |
Merge pull request #47230 from nextcloud/backport/47212/stable29
[stable29] fix(security): Update expiration date in security.txt
-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 |