Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-serialbus for openSUSE:Factory 
checked in at 2026-03-28 20:12:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-serialbus (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-serialbus.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-serialbus"

Sat Mar 28 20:12:47 2026 rev:35 rq:1342812 version:6.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-serialbus/qt6-serialbus.changes      
2026-02-03 21:28:07.292125010 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-serialbus.new.8177/qt6-serialbus.changes    
2026-03-28 20:13:19.309350472 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 10:37:53 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.11.0
+  https://www.qt.io/blog/qt-6.11-released
+
+-------------------------------------------------------------------

Old:
----
  qtserialbus-everywhere-src-6.10.2.tar.xz

New:
----
  qtserialbus-everywhere-src-6.11.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-serialbus.spec ++++++
--- /var/tmp/diff_new_pack.9BEZMc/_old  2026-03-28 20:13:19.861373256 +0100
+++ /var/tmp/diff_new_pack.9BEZMc/_new  2026-03-28 20:13:19.861373256 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-serialbus
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.10.2
-%define short_version 6.10
+%define real_version 6.11.0
+%define short_version 6.11
 %define tar_name qtserialbus-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-serialbus
-Version:        6.10.2
+Version:        6.11.0
 Release:        0
 Summary:        Qt 6 SerialBus library
 License:        GPL-2.0-or-later OR LGPL-3.0-only

++++++ qtserialbus-everywhere-src-6.10.2.tar.xz -> 
qtserialbus-everywhere-src-6.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/.cmake.conf 
new/qtserialbus-everywhere-src-6.11.0/.cmake.conf
--- old/qtserialbus-everywhere-src-6.10.2/.cmake.conf   2026-01-20 
05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/.cmake.conf   2026-03-09 
11:37:43.000000000 +0100
@@ -1,7 +1,8 @@
-set(QT_REPO_MODULE_VERSION "6.10.2")
+set(QT_REPO_MODULE_VERSION "6.11.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES
     "QT_NO_CONTEXTLESS_CONNECT=1"
     "QT_NO_FOREACH=1"
     "QT_NO_QASCONST=1"
+    "QT_NO_URL_CAST_FROM_STRING=1"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/.tag 
new/qtserialbus-everywhere-src-6.11.0/.tag
--- old/qtserialbus-everywhere-src-6.10.2/.tag  2026-01-20 05:38:05.000000000 
+0100
+++ new/qtserialbus-everywhere-src-6.11.0/.tag  2026-03-09 11:37:43.000000000 
+0100
@@ -1 +1 @@
-47978f2e23fff4680e2529e4d5e3902060e235fe
+50f98ed65b1f38a8db4c1fc889bf53ab28643a54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/CMakeLists.txt 
new/qtserialbus-everywhere-src-6.11.0/CMakeLists.txt
--- old/qtserialbus-everywhere-src-6.10.2/CMakeLists.txt        2026-01-20 
05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/CMakeLists.txt        2026-03-09 
11:37:43.000000000 +0100
@@ -39,8 +39,13 @@
     return()
 endif()
 
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core Network)
-find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets 
SerialPort)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals)
+
+# This should be called as early as possible, just after 
find_package(BuildInternals) where it is
+# defined.
 qt_internal_project_setup()
 
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core Network)
+find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS Gui Widgets 
SerialPort)
+
 qt_build_repo()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/REUSE.toml 
new/qtserialbus-everywhere-src-6.11.0/REUSE.toml
--- old/qtserialbus-everywhere-src-6.10.2/REUSE.toml    2026-01-20 
05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/REUSE.toml    2026-03-09 
11:37:43.000000000 +0100
@@ -5,14 +5,14 @@
         "tests/**.json"]
 precedence = "closest"
 comment = "test files"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
 
 [[annotations]]
 path = ["src/plugins/**.json"]
 precedence = "closest"
 comment = "source plugins"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only"
 
 [[annotations]]
