Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmitrygil1
Copy link
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