diff options
author | Alexandru Croitor <[email protected]> | 2025-05-28 18:39:20 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-05-30 09:47:56 +0000 |
commit | 3fe5821dad98747d6e41c9ed54b86c3d0eee9daf (patch) | |
tree | 8a7915b73bcaa535c644f8c0dfed7dea85683a91 | |
parent | c6eab28406fb0d8b2bd053ab5d9a09b4107166e2 (diff) |
[ChangeLog][Third-Party Code] Added PURL and CPE information to the
attribution files of 3rd party sources.
Task-number: QTBUG-137261
Task-number: QTBUG-129602
Change-Id: I529e82f0ed2a8bc4f5acd4acb009ab98691be0d9
Reviewed-by: Alexey Edelev <[email protected]>
-rw-r--r-- | src/3rdparty/qt_attribution.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/3rdparty/qt_attribution.json b/src/3rdparty/qt_attribution.json index a0ec2a8..8a363d2 100644 --- a/src/3rdparty/qt_attribution.json +++ b/src/3rdparty/qt_attribution.json @@ -8,6 +8,10 @@ "Path": "litehtml/src/gumbo", "Description": "Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies.", "Homepage": "https://github.com/google/gumbo-parser", + "PURL": [ + "pkg:github/google/gumbo-parser@$<VERSION>" + ], + "Comment": "No relevant CPE found", "Version": "0.10.1", "LicenseId": "Apache-2.0 AND MIT", "License": "Apache License 2.0 AND MIT", @@ -22,7 +26,11 @@ "Path": "litehtml", "Description": "litehtml is the lightweight HTML rendering engine with CSS2/CSS3 support.", "Homepage": "https://github.com/litehtml/litehtml", - "Version": "v0.9", + "PURL": [ + "pkg:github/litehtml/litehtml@v$<VERSION>" + ], + "Comment": "No relevant CPE found", + "Version": "0.9", "LicenseId": "BSD-3-Clause", "License": "BSD 3-Clause \"New\" or \"Revised\" License", "LicenseFile": "litehtml/LICENSE", |