Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinan/escapist
Escapist creates a list of the escaping functions found in the theme and tries to determine if the function is used correctly
https://github.com/carolinan/escapist
Last synced: about 2 months ago
JSON representation
Escapist creates a list of the escaping functions found in the theme and tries to determine if the function is used correctly
- Host: GitHub
- URL: https://github.com/carolinan/escapist
- Owner: carolinan
- License: gpl-2.0
- Created: 2018-06-14T08:59:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T10:41:10.000Z (over 6 years ago)
- Last Synced: 2024-10-10T02:41:35.362Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Escapist ===
Contributors: poena
License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html== Description ==
Escapist creates a list of the escaping functions found in the theme and tries to determine if the function is used correctly.
Note: The plugin is not optimised in any way, and there are false positives where lines are incorrectly marked because the plugin only checks one line at the time.What the plugin does not do:
Besides the "Pet peeves", it does not check wether something is escaped or not.
It does not replace a manual code review. It can only help you identify files that you need to look closer at.== Changelog ==
2018-06-14
Version 1.1
Added pet peeves.
minor changes to the documentation.2018-06-13
Version 1.0
Initial release== Credits ==
Based on:
Theme Check
https://wordpress.org/plugins/theme-check/
https://github.com/WordPress/theme-check
License GPLv2: http://www.gnu.org/licenses/gpl-2.0.htmlTheme Sniffer
https://github.com/WPTRT/theme-sniffer
License GPLv2: http://www.gnu.org/licenses/gpl-2.0.html