File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ ownCloud admins and users.
5252* Enhancement - Shares space in Android native file explorer: [ #4515 ] ( https://github.com/owncloud/android/issues/4515 )
5353* Enhancement - Accessibility reports in 4.5.1: [ #4568 ] ( https://github.com/owncloud/android/issues/4568 )
5454* Enhancement - Support for Kiteworks servers without client secret: [ #4588 ] ( https://github.com/owncloud/android/issues/4588 )
55+ * Enhancement - SBOM (Software Bill of Materials): [ #4598 ] ( https://github.com/owncloud/android/issues/4598 )
5556
5657## Details
5758
@@ -186,6 +187,15 @@ ownCloud admins and users.
186187 https://github.com/owncloud/android/issues/4588
187188 https://github.com/owncloud/android/pull/4589
188189
190+ * Enhancement - SBOM (Software Bill of Materials): [ #4598 ] ( https://github.com/owncloud/android/issues/4598 )
191+
192+ SBOM to be generated in every PR via GitHub Actions with the list of all
193+ dependencies used in the code. Tool cyclonedx builds it, artifact is exported to
194+ xml and finally converted to html with a xlst template.
195+
196+ https://github.com/owncloud/android/issues/4598
197+ https://github.com/owncloud/android/pull/4599
198+
189199# Changelog for ownCloud Android Client [ 4.5.1] (2025-04-03)
190200
191201The 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