Skip to content

Commit 3c9f86a

Browse files
Merge pull request #50332 from nextcloud/backport/50330/stable31
[stable31] fix(security): Update .well-known/security.txt expiration date
2 parents 36ef0f1 + 3e138d7 commit 3c9f86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/lib/WellKnown/SecurityTxtHandler.php

+1-1
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-02-28T23:00:00.000Z
25+
Expires: 2025-08-31T23: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)