aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlnetwork/qqmlnetworkinformation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Mark src/qmlnetwork as security-significantIvan Solovev2025-06-241-0/+1
| | | | | | | | | | | | | | The classes in this subdirectory simply expose some of the QtNetwork classes to QML, and mostly act like proxies. The only interesting cases are related to reading ssl certificates from files, but in this case we just take the user-provided file path and use it in QFile without any preprocessing. So it's QFile's responsibility to parse the path. Fixes: QTBUG-136204 Pick-to: 6.10 6.9 6.8 Change-Id: Ia62fb8f7c8539c6461236b4c519a9371d7a03871 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
* Create QML Binding for Qt Network InformationMate Barany2023-09-091-0/+24
Create QML Binding for the QNetworkInformation C++ class. Task-number: QTBUG-113813 Change-Id: Ia9889d261735434adba4bfdf4fe338d99117247b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>