diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 09:17:50 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-27 10:45:28 +0100 |
commit | c05b1e841a3569203dfd78382cf3f39a1e828eb8 (patch) | |
tree | c16a36e707b9b3c96ad46eea83b17d53cef1083a /apps/settings | |
parent | 25bc2e50c34fc36d9d792d9624d9b4a957112b0e (diff) | |
download | nextcloud-server-c05b1e841a3569203dfd78382cf3f39a1e828eb8.tar.gz nextcloud-server-c05b1e841a3569203dfd78382cf3f39a1e828eb8.zip |
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings')
-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 e401ba0a0a1..309485e1214 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: 2023-12-31T23:00:00.000Z +Expires: 2024-04-30T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud |