Skip to content

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

Open
dmitrygil1 wants to merge 1 commit into
Teplitsa:masterfrom
dmitrygil1:master
Open

fixed the csv export function (did not work before) + Improved filtering#430
dmitrygil1 wants to merge 1 commit into
Teplitsa:masterfrom
dmitrygil1:master

Conversation

@dmitrygil1

Copy link
Copy Markdown
Contributor

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.

From a security point of view, optimized code is also secure. It uses the 'htmlspecialchars` and `esc_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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant