Merge pull request #54866 from nextcloud/backport/54858/stable31

[stable31] fix(security): Update Expires time
pull/54923/head
Joas Schilling 9 months ago committed by GitHub
commit 66d2aa7f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/settings/lib/WellKnown/SecurityTxtHandler.php

@ -22,7 +22,7 @@ class SecurityTxtHandler implements IHandler {
}
$response = 'Contact: https://hackerone.com/nextcloud
Expires: 2025-08-31T23:00:00.000Z
Expires: 2026-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