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 Expires time
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Sep 4, 2025
commit 7aace512da81c80f21fd3bf21e763eaa63d422f1
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-08-31T23:00:00.000Z
Expires: 2026-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
Loading