diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-28 11:20:58 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-03-28 11:09:23 +0000 |
commit | 48a4a955945ff3484fdfe4d0dab78ef5efed2f89 (patch) | |
tree | ac9d85e7f4732fcffc164d82a9127987ca852d8b /apps | |
parent | 28c8a46ef9e076015ae52335e71d9dd5f5432c5e (diff) | |
download | nextcloud-server-48a4a955945ff3484fdfe4d0dab78ef5efed2f89.tar.gz nextcloud-server-48a4a955945ff3484fdfe4d0dab78ef5efed2f89.zip |
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-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 |