diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:32:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-17 10:32:16 +0200 |
commit | e03856060666edd5560c9cf522a59155b69822ec (patch) | |
tree | 1d9095c12a2291d088c83311ac1cc7c7d8462e18 /apps | |
parent | 511fbb3f1057209ab5d9d2956dff745deb3a9790 (diff) | |
download | nextcloud-server-e03856060666edd5560c9cf522a59155b69822ec.tar.gz nextcloud-server-e03856060666edd5560c9cf522a59155b69822ec.zip |
chore(security): Bump "Expires" of well-known/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..e401ba0a0a1 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: 2023-12-31T23:00:00.000Z Acknowledgments: https://hackerone.com/nextcloud/thanks Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories Policy: https://hackerone.com/nextcloud |