Skip to content

Commit d652c32

Browse files
committed
fix(security): Update Expires time
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 8f3aa3d commit d652c32

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)