diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 08:42:30 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-23 08:43:32 +0000 |
commit | 3e138d71f4ed281ac28b842eccf1d55ee3e79b5e (patch) | |
tree | de089c1b0b25b07b57d12f692c7cea015a082e51 | |
parent | be557caec03d8298646f9fff6d07f7fb6e3a8716 (diff) | |
download | nextcloud-server-backport/50330/stable31.tar.gz nextcloud-server-backport/50330/stable31.zip |
fix(security): Update .well-known/security.txt expiration datebackport/50330/stable31
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 e52f946e1ad..60ab2d57a38 100644 --- a/apps/settings/lib/WellKnown/SecurityTxtHandler.php +++ b/apps/settings/lib/WellKnown/SecurityTxtHandler.php @@ -22,7 +22,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 |