Closed oscargare closed 1 year ago
Thanks for your feedback, @oscargare.
We use the same escaping and sanitizing rules as WooCommerce Core PHPCS file, so we should be mostly covered.
I have checked wc_implode_html_attributes
and wc_get_notice_data_attr
and I agree they can be added as Escaping Functions, I'll take this on this sprint.
Done @oscargare , thanks for the feedback.
Thank you, When will this change be available in the WooCommerce.com Partner Developer dashboard?
Hi, The WooCommerce core functions that already escape the output, like
wc_implode_html_attributes
, orwc_get_notice_data_attr
, should not triggerWordPress.Security.EscapeOutput.OutputNotEscaped
error.