chore: bump version to 2.3.5 - #369
Closed
oc-tmueller wants to merge 1 commit into
Closed
oc-tmueller wants to merge 1 commit into
oc-tmueller wants to merge 1 commit into
Conversation
Release the two access-token audience checks on the ownCloud 10 line. #356 shipped on the oc11 line in v2.4.1 but never reached 2.3, so v2.3.5 is the first 10.x release carrying either half of the check. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Signed-off-by: Thomas Müller <323649642+oc-tmueller@users.noreply.github.com>
This was referenced Sep 11, 2026
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the ownCloud 10 security release.
appinfo/info.xml:2.3.4→2.3.5. Theowncloud min-version="10.12" max-version="10"/php min-version="7.4"block is untouched.CHANGELOG.md: new## [2.3.5]section under### Security- the heading this branch's own 2.3.4 entry established. Both entries are first releases of the fix on the 10.x line, not backport housekeeping: fix: verify token audience to prevent cross-client account takeover #356 shipped on the oc11 line in v2.4.1 but never reached 2.3, so the whole 10.x line stayed exposed to OC10-115 as well as OC10-147 until this release.The date is set to today (2026-09-11) - adjust it if the merge slips.
release.ymlrefuses to release unless the tag minusvequals<version>, so this has to merge beforev2.3.5is tagged.Stack
release-2.3.4as its parents merge)Follow-ups, not in this PR
openidconnect.tar.gz