summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-03-03 14:23:34 +0100
committerKai Köhne <kai.koehne@qt.io>2023-04-25 12:08:56 +0200
commitb1221e421459d261f67e03bb40c8ce36e95f0704 (patch)
treec87ab6f5546234855598268216093f42361d5394
parentf97403b0f4b28f85145cc0d690ed28a31d01ed71 (diff)
downloadqtmultimedia-b1221e421459d261f67e03bb40c8ce36e95f0704.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 Pick-to: 6.5 Change-Id: Ibb81617addfc972c46bf2223c54fa18173c9af4f Reviewed-by: Lars Knoll <lars@knoll.priv.no>
-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",