Teplitsa / Leyka

Плагин для WordPress, упрощающий сбор, управление и отчетность по онлайн-пожертвованиям, Leyka - Crowdfunding Fundraising and Donations Management System
https://leyka.org
GNU General Public License v2.0
84 stars 51 forks source link

fixed the csv export function (did not work before) + Improved filtering #430

Open dmitrygil1 opened 9 months ago

dmitrygil1 commented 9 months ago

From a security point of view, optimized code is also secure. It uses the 'htmlspecialcharsandesc_attr` functions to shield values and prevent possible XSS attacks.

The optimized code also uses the http_build_query function, which automatically handles escaping and formatting parameters. This helps to prevent possible vulnerabilities related to incorrect formatting and escaping of parameters.