File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ ownCloud admins and users.
5151* Enhancement - Shares space in Android native file explorer: [ #4515 ] ( https://github.com/owncloud/android/issues/4515 )
5252* Enhancement - Accessibility reports in 4.5.1: [ #4568 ] ( https://github.com/owncloud/android/issues/4568 )
5353* Enhancement - Support for Kiteworks servers without client secret: [ #4588 ] ( https://github.com/owncloud/android/issues/4588 )
54+ * Enhancement - SBOM (Software Bill of Materials): [ #4598 ] ( https://github.com/owncloud/android/issues/4598 )
5455
5556## Details
5657
@@ -176,6 +177,15 @@ ownCloud admins and users.
176177 https://github.com/owncloud/android/issues/4588
177178 https://github.com/owncloud/android/pull/4589
178179
180+ * Enhancement - SBOM (Software Bill of Materials): [ #4598 ] ( https://github.com/owncloud/android/issues/4598 )
181+
182+ SBOM to be generated in every PR via GitHub Actions with the list of all
183+ dependencies used in the code. Tool cyclonedx builds it, artifact is exported to
184+ xml and finally converted to html with a xlst template.
185+
186+ https://github.com/owncloud/android/issues/4598
187+ https://github.com/owncloud/android/pull/4599
188+
179189# Changelog for ownCloud Android Client [ 4.5.1] (2025-04-03)
180190
181191The following sections list the changes in ownCloud Android Client 4.5.1 relevant to
You can’t perform that action at this time.
0 commit comments