head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.2 pkgsrc-2026Q1-base:1.1; locks; strict; comment @// @; 1.1 date 2026.01.08.18.51.35; author markd; state Exp; branches; next ; commitid ta4gaJzproPezCpG; desc @@ 1.1 log @messagelib: Don't unconditionally ignore SSL errors from Google's phishing API CVE-2025-69412 https://invent.kde.org/pim/messagelib/-/commit/df525dc91498423f3c45e143efab1c7102776652 @ text @$NetBSD$ Don't unconditionally ignore SSL errors from Google's phishing API CVE-2025-69412 https://invent.kde.org/pim/messagelib/-/commit/df525dc91498423f3c45e143efab1c7102776652 --- webengineviewer/src/checkphishingurl/searchfullhashjob.cpp.orig 2025-10-27 12:55:28.000000000 +0000 +++ webengineviewer/src/checkphishingurl/searchfullhashjob.cpp @@@@ -39,17 +39,10 @@@@ SearchFullHashJob::SearchFullHashJob(QOb d->mNetworkAccessManager->enableStrictTransportSecurityStore(true); connect(d->mNetworkAccessManager, &QNetworkAccessManager::finished, this, &SearchFullHashJob::slotCheckUrlFinished); - connect(d->mNetworkAccessManager, &QNetworkAccessManager::sslErrors, this, &SearchFullHashJob::slotSslErrors); } SearchFullHashJob::~SearchFullHashJob() = default; -void SearchFullHashJob::slotSslErrors(QNetworkReply *reply, const QList &error) -{ - qCDebug(WEBENGINEVIEWER_LOG) << " void SearchFullHashJob::slotSslErrors(QNetworkReply *reply, const QList &error)" << error.count(); - reply->ignoreSslErrors(error); -} - void SearchFullHashJob::parse(const QByteArray &replyStr) { /* @