feat(server): update 11.0.0-rc1 to 11.0.0-rc2 image from GitHub release tarball#669
Merged
Conversation
…se tarball Replace the pinned 11.0.0-rc1 tarball with the newly published 11.0.0-rc2 release: https://github.com/owncloud/core/releases/download/v11.0.0-rc2/owncloud-11.0.0-rc2.tar.bz2 (sha256 9738a7a95c50cf693249f45259354e0c3cb61aac5b759a623c954ccac50ba2f0) Unlike rc1, rc2 does not publish a separate "-complete-" tarball asset, so the release asset is pinned directly. Renamed the versioned .trivyignore directory to match, and fixed agents.md's already-stale 11.0.0-prealpha mentions. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Contributor
Author
|
Wrong tar ball.... |
DeepDiver1975
marked this pull request as draft
July 23, 2026 11:40
…sset Use owncloud-complete-20260723.tar.bz2 (sha256 c31bec173c6ddc7a2e276031ee46e777a77ed852b157f65861bc68b6ab412b50), consistent with how 10.16.3 and the previous 11.0.0-rc1 build were pinned to a "-complete-" release asset bundling apps, rather than the bare owncloud-11.0.0-rc2.tar.bz2 core-only asset. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
marked this pull request as ready for review
July 23, 2026 12:04
The 11.0.0-rc2 complete tarball bundles the "notes" marketplace app, which vendors old client-side JS libraries that Trivy flags as HIGH/CRITICAL, failing the scan (build itself succeeds): angular 1.4.14 CVE-2019-10768 (prototype pollution) prismjs 0.0.1 CVE-2021-23341, CVE-2021-32723 (ReDoS) underscore 1.7.0 CVE-2021-23358, CVE-2026-27601 (template code exec / ReDoS) These are frontend-only, live in an optional bundled app, and can only be fixed upstream in owncloud/core. Accept them in the per-version .trivyignore with justification, matching the repo's existing pattern. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
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.
Summary
11.0.0-rc1to11.0.0-rc2(https://github.com/owncloud/core/releases/tag/v11.0.0-rc2)owncloud-11.0.0-rc2.tar.bz2(sha2569738a7a95c50cf693249f45259354e0c3cb61aac5b759a623c954ccac50ba2f0) — note rc2 does not publish a separate-complete-asset like rc1 did, so the direct release asset is pinned instead.trivyignoredirectoryv24.04/11.0.0-rc1/→v24.04/11.0.0-rc2/README.mdversion references and fixedagents.md's already-stale11.0.0-prealphamentionsTest plan
v24.04matrix entryowncloud/server:11.0.0-rc2starts correctly and passes the smoke test