Skip to content

Commit 66d2aa7

Browse files
Merge pull request #54866 from nextcloud/backport/54858/stable31
[stable31] fix(security): Update Expires time
2 parents b813579 + 1435a68 commit 66d2aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/lib/WellKnown/SecurityTxtHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
2222
}
2323

2424
$response = 'Contact: https://hackerone.com/nextcloud
25-
Expires: 2025-08-31T23:00:00.000Z
25+
Expires: 2026-04-30T23:00:00.000Z
2626
Acknowledgments: https://hackerone.com/nextcloud/thanks
2727
Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories
2828
Policy: https://hackerone.com/nextcloud

0 commit comments

Comments
 (0)