diff options
author | Alexandru Croitor <[email protected]> | 2025-05-28 19:03:21 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-06-04 14:03:57 +0200 |
commit | bd86e2f91b829a69aa1f8808753c4fc70ff060d2 (patch) | |
tree | 8a6a8269a7f94d74a178ec92cf67f281de07fc5a | |
parent | 5f1ed8da0eca3d2faeff6cde4da031b61f231dee (diff) |
[ChangeLog][Third-Party Code] Added PURL and CPE information to the
attribution files of 3rd party sources.
Pick-to: 6.5 6.8 6.9 6.10
Fixes: QTBUG-137264
Task-number: QTBUG-129602
Change-Id: Ied50c009c8208ab576e5432586c99cb0e8ba84b4
Reviewed-by: Joerg Bornemann <[email protected]>
-rw-r--r-- | qt_attribution.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/qt_attribution.json b/qt_attribution.json index 50f2148a..facf4971 100644 --- a/qt_attribution.json +++ b/qt_attribution.json @@ -12,7 +12,11 @@ "LicenseId": "BSD-3-Clause", "LicenseFile": "LICENSES/LicenseRef-protobuf.txt", "Copyright": "Copyright 2008 Google Inc.", - "Version": "21.9" + "Version": "21.9", + "PURL": [ + "pkg:github/protocolbuffers/protobuf@v$<VERSION>" + ], + "CPE": "cpe:2.3:a:google:protobuf:$<VERSION>:*:*:*:*:*:*:*" }, { "Id": "protobuf-qtgrpcgen", @@ -27,7 +31,11 @@ "LicenseId": "BSD-3-Clause", "LicenseFile": "LICENSES/LicenseRef-protobuf.txt", "Copyright": "Copyright 2008 Google Inc.", - "Version": "21.9" + "Version": "21.9", + "PURL": [ + "pkg:github/protocolbuffers/protobuf@v$<VERSION>" + ], + "CPE": "cpe:2.3:a:google:protobuf:$<VERSION>:*:*:*:*:*:*:*" }, { "Id": "grpc", @@ -38,6 +46,7 @@ "SecurityCritical": false, "Homepage": "https://grpc.io/", + "Comment": "no relevant PURL or CPE set, because the dependency is just for examples and tests", "License": "Apache License 2.0", "LicenseId": "Apache-2.0", "LicenseFile": "LICENSE.Apache-2.0.txt", |