Skip to content

Commit eee5f28

Browse files
Merge pull request #54868 from nextcloud/backport/54858/stable32
[stable32] fix(security): Update Expires time
2 parents e5aae19 + 92dc7a8 commit eee5f28

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)