mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
25bc2e50c3
commit
c05b1e841a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class SecurityTxtHandler implements IHandler {
|
|||
}
|
||||
|
||||
$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
|
||||
|
|
|
|||
Loading…
Reference in a new issue