We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ea5ee commit 3bf899eCopy full SHA for 3bf899e
2 files changed
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
base: v24.04
36
- version: 10.16.1
37
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2
38
- base: v24.04
+ base: v22.04
39
- version: 10.15.3
40
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2
41
base: v22.04
.trivyignore
@@ -1,5 +1,12 @@
1
# vulnerability is affecting windows only
2
+
3
CVE-2024-51736
4
5
# only RSA keys are affected - we are using HS256 in wopi and files_texteditor
6
7
CVE-2025-45769
8
9
+# will be fixed with oc 10.16.2 and 11.0.0
10
11
+CVE-2026-32935
12
+GHSA-27qh-8cxx-2cr5
0 commit comments