diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 09:46:23 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-23 08:48:13 +0000 |
commit | 4f067e5bff5119a69080c2e82ccb831aeee1cfb1 (patch) | |
tree | 8c185cb195afa99a4771aee9696f46f5a2055f33 | |
parent | 37451ab9fe270008e907bd517040073330cdaf2b (diff) | |
download | nextcloud-server-backport/50333/stable29.tar.gz nextcloud-server-backport/50333/stable29.zip |
fix(security): Update .well-known/security.txt expiration datebackport/50333/stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/settings/lib/WellKnown/SecurityTxtHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/WellKnown/SecurityTxtHandler.php b/apps/settings/lib/WellKnown/SecurityTxtHandler.php index 6a6b2eadc4c..6d9617c004c 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -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 |