diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-03-03 12:13:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-03 12:13:23 +0100 |
commit | 9a74c6235631b91a122d2cee02a765b02bfe6877 (patch) | |
tree | 736e8040dfabe69b9460d0a79e677ed1884aa5e0 | |
parent | a0ef29d8a1c7907de85390f1b58b91439db4abf4 (diff) | |
parent | 31435a038b97ad5dd0c4c1a2b144896fc9d612bd (diff) | |
download | nextcloud-server-9a74c6235631b91a122d2cee02a765b02bfe6877.tar.gz nextcloud-server-9a74c6235631b91a122d2cee02a765b02bfe6877.zip |
Merge pull request #37037 from nextcloud/backport/37023/stable24
[stable24] chore(security): Bump "Expires" of well-known/security.txt
-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 665dfba0710..e245c6f028f 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: 2023-04-30T23:00:00.000Z +Expires: 2023-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 |