@@ -20,40 +20,40 @@
         "**ci_config_linux.json", ".tag"]
 precedence = "closest"
 comment = "build system"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "BSD-3-Clause"
 
 [[annotations]]
 path = ["**/.gitattributes", "**.gitignore", "**/.gitreview"]
 precedence = "closest"
 comment = "infrastructure"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["examples/**"]
 comment = "this must be after the build system table because example and 
snippets take precedence over build system"
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/doc/images/**", "**.qdocconf"]
 comment = "documentation"
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
 
 [[annotations]]
 path = ["**.toml", "licenseRule.json"]
 precedence = "override"
 comment = "infrastructure"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/qt_attribution.json"]
 precedence = "override"
 comment = "documentation"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/dependencies.yaml 
new/qtserialbus-everywhere-src-6.11.0/dependencies.yaml
--- old/qtserialbus-everywhere-src-6.10.2/dependencies.yaml     2026-01-20 
05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/dependencies.yaml     2026-03-09 
11:37:43.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e
+    ref: 8ba7ea4b77a4b8f1948760221e264917ddc9e1c8
     required: true
   ../qtserialport:
-    ref: c61f3e13e47856b0048edee5d9e9ad22ee334963
+    ref: 14ab9f3aa49077b5ddd2f38b45c05753b89ad851
     required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtserialbus-everywhere-src-6.10.2/dist/REUSE.toml 
new/qtserialbus-everywhere-src-6.11.0/dist/REUSE.toml
--- old/qtserialbus-everywhere-src-6.10.2/dist/REUSE.toml       2026-01-20 
05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/dist/REUSE.toml       2026-03-09 
11:37:43.000000000 +0100
@@ -4,5 +4,5 @@
 path = ["*"]
 precedence = "override"
 comment = "Licensed as documentation."
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/j2534passthru.cpp
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/j2534passthru.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/j2534passthru.cpp
      2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/j2534passthru.cpp
      2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "j2534passthru.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/j2534passthru.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/j2534passthru.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/j2534passthru.h
        2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/j2534passthru.h
        2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PASSTHRUCAN_J2534PASSTHRU_H
 #define PASSTHRUCAN_J2534PASSTHRU_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/main.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/main.cpp   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/main.cpp   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "passthrucanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanbackend.cpp
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanbackend.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanbackend.cpp
 2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanbackend.cpp
 2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "passthrucanbackend.h"
 #include "passthrucanio.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanbackend.h
   2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanbackend.h
   2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PASSTHRUCAN_PASSTHRUCANBACKEND_H
 #define PASSTHRUCAN_PASSTHRUCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanio.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanio.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/passthrucan/passthrucanio.h
        2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/passthrucan/passthrucanio.h
        2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Ford Motor Company.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PASSTHRUCAN_PASSTHRUCANIO_H
 #define PASSTHRUCAN_PASSTHRUCANIO_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/main.cpp   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/main.cpp   
2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "peakcanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcan_symbols_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcan_symbols_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcan_symbols_p.h
        2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcan_symbols_p.h
        2026-03-09 11:37:43.000000000 +0100
@@ -2,6 +2,7 @@
 // Copyright (c) 2020 Andre Hartmann <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PEAKCAN_SYMBOLS_P_H
 #define PEAKCAN_SYMBOLS_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcanbackend.h
   2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcanbackend.h
   2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PEAKCANBACKEND_H
 #define PEAKCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcanbackend_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcanbackend_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/peakcan/peakcanbackend_p.h
 2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/peakcan/peakcanbackend_p.h
 2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef PEAKCANBACKEND_P_H
 #define PEAKCANBACKEND_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/libsocketcan.cpp
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/libsocketcan.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/libsocketcan.cpp
 2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/libsocketcan.cpp
 2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "libsocketcan.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/libsocketcan.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/libsocketcan.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/libsocketcan.h
   2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/libsocketcan.h
   2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef LIBSOCKETCAN_H
 #define LIBSOCKETCAN_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/main.cpp 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/main.cpp 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "socketcanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/socketcanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/socketcanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/socketcan/socketcanbackend.h
       2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/socketcan/socketcanbackend.h
       2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef SOCKETCANBACKEND_H
 #define SOCKETCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/main.cpp 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/main.cpp 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "systeccanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccan_symbols_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccan_symbols_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccan_symbols_p.h
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccan_symbols_p.h
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef SYSTECCAN_SYMBOLS_P_H
 #define SYSTECCAN_SYMBOLS_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccanbackend.h
       2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccanbackend.h
       2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef SYSTECCANBACKEND_H
 #define SYSTECCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccanbackend_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccanbackend_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/systeccan/systeccanbackend_p.h
     2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/systeccan/systeccanbackend_p.h
     2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef SYSTECCANBACKEND_P_H
 #define SYSTECCANBACKEND_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/main.cpp   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/main.cpp   
2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "tinycanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycan_symbols_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycan_symbols_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycan_symbols_p.h
        2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycan_symbols_p.h
        2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef TINYCAN_SYMBOLS_P_H
 #define TINYCAN_SYMBOLS_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycanbackend.h
   2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycanbackend.h
   2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef TINYCANBACKEND_H
 #define TINYCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycanbackend_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycanbackend_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/tinycan/tinycanbackend_p.h
 2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/tinycan/tinycanbackend_p.h
 2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef TINYCANBACKEND_P_H
 #define TINYCANBACKEND_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/main.cpp 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/main.cpp 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "vectorcanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcan_symbols_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcan_symbols_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcan_symbols_p.h
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcan_symbols_p.h
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef VECTORCAN_SYMBOLS_P_H
 #define VECTORCAN_SYMBOLS_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcanbackend.h
       2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcanbackend.h
       2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef VECTORCANBACKEND_H
 #define VECTORCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcanbackend_p.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcanbackend_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/vectorcan/vectorcanbackend_p.h
     2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/vectorcan/vectorcanbackend_p.h
     2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Denis Shienkov <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef VECTORCANBACKEND_P_H
 #define VECTORCANBACKEND_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/virtualcan/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/virtualcan/main.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/virtualcan/main.cpp    
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/virtualcan/main.cpp    
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2018 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "virtualcanbackend.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/virtualcan/virtualcanbackend.h
 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/virtualcan/virtualcanbackend.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/plugins/canbus/virtualcan/virtualcanbackend.h
     2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/plugins/canbus/virtualcan/virtualcanbackend.h
     2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2018 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef VIRTUALCANBACKEND_H
 #define VIRTUALCANBACKEND_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbus.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbus.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbus.cpp     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbus.cpp     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanbus.h"
 #include "qcanbusfactory.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbus.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbus.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbus.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbus.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUS_H
 #define QCANBUS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice.cpp       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice.cpp       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanbusdevice.h"
 #include "qcanbusdevice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,6 +1,7 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // Copyright (C) 2021 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSDEVICE_H
 #define QCANBUSDEVICE_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdevice_p.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdevice_p.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSDEVICE_P_H
 #define QCANBUSDEVICE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo.cpp   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo.cpp   
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanbusdeviceinfo.h"
 #include "qcanbusdeviceinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo.h     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo.h     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSDEVICEINFO_H
 #define QCANBUSDEVICEINFO_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusdeviceinfo_p.h   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusdeviceinfo_p.h   
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 Andre Hartmann <[email protected]>
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSDEVICEINFO_P_H
 #define QCANBUSDEVICEINFO_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusfactory.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusfactory.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusfactory.cpp      
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusfactory.cpp      
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanbusfactory.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusfactory.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusfactory.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusfactory.h        
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusfactory.h        
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSFACTORY_H
 #define QCANBUSFACTORY_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusframe.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusframe.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusframe.cpp        
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusframe.cpp        
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanbusframe.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusframe.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusframe.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanbusframe.h  
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanbusframe.h  
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANBUSFRAME_H
 #define QCANBUSFRAME_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcancommondefinitions.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcancommondefinitions.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcancommondefinitions.cpp   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcancommondefinitions.cpp   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcancommondefinitions.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcancommondefinitions.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcancommondefinitions.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcancommondefinitions.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcancommondefinitions.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANCOMMONDEFINITIONS_H
 #define QCANCOMMONDEFINITIONS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcandbcfileparser.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcandbcfileparser.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcandbcfileparser.h     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcandbcfileparser.h     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANDBCFILEPARSER_H
 #define QCANDBCFILEPARSER_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcandbcfileparser_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcandbcfileparser_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcandbcfileparser_p.h   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcandbcfileparser_p.h   
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANDBCFILEPARSER_P_H
 #define QCANDBCFILEPARSER_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanframeprocessor.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanframeprocessor.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanframeprocessor.h    
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanframeprocessor.h    
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANFRAMEPROCESSOR_H
 #define QCANFRAMEPROCESSOR_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanframeprocessor_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanframeprocessor_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanframeprocessor_p.h  
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanframeprocessor_p.h  
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANFRAMEPROCESSOR_P_H
 #define QCANFRAMEPROCESSOR_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription.cpp  
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription.cpp  
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanmessagedescription.h"
 #include "qcanmessagedescription_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription.h    
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription.h    
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANMESSAGEDESCRIPTION_H
 #define QCANMESSAGEDESCRIPTION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanmessagedescription_p.h  
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanmessagedescription_p.h  
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANMESSAGEDESCRIPTION_P_H
 #define QCANMESSAGEDESCRIPTION_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription.cpp   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription.cpp   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcansignaldescription.h"
 #include "qcansignaldescription_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANSIGNALDESCRIPTION_H
 #define QCANSIGNALDESCRIPTION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcansignaldescription_p.h   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcansignaldescription_p.h   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANSIGNALDESCRIPTION_P_H
 #define QCANSIGNALDESCRIPTION_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription.cpp 
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription.cpp 
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qcanuniqueiddescription.h"
 #include "qcanuniqueiddescription_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription.h   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription.h   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANUNIQUEIDDESCRIPTION_H
 #define QCANUNIQUEIDDESCRIPTION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription_p.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qcanuniqueiddescription_p.h 
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qcanuniqueiddescription_p.h 
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2022 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QCANUNIQUEIDDESCRIPTION_P_H
 #define QCANUNIQUEIDDESCRIPTION_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbus_symbols_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbus_symbols_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbus_symbols_p.h     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbus_symbols_p.h     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUS_SYMBOLS_P_H
 #define QMODBUS_SYMBOLS_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusadu_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusadu_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusadu_p.h  
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusadu_p.h  
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSADU_P_H
 #define QMODBUSADU_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusclient.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusclient.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusclient.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusclient.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSCLIENT_H
 #define QMODBUSCLIENT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusclient_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusclient_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusclient_p.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusclient_p.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSCLIENT_P_H
 #define QMODBUSCLIENT_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuscommevent_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuscommevent_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuscommevent_p.h    
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuscommevent_p.h    
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSCOMMEVENT_P_H
 #define QMODBUSCOMMEVENT_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdataunit.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdataunit.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdataunit.cpp     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdataunit.cpp     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbusdataunit.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdataunit.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdataunit.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdataunit.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdataunit.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSDATAUNIT_H
 #define QMODBUSDATAUNIT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice.cpp       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice.cpp       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbusdevice.h"
 #include "qmodbusdevice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 #ifndef QMODBUSDEVICE_H
 #define QMODBUSDEVICE_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdevice_p.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdevice_p.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSDEVICE_P_H
 #define QMODBUSDEVICE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdeviceidentification.h
 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdeviceidentification.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusdeviceidentification.h
   2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusdeviceidentification.h
   2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSDEVICEIDENTIFICATION_P_H
 #define QMODBUSDEVICEIDENTIFICATION_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuspdu.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuspdu.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuspdu.cpp  
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuspdu.cpp  
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbuspdu.h"
 #include "qmodbus_symbols_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuspdu.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuspdu.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbuspdu.h    
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbuspdu.h    
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 #ifndef QMODBUSPDU_H
 #define QMODBUSPDU_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusreply.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusreply.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusreply.cpp        
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusreply.cpp        
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbusreply.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusreply.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusreply.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusreply.h  
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusreply.h  
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSREPLY_H
 #define QMODBUSREPLY_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialclient.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialclient.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialclient.cpp  
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialclient.cpp  
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbusrtuserialclient.h"
 #include "qmodbusrtuserialclient_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialclient.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialclient.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialclient.h    
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialclient.h    
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSRTUSERIALCLIENT_H
 #define QMODBUSRTUSERIALCLIENT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialserver.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialserver.h
--- 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusrtuserialserver.h    
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusrtuserialserver.h    
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSRTUSERIALSERVER_H
 #define QMODBUSRTUSERIALSERVER_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusserver.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusserver.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusserver.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusserver.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSERVER_H
 #define QMODBUSERVER_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusserver_p.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusserver_p.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbusserver_p.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbusserver_p.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSERVER_P_H
 #define QMODBUSERVER_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpclient.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpclient.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpclient.cpp    
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpclient.cpp    
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qmodbustcpclient.h"
 #include "qmodbustcpclient_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpclient.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpclient.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpclient.h      
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpclient.h      
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSTCPCLIENT_H
 #define QMODBUSTCPCLIENT_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpserver.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpserver.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qmodbustcpserver.h      
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qmodbustcpserver.h      
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QMODBUSTCPSERVER_H
 #define QMODBUSTCPSERVER_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qtserialbusglobal.h 
new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qtserialbusglobal.h
--- old/qtserialbus-everywhere-src-6.10.2/src/serialbus/qtserialbusglobal.h     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/serialbus/qtserialbusglobal.h     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR 
GPL-2.0-only OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTSERIALBUSGLOBAL_H
 #define QTSERIALBUSGLOBAL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/canbusutil.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/canbusutil.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/canbusutil.cpp   
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/canbusutil.cpp   
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #include "canbusutil.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/canbusutil.h 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/canbusutil.h
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/canbusutil.h     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/canbusutil.h     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #ifndef CANBUSUTIL_H
 #define CANBUSUTIL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/main.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/main.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/main.cpp 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/main.cpp 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #include "canbusutil.h"
 #include "sigtermhandler.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/readtask.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/readtask.cpp
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/readtask.cpp     
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/readtask.cpp     
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #include "readtask.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/readtask.h 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/readtask.h
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/readtask.h       
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/readtask.h       
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #ifndef READTASK_H
 #define READTASK_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/sigtermhandler.cpp 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/sigtermhandler.cpp
--- 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/sigtermhandler.cpp   
    2026-01-20 05:38:05.000000000 +0100
+++ 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/sigtermhandler.cpp   
    2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #include "sigtermhandler.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/sigtermhandler.h 
new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/sigtermhandler.h
--- old/qtserialbus-everywhere-src-6.10.2/src/tools/canbusutil/sigtermhandler.h 
2026-01-20 05:38:05.000000000 +0100
+++ new/qtserialbus-everywhere-src-6.11.0/src/tools/canbusutil/sigtermhandler.h 
2026-03-09 11:37:43.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2017 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH 
Qt-GPL-exception-1.0
+// Qt-Security score:significant reason:default
 
 #ifndef SIGTERMHANDLER_H
 #define SIGTERMHANDLER_H

Reply via email to