diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2025-01-23 15:06:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 15:06:17 +0100 |
commit | 346253e95a824c79d70e96e4efa2263ffd5eb520 (patch) | |
tree | fd0e89fb4ca2ee4f4c8aee38fa7ebb9d2a6cba9c | |
parent | 286ceead157794cf3cfa3810dfb2b7575e187723 (diff) | |
parent | 22a8bf12daf8e2ef1fd0b0e56171215121ec1fb4 (diff) | |
download | nextcloud-server-346253e95a824c79d70e96e4efa2263ffd5eb520.tar.gz nextcloud-server-346253e95a824c79d70e96e4efa2263ffd5eb520.zip |
Merge pull request #50333 from nextcloud/backport/50330/stable30
[stable30] fix(security): Update .well-known/security.txt expiration date
-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 |