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

Escaping Issues: Use proper wp_kses family or other functions #35

Closed
sakinshrestha opened this issue Jan 29, 2018 · 1 comment
Closed

Comments

@sakinshrestha
Copy link

sakinshrestha commented Jan 29, 2018

  • Use proper wp_kses() family or other functions
    • components/header/masthead.php line 44: $memberlite_masthead_content
    • components/post/content-audio.php line 36: $memberlite_get_entry_meta_after
    • components/post/content-image.php line 24: $memberlite_get_entry_meta_after
    • components/post/content-link.php line 20: $memberlite_get_entry_meta_after
    • components/post/content-quote.php line 32: $memberlite_get_entry_meta_after
    • components/post/content-single.php line 34: $memberlite_get_entry_meta_after
    • components/post/content-status.php line 28: $memberlite_get_entry_meta_after
    • components/post/content-video.php line 37: $memberlite_get_entry_meta_after
    • components/post/content.php line 42: memberlite_get_entry_meta
    • components/post/entry-header.php line 35: memberlite_get_entry_meta
    • inc/extras.php
      • line 242 $term_description
      • line 250 $post_type->labels->name
@ideadude
Copy link
Member

Fixed:
0bc8929

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants