Skip to content

Commit 9b00264

Browse files
feat: add ownCloud 10.16.2RC1 release candidate build (#595)
* feat: add ownCloud 10.16.2RC1 release candidate build Adds 10.16.2RC1 to the CI matrix using the daily testing tarball and comments out CVE-2026-32935 and GHSA-27qh-8cxx-2cr5 in .trivyignore as they will be fixed in 10.16.2. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: re-enable GHSA-27qh-8cxx-2cr5 ignore for php7.4 No fixed version is available for php7.4, so the CVE must remain ignored. Add a clarifying comment explaining the reason. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: restore CVE-2026-32935 ignore with TODO reminder Re-enables the CVE-2026-32935 ignore entry and adds a TODO comment to remove it once ownCloud 10.16.2 is released. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1d3a9d4 commit 9b00264

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- version: 11.0.0-prealpha
3434
tarball: https://download.owncloud.com/server/daily/owncloud-daily-master.tar.bz2
3535
base: v24.04
36+
- version: 10.16.2RC1
37+
tarball: https://download.owncloud.com/server/testing/owncloud-complete-20260414.tar.bz2
38+
base: v22.04
3639
- version: 10.16.1
3740
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2
3841
base: v22.04

.trivyignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ CVE-2024-51736
66

77
CVE-2025-45769
88

9-
# will be fixed with oc 10.16.2 and 11.0.0
9+
# will be fixed with oc 10.16.2 and 11.0.0 - TODO: remove once 10.16.2 is out
1010

1111
CVE-2026-32935
12+
13+
# with php7.4 there is no version available which fixes the following
14+
1215
GHSA-27qh-8cxx-2cr5

0 commit comments

Comments
 (0)