Browse Source

Fix invalid date in security.txt

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/34963/head
Joas Schilling 3 years ago
parent
commit
e096ca7d01
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 2
      apps/settings/lib/WellKnown/SecurityTxtHandler.php

2
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

Loading…
Cancel
Save