diff options
author | Joas Schilling <coding@schilljs.com> | 2023-11-23 09:17:50 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-11-23 10:09:39 +0100 |
commit | 61572c1985f93ddc634c893415026e2cae826bf4 (patch) | |
tree | 6eec8e82ab06676f84c9d587370dab16b9471c05 /apps/settings/lib/WellKnown | |
parent | 2f26f647abedce9e4b661a993b3a2f14cc0b21c8 (diff) | |
download | nextcloud-server-61572c1985f93ddc634c893415026e2cae826bf4.tar.gz nextcloud-server-61572c1985f93ddc634c893415026e2cae826bf4.zip |
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings/lib/WellKnown')
-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 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 |