mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 20:40:39 -05:00
Merge pull request #50334 from nextcloud/backport/50333/stable29
[stable29] fix(security): Update .well-known/security.txt expiration date
This commit is contained in:
commit
d2dedc7998
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class SecurityTxtHandler implements IHandler {
|
|||
}
|
||||
|
||||
$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
|
||||
|
|
|
|||
Loading…
Reference in a new issue