diff options
author | Alexandru Croitor <[email protected]> | 2025-05-28 18:44:52 +0200 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2025-06-04 17:03:29 +0200 |
commit | 92dceea85ef77c0dddef28917c543902e0f85478 (patch) | |
tree | 9dcd644198112af61baaf2e6af0b5e1a31e788a6 /src/3rdparty/masm | |
parent | 893192a9f4b5ab2ab0a60522f4c7d0b3169f7b03 (diff) |
CMake: Add PURL and CPE info to 3rd party attribution files
[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-137262
Task-number: QTBUG-129602
Change-Id: I1a5691ff042c47461fe4769399c3bd2d6ec52160
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/3rdparty/masm')
-rw-r--r-- | src/3rdparty/masm/qt_attribution.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/masm/qt_attribution.json b/src/3rdparty/masm/qt_attribution.json index 77b144d738..1c98ab8b26 100644 --- a/src/3rdparty/masm/qt_attribution.json +++ b/src/3rdparty/masm/qt_attribution.json @@ -5,6 +5,7 @@ "QtUsage": "Used in Qt QML.", "Homepage": "https://trac.webkit.org/wiki/JavaScriptCore", + "Comment": "no relevant PURL or CPE set, because the dependency is huge, and would show a lot of false positives, at this point it should be considered as part of Qt", "License": "BSD 2-clause \"Simplified\" License", "LicenseId": "BSD-2-Clause", "LicenseFile": "LICENSE", |