Skip to content

Commit 05acb13

Browse files
Merge pull request #34964 from nextcloud/backport/34963/stable25
[stable25] Fix invalid date in security.txt
2 parents ac06307 + 18e8433 commit 05acb13

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
@@ -38,7 +38,7 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
3838
}
3939

4040
$response = "Contact: https://hackerone.com/nextcloud
41-
Expires: 2023-04-31T23:00:00.000Z
41+
Expires: 2023-04-30T23:00:00.000Z
4242
Acknowledgments: https://hackerone.com/nextcloud/thanks
4343
Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories
4444
Policy: https://hackerone.com/nextcloud

0 commit comments

Comments
 (0)