Skip to content

Commit

Permalink
Merge pull request #50333 from nextcloud/backport/50330/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(security): Update .well-known/security.txt expiration date
  • Loading branch information
nickvergessen authored Jan 23, 2025
2 parents 286ceea + 22a8bf1 commit 346253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/WellKnown/SecurityTxtHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
}

$response = "Contact: https://hackerone.com/nextcloud
Expires: 2025-02-28T23:00:00.000Z
Expires: 2025-08-31T23:00:00.000Z
Acknowledgments: https://hackerone.com/nextcloud/thanks
Acknowledgments: https://github.com/nextcloud/security-advisories/security/advisories
Policy: https://hackerone.com/nextcloud
Expand Down

0 comments on commit 346253e

Please sign in to comment.