Security: add_query_arg() need escaped
-
Hi,
Regarding the security post at https://blog.sucuri.net/2015/04/security-advisory-xss-vulnerability-affecting-multiple-wordpress-plugins.html.
I found that all
add_query_arg()has been escaped withesc_url. The only left is in file:events-manager/classes/em-calendar.php Line 295
$event_page_link = add_query_arg(array('post_type'=>EM_POST_TYPE_EVENT), home_url());Should this need to be modified?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Security: add_query_arg() need escaped’ is closed to new replies.