diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:58 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:58 +0100 |
commit | b08563df3209b234948271a912a4d233ae1aa974 (patch) | |
tree | 129d4454e855206bd936e56cd753e8445a18a01e /apps/settings | |
parent | 8722333737b862270bbe92afcb75920ab4f3f349 (diff) | |
download | nextcloud-server-b08563df3209b234948271a912a4d233ae1aa974.tar.gz nextcloud-server-b08563df3209b234948271a912a4d233ae1aa974.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 309485e1214..26bf87d2f94 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: 2024-04-30T23:00:00.000Z +Expires: 2024-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 |