-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tools that consume SBOMs expect that each SBOM package will contain a unique purl: https://github.com/package-url/purl-spec Each Qt target maps to an SBOM package, so generate a target-specific PURL for each Qt target, by using the combination of the repo name and target name as the purl name. The purl external reference will then look something like: ExternalRef: PACKAGE-MANAGER purl pkg:/TheQtCompany/[email protected] Also allow customizing the purl for each target by specifying one of the following options to functions like qt_internal_add_module or qt_internal_extend_sbom: - PURL_TYPE - PURL_NAMESPACE - PURL_NAME - PURL_VERSION - PURL_SUBPATH - PURL_QUALIFIERS - NO_PURL - NO_DEFAULT_QT_PURL Pick-to: 6.8 Task-number: QTBUG-122899 Change-Id: I6926dd773a0ef6fc688664bcac7b23483ecbabe6 Reviewed-by: Kai Köhne <[email protected]> Reviewed-by: Alexey Edelev <[email protected]>
- Loading branch information
Showing
1 changed file
with
204 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters