summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-03 14:23:34 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-25 14:54:26 +0000
commit3494d979bf93b81161dfa22e5622f0b702b6c1ad (patch)
treea657a6c875fd1022ba09f0ce60dd5a77b8ed2c38
parentbbc718c06896bbc1c444282c590f101c0d618ee9 (diff)
downloadqtmultimedia-3494d979bf93b81161dfa22e5622f0b702b6c1ad.tar.gz
Highlight third-party modules that are security critical
Mark any modules listed as 'processing untrusted content' in https://wiki.qt.io/Third_Party_Code_in_Qt also in the qt_attribution.json files. For reasoning, see also https://lists.qt-project.org/pipermail/development/2023-February/043667.html Change-Id: Ibb81617addfc972c46bf2223c54fa18173c9af4f Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit b1221e421459d261f67e03bb40c8ce36e95f0704) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/3rdparty/eigen/qt_attribution.json1
-rw-r--r--src/3rdparty/pffft/qt_attribution.json1
-rw-r--r--src/3rdparty/resonance-audio/qt_attribution.json1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/eigen/qt_attribution.json b/src/3rdparty/eigen/qt_attribution.json
index 56985456d..866a610b0 100644
--- a/src/3rdparty/eigen/qt_attribution.json
+++ b/src/3rdparty/eigen/qt_attribution.json
@@ -4,6 +4,7 @@
"QDocModule": "qtspatialaudio",
"Description": "The Eigen C++ linear algebra library.",
"QtUsage": "Used for mathematics to support spatial audio.",
+ "SecurityCritical": true,
"Homepage": "https://eigen.tuxfamily.org/",
"Version": "3.4.0",
diff --git a/src/3rdparty/pffft/qt_attribution.json b/src/3rdparty/pffft/qt_attribution.json
index 28d4a0a20..a5c9553d9 100644
--- a/src/3rdparty/pffft/qt_attribution.json
+++ b/src/3rdparty/pffft/qt_attribution.json
@@ -4,6 +4,7 @@
"QDocModule": "qtspatialaudio",
"Description": "A pretty fast FFT.",
"QtUsage": "Used to support spatial audio.",
+ "SecurityCritical": true,
"Homepage": "https://bitbucket.org/jpommier/pffft.git",
"Version": "7c3b5a7dc510",
diff --git a/src/3rdparty/resonance-audio/qt_attribution.json b/src/3rdparty/resonance-audio/qt_attribution.json
index 8eb0917f6..6f56457cb 100644
--- a/src/3rdparty/resonance-audio/qt_attribution.json
+++ b/src/3rdparty/resonance-audio/qt_attribution.json
@@ -4,6 +4,7 @@
"QDocModule": "qtspatialaudio",
"Description": "3D audio support.",
"QtUsage": "Used to implement spatial audio.",
+ "SecurityCritical": true,
"Homepage": "https://resonance-audio.github.io/resonance-audio/",
"Version": "e225aedb5ec7",