From c05b1e841a3569203dfd78382cf3f39a1e828eb8 Mon Sep 17 00:00:00 2001 From: Joas Schilling <coding@schilljs.com> Date: Thu, 23 Nov 2023 09:17:50 +0100 Subject: fix(security): Update expiration date in security.txt Signed-off-by: Joas Schilling <coding@schilljs.com> --- apps/settings/lib/WellKnown/SecurityTxtHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit v1.2.3