Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Dec 4, 2023
commit 60a6adf113701e7af278d9a84e2ed0b4b27776bb
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-08-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