Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
base: v24.04
- version: 10.16.1
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20260218.tar.bz2
base: v24.04
base: v22.04
- version: 10.15.3
tarball: https://download.owncloud.com/server/stable/owncloud-complete-20250703.tar.bz2
base: v22.04
Expand Down
7 changes: 7 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vulnerability is affecting windows only

CVE-2024-51736

# only RSA keys are affected - we are using HS256 in wopi and files_texteditor

CVE-2025-45769

# will be fixed with oc 10.16.2 and 11.0.0

CVE-2026-32935
GHSA-27qh-8cxx-2cr5
Loading