diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2023-11-27 12:03:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 12:03:47 +0100 |
commit | 057daaee9d9377ac9e527e3e45d78be8070c5384 (patch) | |
tree | 1ce6cf81a74927bcf392b39b2388960c3ab8a32b /apps | |
parent | e6106cfbc2f34fabb8e00f02b00f24ec973235ea (diff) | |
parent | c05b1e841a3569203dfd78382cf3f39a1e828eb8 (diff) | |
download | nextcloud-server-057daaee9d9377ac9e527e3e45d78be8070c5384.tar.gz nextcloud-server-057daaee9d9377ac9e527e3e45d78be8070c5384.zip |
Merge pull request #41761 from nextcloud/backport/41678/stable28
fix(security): Update expiration date in security.txt
Diffstat (limited to 'apps')
-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 e401ba0a0a1..309485e1214 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-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 |