X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DOCS%2Fde%2FTODO.txt;h=f755befd168ae13c22560b39c7bdfb15fe34b4f9;hb=15e0995f7a4a4b2c9b1b1a9273f785cf13605829;hp=90915f1d46a9b1ab24d352024f7adfe1faac7eda;hpb=36e9024f652b20497a1e79d9c67b3e2b56806c9c;p=mailer.git diff --git a/DOCS/de/TODO.txt b/DOCS/de/TODO.txt index 90915f1d46..f755befd16 100644 --- a/DOCS/de/TODO.txt +++ b/DOCS/de/TODO.txt @@ -32,10 +32,10 @@ - Den gesamten HTML-Code auf XHTML portieren und mit http://validator.w3.org validieren - Replace all HTTP_GET_VARS and HTTP_POST_VARS with _GET and _POST -- Replace SQL_QUERY() command with SQL_QUERY_ESC() commands where ever it is +- Replace sqlQuery() command with sqlQueryEscaped() commands where ever it is needed to secure SQL queries. - Secure ID numbers with bigintval() - Secure other non-numberous data with sprintf() and later with new security functions -- Use the abstract function SQL_FREERESULT() wherever we transfer massive data +- Use the abstract function sqlFreeResult() wherever we transfer massive data from the database to free memory