Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update security.txt expires field #34522

Merged

Conversation

nickvergessen
Copy link
Member

Fix #34480

@nickvergessen nickvergessen added the 3. to review Waiting for reviews label Oct 11, 2022
@nickvergessen nickvergessen added this to the Nextcloud 26 milestone Oct 11, 2022
@nickvergessen nickvergessen self-assigned this Oct 11, 2022
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the bugfix/34480/update-security.txt-expires-field branch from d789d56 to 46070cf Compare October 11, 2022 06:26
@nickvergessen
Copy link
Member Author

/backport to stable25

@nickvergessen
Copy link
Member Author

/backport to stable24

@nickvergessen
Copy link
Member Author

/backport to stable23

@nickvergessen nickvergessen mentioned this pull request Oct 11, 2022
17 tasks
@@ -38,10 +38,11 @@ public function handle(string $service, IRequestContext $context, ?IResponse $pr
}

$response = "Contact: https://hackerone.com/nextcloud
Expires: 2021-12-31T23:00:00.000Z
Expires: 2023-04-31T23:00:00.000Z
Copy link

@BartG95 BartG95 Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

April has thirty days, not thirty-one....

This makes various security.txt checkers, such as internet.nl, tell me that the expires field is invalid.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, that's right. Unluckily the next maintenance releases just went out, so a fox will have to wait until in 4 weeks

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix in #34963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Update security.txt Expires field
4 participants