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

Updating URL escaping function. #2

Closed
wants to merge 1 commit into from
Closed

Updating URL escaping function. #2

wants to merge 1 commit into from

Conversation

emrikol
Copy link

@emrikol emrikol commented Jun 19, 2019

esc_url() should be used for src attributes instead of esc_attr()

Summary

This PR can be summarized in the following changelog entry:

Addresses issue #

Relevant technical choices

Checklist:

  • My code is tested and passes existing unit tests.
  • My code has an appropriate set of unit tests which all pass.
  • My code is backward-compatible with WordPress 4.7 and PHP 5.4.
  • My code follows the WordPress coding standards.
  • My code has proper inline documentation.
  • I have signed the Contributor License Agreement (see https://cla.developers.google.com/).

`esc_url()` should be used for `src` attributes instead of `esc_attr()`
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@emrikol
Copy link
Author

emrikol commented Jun 19, 2019

Closing: Not worth signing the CLA over this 🤷‍♂️

@swissspidy
Copy link
Contributor

No worries @emrikol, we'll try to fix this issue nonetheless.

@ghost
Copy link

ghost commented Jun 21, 2019

@googlebot @swissspidy
I think this update should be approved!

@swissspidy
Copy link
Contributor

@sviluppomania if the CLA is not signed by the author we cannot merge pull requests.

However, this definitely encourages us to audit existing escaping functions and to potentially improve the code base in this regard.

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.

None yet

3 participants