UI: Escape HTML chars from new version text.

This commit is contained in:
Nodir Temirkhodjaev 2020-01-08 06:43:15 +05:00
parent 3575345676
commit 7256aaabdd

View File

@ -65,6 +65,8 @@ bool TaskUpdateChecker::parseBuffer(const QByteArray &buffer)
m_releaseNotes.truncate(releaseDashesPos);
}
m_releaseNotes = m_releaseNotes.toHtmlEscaped();
// Assets
const QVariantMap assetMap = assets.first().toMap();