diff options
author | Joas Schilling <coding@schilljs.com> | 2022-11-04 07:54:57 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-11-04 07:54:57 +0100 |
commit | e096ca7d01ed90d924d39536da0799a7c88f9059 (patch) | |
tree | ec67a25ca33f9ac8a516627cf0fcfd5fc5715d18 /apps/settings | |
parent | 8795433208f431ef8abdb1cb19f3caf4939966ec (diff) | |
download | nextcloud-server-e096ca7d01ed90d924d39536da0799a7c88f9059.tar.gz nextcloud-server-e096ca7d01ed90d924d39536da0799a7c88f9059.zip |
Fix invalid 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 e0b627dc269..665dfba0710 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-04-31T23:00:00.000Z +Expires: 2023-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 |