D7146: Fix information leak via /tmp

Aleix Pol Gonzalez noreply at phabricator.kde.org
Sun Aug 6 23:21:47 UTC 2017


apol added inline comments.

INLINE COMMENTS

> notification.cpp:117
>              mIconPath = mImagesDir.absoluteFilePath(filename);
>              QUrl destinationUrl(mIconPath);
> +            destinationUrl.setScheme(QStringLiteral("file"));

`QUrl destinationUrl = QUrl::fromLocalPath(mIconPath);`

And drop the line below

REPOSITORY
  R224 KDE Connect

REVISION DETAIL
  https://phabricator.kde.org/D7146

To: nicolasfella, #kde_connect, apol
Cc: thomasp, apol, #kde_connect, albertvaka, tfella, aboudhar, seebauer, progwolff, MayeulC, menasshock, ach, hkaelberer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20170806/9d272ef0/attachment.html>


More information about the KDEConnect mailing list