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

Escape arguments #6

Open
Dreamsorcerer opened this issue May 29, 2019 · 0 comments
Open

Escape arguments #6

Dreamsorcerer opened this issue May 29, 2019 · 0 comments

Comments

@Dreamsorcerer
Copy link

On this line: https://github.com/Astoundify/wp-job-manager-colors/blob/master/wp-job-manager-colors.php#L92

There are 3 arguments coming from the get_terms() function, which could return anything (particularly given that there are filters in that function). Therefore, it would be sensible to escape those arguments to ensure malicious code or syntax errors are not introduced into the resulting output.

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

No branches or pull requests

1 participant