diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 09:46:23 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-23 09:46:23 +0100 |
commit | 22a8bf12daf8e2ef1fd0b0e56171215121ec1fb4 (patch) | |
tree | 8abba01268242333a7b37cb1766bf0ea2743b292 | |
parent | 5c86df4343bb6d8428cbfcc091c13e2422690693 (diff) | |
download | nextcloud-server-backport/50330/stable30.tar.gz nextcloud-server-backport/50330/stable30.zip |
fix(security): Update .well-known/security.txt expiration datebackport/50330/stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 46452ceb42c..b140d48efc6 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -22,7 +22,7 @@ class SecurityTxtHandler implements IHandler { } $response = "Contact: https://hackerone.com/nextcloud -Expires: 2025-02-28T23:00:00.000Z +Expires: 2025-08-31T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud |