diff options
Diffstat (limited to 'src')
-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", |