Fix Cross Site Scripting Vulnerability 1 (#1720)

This commit is contained in:
LordGrey
2024-04-02 21:44:46 +02:00
committed by GitHub
parent 86d08823a8
commit d5438acbf4
2 changed files with 10 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ private:
Logger * _log;
QByteArray _ssdpDescription;
void printErrorToReply (QtHttpReply * reply, QtHttpReply::StatusCode code, QString errorMessage);
void printErrorToReply (QtHttpReply * reply, QtHttpReply::StatusCode code, const QString& errorMessage);
};