Skip to content

Commit

Permalink
fix(security): Update expiration date in security.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Nov 27, 2023
1 parent 25bc2e5 commit c05b1e8
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 @@ -38,7 +38,7 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
}

$response = "Contact: https://hackerone.com/nextcloud
Expires: 2023-12-31T23:00:00.000Z
Expires: 2024-04-30T23: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 c05b1e8

Please sign in to comment.