diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-14 09:58:02 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-08-14 10:43:32 +0000 |
commit | 3c02c442afe45c12d3fb9877382a38ea0672963e (patch) | |
tree | 339138c70129b0544371cd5ccd02dd6e0a2b01fd /apps/settings/lib | |
parent | 458524e2e3abadaab1a4f697cfeda9ce939bc4ed (diff) | |
download | nextcloud-server-3c02c442afe45c12d3fb9877382a38ea0672963e.tar.gz nextcloud-server-3c02c442afe45c12d3fb9877382a38ea0672963e.zip |
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings/lib')
-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 3fb7ce83648..46452ceb42c 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: 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 |