diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 09:17:50 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-12-04 11:26:24 +0100 |
commit | 9349bd50859fb1f5376cc0c11e4b6e3a7422c77d (patch) | |
tree | e34654d2f770e1db34a6906675023415dbdddfe7 /apps | |
parent | d873dec11767e94990a19a609b2b9db3c7ac339e (diff) | |
download | nextcloud-server-9349bd50859fb1f5376cc0c11e4b6e3a7422c77d.tar.gz nextcloud-server-9349bd50859fb1f5376cc0c11e4b6e3a7422c77d.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 e245c6f028f..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-08-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 |