Skip to content

Commit 18e8433

Browse files
Fix invalid date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent ac06307 commit 18e8433

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)